INTEGRITY Cloudflare Docs

Store application data

Web applications need different storage types for different workloads — relational data, key-value lookups, file uploads, and real-time state. Cloudflare provides serverless storage options including D1 (SQL), KV (key-value), R2 (object storage), and Durable Objects (strongly consistent state).

Solutions

D1

Serverless SQL database built on SQLite, with global read replication. Learn more about D1.

KV

Globally distributed key-value storage for low-latency reads. Learn more about KV.

R2

S3-compatible object storage with zero egress fees. Learn more about R2.

Durable Objects

Stateful objects with strongly consistent storage and coordination. Learn more about Durable Objects.

Get started

  1. D1 get started
  2. KV get started
  3. R2 get started
  4. Durable Objects get started