Skip to content

Commit

Permalink
Examples of cloud URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-dbos committed Jun 27, 2024
1 parent 9ee3996 commit d4f9ed5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bank/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,12 +395,16 @@ npm install
npm start
```

### Monitoring and Debugging

DBOS Cloud comes with a [monitoring dashboard](https://docs.dbos.dev/cloud-tutorials/monitoring-dashboard) automatically. To find the URL for your dashboard, execute `npx dbos-cloud dashboard url`. The dashboard includes execution traces and the ability to run workflows under the [Time Travel Debugger](https://docs.dbos.dev/cloud-tutorials/timetravel-debugging).

## Further Reading
To get started with DBOS Transact, check out the [quickstart](https://docs.dbos.dev/getting-started/quickstart) and [docs](https://docs.dbos.dev/).

DBOS [concepts](https://docs.dbos.dev/explanations/core-concepts) are their execution guarantees covered in depth in the [workflow tutorial](https://docs.dbos.dev/tutorials/workflow-tutorial).
DBOS [concepts](https://docs.dbos.dev/explanations/core-concepts) and their execution guarantees covered in depth in the [workflow tutorial](https://docs.dbos.dev/tutorials/workflow-tutorial).

For a quick introduction to [DBOS Cloud](https://www.dbos.dev/dbos-cloud), see [the tutorials](https://docs.dbos.dev/category/dbos-cloud-tutorials). Of particular interest is [Time Travel Debugging](https://docs.dbos.dev/cloud-tutorials/timetravel-debugging), which allows you to replay past workflows in the debugger. TODO: Dashboard!
For a quick introduction to [DBOS Cloud](https://www.dbos.dev/dbos-cloud), see [the tutorials](https://docs.dbos.dev/category/dbos-cloud-tutorials). Of particular interest is the [DBOS Cloud Monitoring Dashboard](https://docs.dbos.dev/cloud-tutorials/monitoring-dashboard) and [Time Travel Debugging](https://docs.dbos.dev/cloud-tutorials/timetravel-debugging), which allows you to replay past workflows in the debugger.

For more information on [Prisma](https://www.prisma.io) as an ORM in DBOS, see [Using Prisma](https://docs.dbos.dev/tutorials/using-prisma).

Expand Down
2 changes: 2 additions & 0 deletions bank/bank-frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ export const environment = {
// Put a list of actual bank servers here.
bankHosts: ['http://localhost:8081', 'http://localhost:8083'],
authUrl: `http://localhost:8081/realms/dbos/protocol/openid-connect`,
//bankHosts: ['https://<your bank a>.cloud.dbos.dev', 'https://<your bank b>.cloud.dbos.dev'],
//authUrl: `https://<your bank a>.cloud.dbos.dev/realms/dbos/protocol/openid-connect`,
redirectUrl: "http://localhost:8089/"
}

0 comments on commit d4f9ed5

Please sign in to comment.