Skip to content

Commit b891877

Browse files
committed
docs: add evlog tracing integration guide
1 parent 8d6e12b commit b891877

4 files changed

Lines changed: 809 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ The canonical documentation index is [docs/index.md](./docs/index.md). The
1515
dedicated stream profile reference is
1616
[docs/stream-profiles.md](./docs/stream-profiles.md).
1717

18+
## Example Implementations
19+
20+
- [prisma/open-chat](https://github.com/prisma/open-chat) is a local-first,
21+
multi-model AI chat application that uses Prisma Streams as the durable
22+
system of record for chat message events. It demonstrates append-before-render
23+
streaming, resumable reads after refresh or reconnect, per-user streams with
24+
routing keys per chat, and deployment of a Streams service alongside a real
25+
app.
26+
- [oss.chat/tour](https://oss.chat/tour) is the guided tour for Open Chat. It
27+
walks through the system from prompt to durable stream and is the quickest
28+
way to see how the implementation fits together before reading the code.
29+
1830
## Deploy To Prisma Compute
1931

2032
Deploy Compute services from the published `@prisma/streams-server` npm package

0 commit comments

Comments
 (0)