Skip to content

Latest commit

 

History

History
149 lines (143 loc) · 2.6 KB

TODO.md

File metadata and controls

149 lines (143 loc) · 2.6 KB

TODOs

Core packages

  • Auth
    • API
    • Storage
      • D1
      • SQLite
      • Planetscale
      • KV
      • Durable Objects
      • Upstash Redis
      • Memory
    • Cache
      • KV
      • Upstash Redis
      • Memory
    • Open API v3 spec
  • CMS or Files (?)
    • API
    • Storage
      • D1
      • SQLite
      • Planetscale
      • KV
      • Durable Objects
      • Upstash Redis
      • Memory
    • Cache
      • KV
      • Upstash Redis
      • Memory
    • Open API v3 spec
  • Events
    • API
    • Storage
      • D1
      • SQLite
      • Planetscale
      • KV
      • Durable Objects
      • Upstash Redis
      • Memory
    • Open API v3 spec
  • Feature Flags
    • API
    • Storage
      • D1
      • SQLite
      • Planetscale
      • KV
      • Durable Objects
      • Upstash Redis
      • Memory
    • Cache
      • KV
      • Upstash Redis
      • Memory
    • Open API v3 spec
  • KV
    • API
    • Storage/Cache
      • KV
      • SQLite
      • Upstash Redis
      • Memory
    • Open API v3 spec
  • Pub Sub
    • API
    • Storage
      • D1
      • SQLite
      • Planetscale
      • KV
      • Durable Objects
      • Upstash Redis
      • Memory
    • Queue
      • CF Queues
      • SQLite
      • KV
      • Durable Objects
      • Upstash Redis
      • Memory
    • Open API v3 spec
  • Queues
    • API
    • Storage
      • D1
      • SQLite
      • Planetscale
      • KV
      • Durable Objects
      • Upstash Redis
      • Memory
    • Open API v3 spec
  • Search
    • API
      • Boost support
      • Fuzzy support
      • Filter support
      • Prefix support
      • Exact match support
    • Storage
      • D1
      • SQLite
      • Planetscale
      • KV
      • Durable Objects
      • Upstash Redis
      • Memory
    • Cache
      • KV
      • Upstash Redis
      • Memory
    • Open API v3 spec

Utilities

  • NodeJS runtime (serve())
  • Combine APIs (combine())
  • CF Worker service (service())

Sites

  • Docs
    • Intro
    • Tutorial
    • Core concepts
      • REST
      • Configuration
      • Authentication
      • Storage
      • Cache
      • Queue
      • Open API
    • Auth
    • CMS or Files (?)
    • Events
    • Feature Flags
    • KV
    • Pub Sub
    • Queues
    • Search
    • Advanced concepts
      • NodeJS runtime
      • Combine APIs
      • CF Worker service