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 是一个用于 Cloudflare Workers 的本地模拟器和仿真器。它在本地机器上提供了一个无服务器(serverless)运行时环境,允许在不部署到生产云环境的情况下开发和测试函数及边缘 API。 该项目实现了边缘存储原语的本地模拟,包括键值存储、对象存储和持久对象(Durable Objects)。它进一步启用了本地集成测试平台,其中无服务器函数在隔离的沙盒中执行。 该工具集涵盖了广泛的开发面,包括通过文件系统监控进行热重载、存储绑定的本地状态持久化,以及环境密钥管理。它还支持使用状态隔离容器进行自动化集成测试,以防止测试用例之间的数据泄漏。
Provides a local implementation of SQL, key-value, and object storage to mimic edge data persistence.