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

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

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

5 个仓库

Awesome GitHub RepositoriesMutation Monitors

Utilities for tracking the status of active remote mutations across the application.

Distinct from Remote Mutation Execution: Distinct from Remote Mutation Execution: focuses on the observability and monitoring of mutation status rather than the execution itself.

Explore 5 awesome GitHub repositories matching data & databases · Mutation Monitors. Refine with filters or upvote what's useful.

Awesome Mutation Monitors GitHub Repositories

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

    pmndrs/jotai

    21,208在 GitHub 上查看↗

    Jotai is a state management library for React applications that utilizes an atomic model to handle data. It organizes application state into small, independent units called atoms, which automatically track dependencies and trigger granular updates to components. By building state through these composable primitives, the library ensures that only the necessary parts of an application re-render when data changes. The library distinguishes itself through its flexible approach to state composition and asynchronous data handling. It integrates promises directly into the state model, allowing devel

    Tracks active mutations globally to manage background data updates and consistency.

    TypeScriptatomichacktoberfestmanagement
    在 GitHub 上查看↗21,208
  • apple/foundationdbapple 的头像

    apple/foundationdb

    16,446在 GitHub 上查看↗

    FoundationDB is an ACID-compliant distributed transactional key-value store. It functions as a scalable database engine that ensures strict serializability and data consistency across a cluster of servers using a shared-nothing architecture. The system is distinguished by its multi-region replication capabilities, allowing data to be synchronized across different datacenters for high availability and disaster recovery. It utilizes optimistic concurrency control to manage distributed transactions and employs a majority-based coordination system to maintain cluster state. The platform provides

    Provides a continuous feed of database mutations for external systems to react to in real time.

    C++aciddistributed-databasefoundationdb
    在 GitHub 上查看↗16,446
  • lancedb/lancedblancedb 的头像

    lancedb/lancedb

    9,031在 GitHub 上查看↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Commits every mutation as a new version and allows pinning to tags for reproducibility.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    在 GitHub 上查看↗9,031
  • hazelcast/hazelcasthazelcast 的头像

    hazelcast/hazelcast

    6,570在 GitHub 上查看↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Maintains a historical journal of all mutation actions performed on map or cache data structures.

    Javabig-datacachingdata-in-motion
    在 GitHub 上查看↗6,570
  • rdatatable/data.tableRdatatable 的头像

    Rdatatable/data.table

    3,894在 GitHub 上查看↗

    该项目是一个针对 R 的高性能表格数据处理框架,旨在以内存效率和速度处理海量数据集。它提供了一种增强的数据结构,利用引用语义和就地修改来执行复杂的转换,而无需不必要的对象复制开销。 该库凭借其底层架构优化脱颖而出,包括多线程并行处理、基数排序和内存映射文件解析。通过将关键的数据操作和聚合例程卸载到编译后的 C 代码,它实现了对原本计算昂贵的任务的快速执行。其核心引擎支持高级关系操作,如非等值连接、滚动连接和重叠区间连接,以及用于加速重复数据访问的自动二级索引。 除了主要的处理功能外,该项目还提供了一套全面的数据生命周期管理工具。这包括具有自动类型检测的高速摄取和序列化工具,以及对时间序列分析和多维聚合的专门支持。该框架旨在实现可扩展性,允许用户在包含数十亿行的数据集上执行复杂的分组、过滤和重塑操作,同时保持系统稳定性和性能。

    Returns the number of rows modified during the most recent in-place update to monitor mutation scale.

    R
    在 GitHub 上查看↗3,894
  1. Home
  2. Data & Databases
  3. Remote Mutation Execution
  4. Mutation Monitors

探索子标签

  • Dataset Mutation Tracking1 个子标签Recording and versioning every change made to a dataset for state recovery and reproducibility. **Distinct from Mutation Monitors:** Focuses on the commit history of dataset mutations rather than the operational monitoring of active mutations.
  • Mutation JournalsMaintains a chronological journal of all mutation actions performed on data structures. **Distinct from Mutation Monitors:** Distinct from mutation monitors: focuses on the persistent storage of mutation history rather than monitoring active status.
  • Mutation StreamingReal-time streaming of database mutation logs to external systems. **Distinct from Mutation Monitors:** Distinct from Mutation Monitors which track operation status; this focuses on the continuous feed of the data changes themselves.