Directory
open-compute provides the products below. The Worker API matches Cloudflare's docs; the topology is a single node. See Behavior differences. Live limits come from ocd capabilities --json.
| Product | Description |
|---|---|
| Workers | Module Workers on local workerd |
| KV | Low-latency key-value storage |
| D1 | SQL |
| R2 | Object storage |
| Durable Objects | Stateful compute with strongly consistent storage |
| Alarms | Timers inside a Durable Object (under DO) |
| Queues | At-least-once delivery |
| Cron | Scheduled Worker invocations (Workers config) |
| Workflows | Replayable multi-step applications |
| Static Assets | Immutable deployment static content |
| Service Bindings | Worker-to-Worker calls on one platform |
| Deployments | Versions, promotion, rollback |
| Workers Cache | Automatic HTTP cache for Worker responses |
| Cache API | caches.default and friends |
| Images | Bounded local raster transforms |
| Version Metadata | Immutable deployment id / tag / timestamp |
| WebSocket hibernation | Hibernatable WebSockets on Durable Objects |
Alarms live under Durable Objects. Cron lives under Workers configuration. Platform notes: Platform. Worker API signatures: API reference.
Cloudflare products that are not provided: Unsupported.