7 Repos
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 ist eine Firebase-Integrationsbibliothek für Vue.js, die Backend-Zustand und Echtzeitdaten mit reaktiven Frontend-Komponenten synchronisiert. Sie fungiert als Backend-as-a-Service-Client und Synchronisierungstool, das entfernte Firebase-Dokumente, -Collections und den Authentifizierungsstatus mit dem lokalen Anwendungszustand verbindet. Die Bibliothek bietet spezialisierte Wrapper für das Management von Nutzer-Authentifizierungs-Workflows und Echtzeit-Datenbank-Synchronisierung. Sie automatisiert den Prozess der Verknüpfung entfernter Datenquellen mit reaktiven Objekten und Arrays und stellt sicher, dass die Benutzeroberfläche sofort aktualisiert wird, wenn sich Backend-Daten ändern. Das Projekt deckt serverlose Frontend-Entwicklung durch reaktive Bindings für Dokumente und Collections ab. Es enthält zudem Integrations-Dienstprogramme für Nuxt-Projekte, um die Initialisierung von Datenbank-Bindings und Einstellungen zu automatisieren.
Links remote Firebase collections and documents to reactive state for automated synchronization.