7 个仓库
Database systems that provide immediate data synchronization across clients via persistent connections.
Distinguishing note: Focuses on managed, reactive database services rather than traditional SQL or ORM-based storage.
Explore 7 awesome GitHub repositories matching data & databases · Real-time Databases. Refine with filters or upvote what's useful.
Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup
Provides a real-time database for instant state synchronization.
This project is a comprehensive collection of modular, reactive functions designed to streamline the development of user interfaces. It serves as a toolkit for managing application state, wrapping native browser hardware and system features, and encapsulating common logic patterns into reusable units. By binding asynchronous data sources, browser events, and system properties to component state, it provides a unified framework for building interactive web and desktop applications. The library distinguishes itself through its focus on composition and lifecycle management, allowing developers t
Provides database systems that offer immediate data synchronization across clients via persistent connections.
SpacetimeDB is a stateful, real-time database platform that executes application logic directly within the database engine. By unifying data storage and business logic, it allows developers to build applications where state transitions are processed through atomic, server-side functions. The platform maintains persistent connections to stream incremental updates to clients, ensuring that local caches remain synchronized with the server state at all times. The platform distinguishes itself by generating type-safe client interfaces directly from server-side schema definitions, ensuring consiste
Executes application logic directly within the database engine while streaming state changes to clients via persistent connections.
react-native-firebase is a modular set of libraries that integrates Firebase cloud services into cross-platform mobile applications. It serves as a native-SDK wrapper, mapping JavaScript method calls to native iOS and Android Firebase SDKs via the React Native bridge to provide a type-safe interface for mobile backend integration. The project enables connectivity to a wide array of cloud services, including user authentication and identity management, NoSQL cloud databases with real-time synchronization, and scalable cloud storage for media files. It also provides tools for sending push notif
Provides a real-time NoSQL database that synchronizes application state across clients via persistent connections.
Convex is a serverless backend platform that provides a real-time reactive database, serverless functions, and state synchronization for web applications. It manages relational JSON documents using ACID-compliant transactions and schema validation to ensure data consistency and integrity. The platform distinguishes itself by synchronizing database state with clients via WebSockets, allowing user interfaces to update automatically as data changes. It also includes a specialized vector search database for performing semantic search using embeddings and supports both cloud-native deployment and
Offers a real-time reactive database that synchronizes state via WebSockets with ACID transactions and schema validation.
AngularFire is a set of tools for connecting applications to Firebase services. It provides a library of client-side interfaces for managing authentication, object storage, NoSQL databases, and serverless functions. The project utilizes observables and dependency injection to integrate cloud services into the application hierarchy. It features a reactive interface for streaming real-time data, managing document-based databases, and tracking authentication state as a continuous stream of tokens. The platform covers a broad range of cloud capabilities, including identity verification, binary f
Provides a reactive interface for streaming real-time data updates from a cloud-based NoSQL database.
Vuefire 是一个用于 Vue.js 的 Firebase 集成库,用于同步后端状态和实时数据与响应式前端组件。它充当后端即服务(BaaS)客户端和同步工具,将远程 Firebase 文档、集合和认证状态与本地应用状态桥接起来。 该库提供了用于管理用户认证工作流和实时数据库同步的专门包装器。它自动化了将远程数据源链接到响应式对象和数组的过程,确保用户界面随着后端数据的变化而即时更新。 该项目通过针对文档和集合的响应式绑定涵盖了无服务器前端开发。它还包括用于 Nuxt 项目的集成工具,以自动化数据库绑定和设置的初始化。
Links remote Firebase collections and documents to reactive state for automated synchronization.