Edge Computing with Cloudflare Workers
Building With Workers KV, a Fast Distributed Key-Value Store

Building With Workers KV, a Fast Distributed Key-Value Store

9/28/2018 · Stephen Pinkerton, Zack Bloom

What this post added

This post introduces Workers KV, a new highly distributed, eventually-consistent key-value store designed to complement Cloudflare Workers. It enables developers to build performant and fault-tolerant applications by storing data close to users, with use cases including API gateways, dynamic data serving, configuration management, and connecting disparate systems. The post details the technical capabilities, limits, and pricing of Workers KV.

Read the original post ↗