awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

60 रिपॉजिटरी

Awesome GitHub RepositoriesDistributed Sharding Architectures

Mechanisms for partitioning data across multiple nodes to achieve horizontal scalability.

Distinguishing note: Focuses on consistent hashing for horizontal scaling, distinct from centralized database architectures.

Explore 60 awesome GitHub repositories matching data & databases · Distributed Sharding Architectures. Refine with filters or upvote what's useful.

Awesome Distributed Sharding Architectures GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • elasticsearch/elasticsearchelasticsearch का अवतार

    elasticsearch/elasticsearch

    77,171GitHub पर देखें↗

    Elasticsearch is a distributed search engine and NoSQL document store designed for full-text search and real-time data retrieval. It functions as a RESTful data indexer and vector database, allowing for the storage and management of structured JSON documents across multiple nodes. The system distinguishes itself through its ability to serve as a log analytics platform for monitoring system health and security events. It incorporates vector search implementation using mathematical embeddings to support generative AI and augmented generation applications. The platform covers a broad range of c

    Employs mechanisms for partitioning data across multiple nodes to achieve horizontal scalability.

    Java
    GitHub पर देखें↗77,171
  • 0voice/interview_internal_reference0voice का अवतार

    0voice/interview_internal_reference

    37,235GitHub पर देखें↗

    This project is a comprehensive technical interview question bank and reference library designed for software engineering roles at major technology companies. It serves as a study guide and knowledge base covering the core principles of high-performance systems programming and computer science theory. The collection focuses on deep technical domains, including C++ language mastery, distributed systems design, and database engineering. It provides detailed material on consensus protocols, cluster coordination, and the architectural differences between SQL and NoSQL implementations. The resour

    Explains data partitioning strategies across multiple nodes to ensure horizontal scalability and high availability.

    Pythoncpuhigh-performanceinterview
    GitHub पर देखें↗37,235
  • xuxueli/xxl-jobxuxueli का अवतार

    xuxueli/xxl-job

    30,282GitHub पर देखें↗

    xxl-job is a distributed task scheduling platform and job orchestrator designed to manage and trigger timed jobs across a cluster of remote executor nodes. It provides a centralized system for scheduling tasks, linking dependent jobs, and managing complex execution lifecycles through a relational database that persists configurations and logs. The platform distinguishes itself through a web-based interface for cron job management, allowing users to create and update scheduled tasks without modifying source code. It supports cross-language task execution by triggering logic on third-party exec

    Implements techniques for splitting a single logical task into parallel shards for distributed execution across a cluster.

    Javacrondistributedglue
    GitHub पर देखें↗30,282
  • discordjs/discord.jsdiscordjs का अवतार

    discordjs/discord.js

    26,743GitHub पर देखें↗

    Discord.js is a Node.js library and framework for interacting with the Discord API. It provides a comprehensive set of wrappers for REST and WebSocket connections, enabling the development of automated server accounts and real-time chat applications. The project distinguishes itself through a distributed bot sharding system that splits a single bot instance across multiple processes to handle high server counts and large-scale workloads. It also includes a specialized voice API wrapper for managing audio streams and voice channel connectivity. The library covers broad capability areas includ

    Splits a single bot instance across multiple processes to handle high server counts and large-scale workloads.

    TypeScriptbotdiscorddiscord-api
    GitHub पर देखें↗26,743
  • taosdata/tdenginetaosdata का अवतार

    taosdata/TDengine

    24,734GitHub पर देखें↗

    TDengine is a distributed time-series database designed for the high-speed ingestion, compression, and retrieval of timestamped metrics and sensor data. It functions as a SQL-compatible analytics engine, allowing users to perform complex operations on massive volumes of time-ordered information using standard relational syntax. The platform is built to serve as a backend foundation for industrial IoT environments, managing real-time data streams and device metadata through a cluster-based architecture. The system distinguishes itself through a distributed sharding architecture that uses consi

    Partitions data across multiple nodes using consistent hashing to ensure horizontal scalability and high-throughput ingestion.

    Cbigdatacloud-nativecluster
    GitHub पर देखें↗24,734
  • mrniko/redissonmrniko का अवतार

    mrniko/redisson

    24,355GitHub पर देखें↗

    Redisson is a Java client library for Redis and Valkey that provides a distributed data structure library, a distributed lock manager, and a distributed MapReduce framework. It enables application instances in a cluster to share state through thread-safe collections and objects. The project implements a JCache compliant caching layer for standardized data storage and retrieval. It also functions as a probabilistic data store, providing memory-efficient structures such as Bloom filters and HyperLogLog for high-volume data membership testing. The library covers distributed state management usi

    Implements data sharding to distribute large datasets across multiple Redis nodes for horizontal scaling.

    Java
    GitHub पर देखें↗24,355
  • pingcap/tikvpingcap का अवतार

    pingcap/tikv

    16,724GitHub पर देखें↗

    TiKV is a cloud-native distributed transactional key-value store and storage engine. It provides a distributed database designed for horizontal scalability and strong consistency across a cluster of physical nodes. The system uses a Raft-based consensus mechanism to maintain data availability and state synchronization. It ensures ACID compliance for distributed transactions through a two-phase commit workflow and manages data distribution via multi-Raft sharding. The engine handles massive datasets using automated range splitting and cluster load balancing to distribute data across different

    Divides the keyspace into small ranges, each managed by its own independent Raft consensus group for horizontal scalability.

    Rust
    GitHub पर देखें↗16,724
  • tikv/tikvtikv का अवतार

    tikv/tikv

    16,535GitHub पर देखें↗

    TiKV is a distributed transactional key-value store designed for horizontal scalability and high availability. It functions as a storage engine that maintains massive datasets across a cluster of physical nodes, ensuring that information remains accessible and consistent even when individual hardware components fail. The system utilizes a consensus-based replication model to synchronize data across nodes, ensuring that all replicas agree on the order of operations. It manages data distribution through a sharding mechanism that partitions large datasets into smaller groups, each governed by in

    Partitions large datasets into smaller groups managed by independent consensus instances to allow horizontal scaling across a cluster of physical nodes.

    Rustcncfconsensusdistributed-transactions
    GitHub पर देखें↗16,535
  • victoriametrics/victoriametricsVictoriaMetrics का अवतार

    VictoriaMetrics/VictoriaMetrics

    16,343GitHub पर देखें↗

    VictoriaMetrics is a high-performance, scalable time series database and observability platform designed for long-term storage and analysis of metric, log, and trace data. It functions as a unified backend for monitoring ecosystems, offering full compatibility with industry-standard protocols and query languages. The system is built to handle massive data volumes through a distributed architecture that supports horizontal scaling and efficient data lifecycle management. The platform distinguishes itself through a storage engine that utilizes consistent hashing for data sharding and log-struct

    Distributes metric scraping workloads across multiple agent instances to handle large numbers of targets efficiently.

    Godatabasegrafanagraphite
    GitHub पर देखें↗16,343
  • scylladb/scyllascylladb का अवतार

    scylladb/scylla

    15,609GitHub पर देखें↗

    Scylla is a distributed wide column NoSQL database designed as a high-performance data store. It functions as a Cassandra compatible database and a DynamoDB compatible store, implementing a shared-nothing architecture built on an asynchronous event-driven framework. The system emulates cloud-based APIs to support applications built for proprietary cloud protocols and implements the Cassandra Query Language for high-throughput workloads. This allows for the migration of cloud workloads to self-hosted environments while maintaining API compatibility. The project covers distributed data storage

    Employs a distributed sharding architecture with consistent hashing to balance data across nodes and cores.

    C++
    GitHub पर देखें↗15,609
  • weaviate/weaviateweaviate का अवतार

    weaviate/weaviate

    15,620GitHub पर देखें↗

    Weaviate is an AI-native vector database designed to store and index high-dimensional vector embeddings alongside traditional data objects. It serves as a backend infrastructure for retrieval-augmented generation, enabling applications to ground language model responses in private, context-aware data. The platform distinguishes itself by combining vector similarity search with traditional keyword filtering through a hybrid storage architecture. It integrates directly with external machine learning models to automate the generation of embeddings and perform complex inference tasks during inges

    Distributes data collections across multiple nodes to enable horizontal scaling and high availability for large-scale vector search.

    Goapproximate-nearest-neighbor-searchgenerative-searchgrpc
    GitHub पर देखें↗15,620
  • citusdata/cituscitusdata का अवतार

    citusdata/citus

    12,562GitHub पर देखें↗

    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

    Partitions data into logical shards mapped to specific physical nodes using distribution columns to enable horizontal scaling.

    Ccituscitus-extensiondatabase
    GitHub पर देखें↗12,562
  • twitter/twemproxytwitter का अवतार

    twitter/twemproxy

    12,340GitHub पर देखें↗

    Twemproxy is a lightweight proxy that routes and distributes requests across multiple Redis and Memcached backend servers. It functions as a protocol translation gateway and distributed cache shard manager, partitioning data across clusters to balance load and storage capacity. The system acts as a high-availability cache orchestrator, employing health monitoring and automatic server ejection to maintain continuous access to cached data. It integrates with sentinels for dynamic master and replica discovery and utilizes consistent hashing and tag-based key grouping to manage data distribution

    Splits data across multiple backend nodes using consistent hashing to manage large datasets and prevent hotspots.

    C
    GitHub पर देखें↗12,340
  • vesoft-inc/nebulavesoft-inc का अवतार

    vesoft-inc/nebula

    12,239GitHub पर देखें↗

    Nebula is a distributed graph database designed for storing and querying massive volumes of interconnected vertices and edges across a horizontally scalable cluster. It functions as a Kubernetes-native database and a distributed graph analytics engine, utilizing a Raft-based distributed store to ensure strong consistency and high availability. The system features an OpenCypher query engine for performing complex graph traversals and pattern matching. It distinguishes itself with a decoupled compute-storage architecture and a shared-nothing distributed design, allowing query processing and dat

    Implements a sharding mechanism that distributes the graph across nodes based on vertex IDs for horizontal scaling.

    C++big-datacppdatabase
    GitHub पर देखें↗12,239
  • microsoft/garnetmicrosoft का अवतार

    microsoft/garnet

    11,885GitHub पर देखें↗

    Garnet is a multi-threaded in-memory database and distributed key-value store. It functions as a high-performance remote cache store that implements the RESP wire protocol to maintain compatibility with existing Redis clients and libraries. The project is distinguished by a shared-memory architecture that enables parallel request processing across multiple cores for sub-millisecond latency. It features a tiered storage system that automatically offloads colder data from system memory to SSD or cloud storage layers, and includes a specialized vector search database for high-dimensional similar

    Distributes keys across multiple nodes using a consistent hashing mechanism to scale storage and throughput linearly.

    C#cachecache-storagecluster
    GitHub पर देखें↗11,885
  • manticoresoftware/manticoresearchmanticoresoftware का अवतार

    manticoresoftware/manticoresearch

    11,819GitHub पर देखें↗

    Manticoresearch is a high-performance search engine and database designed for indexing and retrieving large datasets. It functions as a full-text search engine, a vector search database, and a SQL-based search database, providing a distributed search cluster architecture. The system provides an alternative to the Elasticsearch stack, offering a compatible API for indexing and searching structured and unstructured data. It distinguishes itself by supporting multiple retrieval methods, including vector matching for similarity search, geospatial queries, and traditional full-text ranking. The p

    Uses sharding to distribute data across multiple servers and data centers for horizontal scalability.

    C++apibm25cpp
    GitHub पर देखें↗11,819
  • yugabyte/yugabyte-dbyugabyte का अवतार

    yugabyte/yugabyte-db

    10,349GitHub पर देखें↗

    YugabyteDB is a distributed SQL database and relational data store designed for horizontal scalability and high availability across multiple nodes or regions. It functions as a cloud-native system that ensures continuous availability and supports PostgreSQL compatible query languages and drivers. The system includes specialized capabilities as a vector database for AI, utilizing high-dimensional indexing to perform similarity searches. It is engineered as a multi-region cloud database that synchronizes data across different geographic locations to maintain global availability. The project co

    Employs a distributed sharding architecture with range-based partitioning to enable horizontal scaling of relational data.

    Ccloud-nativecppdatabase
    GitHub पर देखें↗10,349
  • tporadowski/redistporadowski का अवतार

    tporadowski/redis

    9,987GitHub पर देखें↗

    Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations

    Splits data across multiple server instances to process requests in parallel and increase total capacity.

    Credisredis-for-windowsredis-msi-installer
    GitHub पर देखें↗9,987
  • apache/cassandraapache का अवतार

    apache/cassandra

    9,778GitHub पर देखें↗

    Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning

    Automatically partitions data across multiple servers to maintain transparency and scalability during cluster changes.

    Javacassandradatabasejava
    GitHub पर देखें↗9,778
  • aphyr/distsys-classaphyr का अवतार

    aphyr/distsys-class

    9,717GitHub पर देखें↗

    This project provides educational materials and courseware focused on the theoretical and practical foundations of distributed systems design. It serves as a comprehensive curriculum covering the disciplines of consensus, data consistency, reliability engineering, and scalability. The instructional content focuses on achieving cluster agreement through consensus algorithms and managing system-wide state via coordination frameworks. It includes a dedicated guide to data theory, exploring replication strategies, consistency models, and data convergence. The courseware covers a broad capability

    Provides instructional content on splitting datasets across nodes to distribute load and increase storage capacity.

    GitHub पर देखें↗9,717
पिछला123अगला
  1. Home
  2. Data & Databases
  3. Distributed Sharding Architectures

सब-टैग एक्सप्लोर करें

  • File-Based Data Sharding1 सब-टैगPartitioning large datasets into multiple smaller files to overcome filesystem limits and improve processing. **Distinct from Distributed Sharding Architectures:** Distinct from Distributed Sharding Architectures which focuses on network node distribution, this is about local file splitting.
  • Job Sharding1 सब-टैगTechniques for splitting a single logical task into parallel shards for distributed execution. **Distinct from Distributed Sharding Architectures:** Focuses on sharding the execution of a job rather than sharding data storage (databases) or model parameters (AI).
  • Multi-Raft ShardingA sharding architecture where each data range is managed by its own Raft consensus group. **Distinct from Distributed Sharding Architectures:** Distinct from Distributed Sharding Architectures: specifically uses multiple independent Raft groups for consistency and scalability within shards.
  • Process Sharding3 सब-टैग्सDistributing connection loads across multiple independent processes for horizontal scaling. **Distinct from Distributed Sharding Architectures:** Focuses on process-level scaling of connections rather than database data partitioning.
  • UID-Hash Sharding Strategies1 सब-टैगDistributes metric collection across instances by hashing object UIDs to enable horizontal scaling without duplicate work. **Distinct from Distributed Sharding Architectures:** Distinct from Distributed Sharding Architectures: specifically uses object UID hashing for metric collection, not general data partitioning.