Edge Computing with Cloudflare Workers
Introducing Workers KV

Introducing Workers KV

9/28/2018 · John Graham-Cumming

What this post added

Introduced Workers KV, a native key-value store for Cloudflare Workers, enabling data storage and retrieval within seconds across Cloudflare's global network. Values are encrypted at rest, in transit, and on local disk. Workers KV can be written to and read from within Workers or via the Cloudflare API, with automatic synchronization across the network. Demonstrated use cases include shopping cart storage, A/B testing, authentication verification, and page construction. This marks the first step in a sequence of announcements around storage and databases on the edge.

Read the original post ↗