7 dépôts
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 est une bibliothèque d'intégration Firebase pour Vue.js qui synchronise l'état backend et les données en temps réel avec des composants frontend réactifs. Elle fonctionne comme un client Backend-as-a-Service et un outil de synchronisation, faisant le pont entre les documents, collections et statuts d'authentification Firebase distants et l'état de l'application locale. La bibliothèque fournit des wrappers spécialisés pour gérer les flux de travail d'authentification des utilisateurs et la synchronisation de base de données en temps réel. Elle automatise le processus de liaison des sources de données distantes aux objets et tableaux réactifs, garantissant que l'interface utilisateur se met à jour instantanément à mesure que les données backend changent. Le projet couvre le développement frontend serverless via des liaisons réactives pour les documents et les collections. Il inclut également des utilitaires d'intégration pour les projets Nuxt afin d'automatiser l'initialisation des liaisons de base de données et des paramètres.
Links remote Firebase collections and documents to reactive state for automated synchronization.