awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesReal-time Databases

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.

Awesome Real-time Databases GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dokploy/dokployDokploy 的头像

    Dokploy/dokploy

    34,901在 GitHub 上查看↗

    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.

    TypeScriptbackendbackupsdatabases
    在 GitHub 上查看↗34,901
  • vueuse/vueusevueuse 的头像

    vueuse/vueuse

    22,092在 GitHub 上查看↗

    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.

    TypeScriptcomposableutility-libraryvue
    在 GitHub 上查看↗22,092
  • clockworklabs/spacetimedbclockworklabs 的头像

    clockworklabs/SpacetimeDB

    19,189在 GitHub 上查看↗

    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.

    Rustdatabasedataorientedgame-development
    在 GitHub 上查看↗19,189
  • invertase/react-native-firebaseinvertase 的头像

    invertase/react-native-firebase

    12,291在 GitHub 上查看↗

    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.

    TypeScript
    在 GitHub 上查看↗12,291
  • get-convex/convex-backendget-convex 的头像

    get-convex/convex-backend

    11,947在 GitHub 上查看↗

    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.

    TypeScriptbackendconvexdatabase
    在 GitHub 上查看↗11,947
  • angular/angularfireangular 的头像

    angular/angularfire

    7,814在 GitHub 上查看↗

    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.

    TypeScript
    在 GitHub 上查看↗7,814
  • vuejs/vuefirevuejs 的头像

    vuejs/vuefire

    3,910在 GitHub 上查看↗

    Vuefire 是一个用于 Vue.js 的 Firebase 集成库,用于同步后端状态和实时数据与响应式前端组件。它充当后端即服务(BaaS)客户端和同步工具,将远程 Firebase 文档、集合和认证状态与本地应用状态桥接起来。 该库提供了用于管理用户认证工作流和实时数据库同步的专门包装器。它自动化了将远程数据源链接到响应式对象和数组的过程,确保用户界面随着后端数据的变化而即时更新。 该项目通过针对文档和集合的响应式绑定涵盖了无服务器前端开发。它还包括用于 Nuxt 项目的集成工具,以自动化数据库绑定和设置的初始化。

    Links remote Firebase collections and documents to reactive state for automated synchronization.

    TypeScript
    在 GitHub 上查看↗3,910
  1. Home
  2. Data & Databases
  3. Real-time Databases