Skip to content

Commit

Permalink
Mention Jaeger
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-dbos committed Jun 27, 2024
1 parent fcf8447 commit 432f9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bank/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DBOS Bank Demo App is a simplified bank application that uses [DBOS Transact](https://github.com/dbos-inc/dbos-sdk) as the backend framework.

This demo shows simple database operations using [Prisma](https://www.prisma.io), integration with an [AngularJS](https://angularjs.org/) front end, and highlights use of workflows to keep two databases (owned by different entities) in sync without distributed transactions. Digging slightly deeper, the demo also shows DBOS role-based security, and how to integrate with OAuth-based single-sign-on.
This demo shows simple database operations using [Prisma](https://www.prisma.io), integration with an [AngularJS](https://angularjs.org/) front end, and highlights use of workflows to keep two databases (owned by different entities) in sync without distributed transactions. Digging slightly deeper, the demo also shows DBOS role-based security, and how to integrate with OAuth-based single-sign-on, and use of [Jaeger](https://www.jaegertracing.io/) for tracing during development.

The demo requires Node 20.x or later and optionally uses Docker to simplify setup.

Expand Down

0 comments on commit 432f9de

Please sign in to comment.