awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesOnline Table Distribution

Mechanisms for converting local database tables into distributed shards without interrupting application read or write operations.

Distinct from Distributed Databases: Distinct from general distributed databases: focuses specifically on the non-blocking migration of existing local tables to a distributed state.

Explore 3 awesome GitHub repositories matching data & databases · Online Table Distribution. Refine with filters or upvote what's useful.

Awesome Online Table Distribution GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • citusdata/citusالصورة الرمزية لـ citusdata

    citusdata/citus

    12,562عرض على GitHub↗

    Citus is a PostgreSQL extension that transforms a standard database into a distributed system. It functions as a sharding framework and distributed SQL engine, enabling horizontal scaling by partitioning tables across a cluster of nodes. By utilizing a coordinator-worker topology, the system manages metadata and routes queries to the appropriate nodes, allowing for parallel execution of complex operations across distributed data shards. The platform distinguishes itself through its specialized support for multi-tenant architectures and real-time analytical processing. It enables tenant-based

    Distributed database systems convert existing local tables into distributed ones without blocking application read or write operations during the migration process.

    Ccituscitus-extensiondatabase
    عرض على GitHub↗12,562
  • dimitri/pgloaderالصورة الرمزية لـ dimitri

    dimitri/pgloader

    6,295عرض على GitHub↗

    pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos

    Migrates data into Citus distributed PostgreSQL clusters with automatic shard distribution.

    Common Lispclozure-clcommon-lispcsv
    عرض على GitHub↗6,295
  • apache/gravitinoالصورة الرمزية لـ apache

    apache/gravitino

    2,866عرض على GitHub↗

    Gravitino is a federated metadata lake and unified data catalog designed to manage tables, files, and AI models across diverse data sources and cloud storage. It serves as a centralized interface for governing schemas, access controls, and tagging across relational databases, messaging queues, and object stores. The project distinguishes itself by unifying the management of AI assets, such as machine learning models and their version lineages, alongside traditional tabular data. It also implements the Iceberg REST specification to provide a standardized metadata server and proxy for lakehouse

    Defines how data is distributed across a cluster using hash or random strategies.

    Javaai-catalogdata-catalogdatalake
    عرض على GitHub↗2,866
  1. Home
  2. Data & Databases
  3. Distributed Databases
  4. Online Table Distribution

استكشف الوسوم الفرعية

  • Citus Cluster MigrationsMigrates data into Citus distributed PostgreSQL clusters with automatic shard distribution and column backfilling. **Distinct from Online Table Distribution:** Distinct from Online Table Distribution: focuses on migrating data into a Citus cluster specifically, not general online table distribution.
  • Sharding StrategiesDefining the logic for distributing data across a cluster, such as hash or random partitioning. **Distinct from Online Table Distribution:** Focuses on the strategy definition for distribution rather than the process of online migration to a distributed state.