From 432f9de0841c6b06a3e754ed0649826bed86151e Mon Sep 17 00:00:00 2001 From: Chuck B Date: Thu, 27 Jun 2024 13:57:27 -0400 Subject: [PATCH] Mention Jaeger --- bank/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bank/README.md b/bank/README.md index 4c9f481b..840734bc 100644 --- a/bank/README.md +++ b/bank/README.md @@ -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.