2 个仓库
Mechanisms for delegating storage and query processing to external processes or remote hosts.
Distinct from Local Databases: Distinct from Local Databases: focuses on the architectural offloading of storage tasks rather than the local database management itself.
Explore 2 awesome GitHub repositories matching data & databases · Database Offloading. Refine with filters or upvote what's useful.
This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d
Delegates database operations to background processes or remote hosts to keep the main application lightweight.
Pygwalker is a library that transforms tabular data into interactive, drag-and-drop interfaces for exploratory analysis and visualization. It functions as a grammar-based framework that translates user interactions into declarative chart definitions, allowing for the creation of dynamic data exploration environments directly within notebooks or embedded web applications. The system distinguishes itself by offloading heavy analytical computations to backend kernels, which maintains responsiveness when visualizing large datasets. It supports the serialization of visual states into portable conf
Delegates analytical computations to remote database services to handle large datasets without local memory constraints.