デモとアーキテクチャ
既存のアプリケーションとアーキテクチャ内でD1をどのように使用できるかを学びましょう。
以下のデモアプリケーションを探索して、D1を体験してください。
- Atidone : A full-stack application made with Nuxt, Cloudflare D1 and Authentication to store your todos on the web.
- Jobs At Conf : A job lisiting website to add jobs you find at in-person conferences. Built with Cloudflare Pages, R2, D1, Queues, and Workers AI.
- Remix Authentication Starter : Implement authenticating to a Remix app and store user data in Cloudflare D1.
- JavaScript-native RPC on Cloudflare Workers <> Named Entrypoints : This is a collection of examples of communicating between multiple Cloudflare Workers using the remote-procedure call (RPC) system that is built into the Workers runtime.
- Workers for Platforms Example Project : Explore how you could manage thousands of Workers with a single Cloudflare Workers account.
- Staff Directory demo : Built using the powerful combination of HonoX for backend logic, Cloudflare Pages for fast and secure hosting, and Cloudflare D1 for seamless database management.
- Wildebeest : Wildebeest is an ActivityPub and Mastodon-compatible server whose goal is to allow anyone to operate their Fediverse server and identity on their domain without needing to keep infrastructure, with minimal setup and maintenance, and running in minutes.
- D1 Northwind Demo : This is a demo of the Northwind dataset, running on Cloudflare Workers, and D1 - Cloudflare's SQL database, running on SQLite.
D1を使用した以下の参照アーキテクチャを探索してください:
- コンポーザブルAIアーキテクチャ : このアーキテクチャダイアグラムは、AIアプリケーションがCloudflare上でエンドツーエンドで構築される方法、または単一のサービスが外部のインフラストラクチャやサービスと統合される方法を示しています。
- リトリーバル拡張生成 (RAG)
- フルスタックアプリケーション
- サーバーレスグローバルAPI