2 مستودعات
Distributed storage systems providing SQL, key-value, and object storage at the network edge.
Distinct from Interaction State Storage: Shortlist candidates are either too generic or too specific to conversational state; this covers the holistic edge storage suite.
Explore 2 awesome GitHub repositories matching data & databases · Edge Data Persistence. Refine with filters or upvote what's useful.
workerd is a serverless edge runtime designed for executing lightweight, distributed functions at the network edge. It utilizes a V8-based JavaScript engine to provide fast startup and low memory overhead, while maintaining a WebAssembly-compatible execution environment that allows modules to run alongside JavaScript for high-performance computational tasks. The runtime supports isolate-based multi-tenancy to run multiple independent execution contexts within a single process. It implements an event-driven execution model that triggers code based on network requests or scheduled events and in
Maintains SQL databases, key-value stores, and object storage for global data access and coordination.
Miniflare is a local simulator and emulator for Cloudflare Workers. It provides a serverless runtime environment on a local machine, allowing for the development and testing of functions and edge APIs without deploying to a production cloud environment. The project implements a local simulation of edge storage primitives, including key-value stores, object storage, and durable objects. It further enables a local integration test bed where serverless functions are executed within isolated sandboxes. The toolset covers a broad development surface, including hot-reloading via file-system monito
Provides a local implementation of SQL, key-value, and object storage to mimic edge data persistence.