docs/code-samples/eventing/bookstore-sample-app
dependabot[bot] 84cbcc5559
Bump brace-expansion (#6359)
Bumps  and [brace-expansion](https://github.com/juliangruber/brace-expansion). These dependencies needed to be updated together.

Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2)

Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 21:15:44 +00:00
..
solution Bump next (#6355) 2025-09-01 18:50:41 +00:00
start Bump brace-expansion (#6359) 2025-09-03 21:15:44 +00:00
README.md Updated the links in Bookstore Sample App (#6225) 2025-02-12 17:52:51 +00:00

README.md

Knative Bookstore Code Samples

This folder contains code samples for the Knative Bookstore tutorial, an end-to-end sample application demonstrating Knative's capabilities in building an event-driven architecture.

Tutorial

For a comprehensive guide on building this application and learning about Knative, please visit the Knative Bookstore Tutorial.

This tutorial covers:

  • Setting up your environment
  • Implementing event-driven architecture with Knative
  • Deploying and connecting various microservices
  • Integrating machine learning models
  • Connecting to external services like Slack

Whether you're new to Knative or looking to deepen your understanding, this tutorial provides valuable insights into building scalable, event-driven applications.

Contents

The files are organized into two main folders:

  1. /start: Contains the initial code structure and base files to begin the tutorial.

  2. /solution: Includes the complete, fully implemented version of the Knative Bookstore application.

For more details on the directory structure and contents of each folder, please refer to their respective README files:

Getting Started

  1. Clone this repository
  2. Navigate to the /start directory to begin the tutorial
  3. Follow the Knative Bookstore Tutorial for step-by-step instructions
  4. Refer to the /solution directory if you need to check the final implementation

Happy coding!