| Durable Objects |
Details |
Stateful and single-instance objects that allows consistent and synchronized data storage |
| Chat Room |
do/chatroom |
A stateless chat room built on top of Durable Objects and Websocket |
| TrainTicket |
/do/tickets |
A stateful ticket reservation app built on top of strongly consistant transactional storage |
| TrainTicket |
/do/service-binding-tickets |
HTTP bound worker to the TrainTicket app |
| FlightSeat SQL |
/do/flight-seat-sql |
A stateful flight seat reservation app built on top of a zero-latency sql storage |
| Fan-Out/Fan-IN |
WIP |
WIP |
| KV |
Details |
Globally distributed, low-latency key-value store for getting/putting data at the edge. |
| JSON |
/products |
Get a json item from KV. If not found, put a new one with 60min TTL |
| HTML |
/html |
Serve a static HTML file from KV |
| Image |
/image |
Serve a static image from KV |
| Headers |
/headers |
Print all the request headers |
| R2 |
Details |
Object Store that offers scalable, low-cost storage for large amounts of unstructured data, compatible with S3 APIs. |
| Worker R2 |
r2_gateway |
Worker interface which lists all the objects of a given bucket and allows to add/delete an object (given a secret) |
| D1 |
Details |
Serverless SQL database that provides fast, distributed relational database storage with MySQL compatibility. |
| Worker D1 |
d1_gateway |
Worker interface to do CRUD operations on "Movie" Table from a D1 Database |
| Hyperdrive |
Details |
Service that optimizes database access by using connection pooling and caching to reduce latency. |
| Hyperdrive Link |
hyperdrive_gateway |
Hyperdrive link to connect to a PostgresSQL instance in North Virginia |