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

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

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

9 مستودعات

Awesome GitHub RepositoriesHigh-Performance Databases

Database systems engineered for extreme write throughput and low-latency retrieval.

Distinguishing note: Focuses on performance metrics rather than specific data models.

Explore 9 awesome GitHub repositories matching data & databases · High-Performance Databases. Refine with filters or upvote what's useful.

Awesome High-Performance Databases GitHub Repositories

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

    facebook/rocksdb

    31,767عرض على GitHub↗

    RocksDB is a high-performance, embeddable persistent key-value library and storage engine based on Log-Structured Merge-trees. It is designed to provide durable storage for large-scale datasets, integrating directly into applications to manage data on flash and RAM-based hardware. The engine is distinguished by its focus on minimizing read and write amplification through multi-threaded compaction and custom memory allocators. It features specialized optimizations for flash storage, including support for zoned block devices, and provides the ability to extend store behavior via external plugin

    Engineered for extreme write throughput and low-latency retrieval using multi-threaded compaction.

    C++databasestorage-engine
    عرض على GitHub↗31,767
  • taosdata/tdengineالصورة الرمزية لـ taosdata

    taosdata/TDengine

    24,734عرض على GitHub↗

    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

    Handles massive volumes of timestamped data with high write throughput.

    Cbigdatacloud-nativecluster
    عرض على GitHub↗24,734
  • woocommerce/woocommerceالصورة الرمزية لـ woocommerce

    woocommerce/woocommerce

    10,362عرض على GitHub↗

    WooCommerce is a comprehensive eCommerce framework for WordPress that transforms websites into fully functional online stores for physical and digital goods. It serves as a digital storefront manager for product catalogs, inventory, and customer orders across retail and wholesale business models. The system functions as a payment gateway integrator, connecting shops to diverse processors for credit cards, digital wallets, and subscriptions. It also operates as an order fulfillment system for calculating shipping rates, generating labels, and coordinating delivery via third-party couriers, whi

    Utilizes high-performance data structures to store orders, ensuring database scalability and responsiveness.

    PHPautomatticecommerceecommerce-platform
    عرض على GitHub↗10,362
  • redis/redisinsightالصورة الرمزية لـ redis

    redis/RedisInsight

    8,556عرض على GitHub↗

    RedisInsight is a graphical user interface and management tool for browsing, analyzing, and administering Redis databases. It provides a visual environment for exploring key-value data structures, managing database instances, and performing data analysis across different operating systems and deployments. The tool distinguishes itself by providing dedicated visual managers for complex operations, including a vector database manager for configuring embeddings and similarity searches, a query workbench for executing raw commands and Lua scripts, and a performance monitoring dashboard for tracki

    Acts as a high-performance database engineered for extreme write throughput and low-latency retrieval.

    TypeScriptdatabase-guiredisredis-gui
    عرض على GitHub↗8,556
  • wiselibs/better-sqlite3الصورة الرمزية لـ WiseLibs

    WiseLibs/better-sqlite3

    7,311عرض على GitHub↗

    better-sqlite3 is a high-performance SQLite3 client for Node.js that executes queries synchronously, returning results directly without callbacks or promises. It compiles as a native addon using N-API, binding directly to the SQLite3 C library for immediate query execution and zero-copy result serialization into native JavaScript objects. The library is optimized for Write-Ahead Logging (WAL) mode, enabling faster concurrent reads and writes in web applications. It provides durability level tuning through the synchronous pragma, allowing adjustments between FULL, NORMAL, and OFF modes to bala

    A high-speed SQLite3 client for Node.js that handles multi-gigabyte databases with efficient indexing and joins.

    JavaScriptdatabasesqlsqlite
    عرض على GitHub↗7,311
  • tryghost/node-sqlite3الصورة الرمزية لـ TryGhost

    TryGhost/node-sqlite3

    6,417عرض على GitHub↗

    node-sqlite3 is a relational database client and a set of native bindings that allow Node.js applications to interact with SQLite databases. It functions as a C++ native addon, linking JavaScript to the SQLite C library to manage data stored in local files or in-memory stores. The project includes optional support for SQLCipher, enabling page-level encryption to secure local database files. The driver covers a wide range of database management capabilities, including executing SQL queries with parameter binding, managing connections to database files, and preparing statements for repeated ex

    Optimizes database interactions using prepared statements and streamed results to handle large datasets efficiently.

    PLpgSQL
    عرض على GitHub↗6,417
  • mit-pdos/noriaالصورة الرمزية لـ mit-pdos

    mit-pdos/noria

    5,239عرض على GitHub↗

    Noria هو محرك تدفق بيانات ديناميكي وقاعدة بيانات للعروض المادية (materialized views) يحول عمليات القراءة المكلفة إلى عمليات بحث سريعة بالمفاتيح. يعمل كنظام ذو حالة يقوم بتحديث العروض التابعة بشكل تزايدي مع تغير جداول البيانات الأساسية. يمكن للنظام العمل كمحاكي لبروتوكول MySQL، حيث يقلد البروتوكول الثنائي للسماح للتطبيقات بجلب البيانات المحسوبة مسبقاً دون تغيير كود العميل. كما يمكن استخدامه كقاعدة بيانات مضمنة بلغة Rust، مما يدمج الخادم مباشرة في البرنامج عبر روابط أصلية لأداء عمليات تدفق البيانات دون تنسيق خارجي. يغطي المشروع تنسيق تدفق البيانات الموزع، بما في ذلك تتبع صحة عقد العمل عبر نبضات القلب (heartbeats). ويوفر أدوات لإدارة الجداول العلائقية، ومزامنة العروض التزايدية، وإدارة مخطط تدفق البيانات. يتم دعم المراقبة من خلال جمع إحصائيات النطاق، وقياس الأداء، ومفتش بيانات ويب لتصفح النتائج المحسوبة مسبقاً.

    Reduces latency in web applications by transforming expensive database queries into fast keyed lookups.

    Rust
    عرض على GitHub↗5,239
  • bjmashibing/internetarchitectالصورة الرمزية لـ bjmashibing

    bjmashibing/InternetArchitect

    4,277عرض على GitHub↗

    InternetArchitect is an educational collection of documents and source code designed as a high concurrency architecture course. It serves as a distributed systems implementation guide, providing technical patterns and practical examples for designing scalable internet architectures that maintain stability under heavy traffic loads. The project focuses on high-performance database optimization and microservices design patterns. It covers strategies for reducing latency and increasing throughput via database sharding and proxy layers, as well as coordinating global state across distributed clus

    Implements strategies for high-performance data retrieval and write throughput using sharding and proxy layers.

    Java
    عرض على GitHub↗4,277
  • ebean-orm/ebeanالصورة الرمزية لـ ebean-orm

    ebean-orm/ebean

    1,523عرض على GitHub↗

    Ebean is a Java object-relational mapping framework designed to simplify database persistence through automated query generation, schema migration, and transaction management. It uses metadata-driven mapping and bytecode enhancement to bridge the gap between application objects and relational database tables, providing a persistent layer that handles complex data interactions while maintaining consistency across unit-of-work boundaries. The framework distinguishes itself through its focus on developer productivity and performance optimization. It provides type-safe query builders that generat

    Improves the speed and efficiency of database queries through automated field selection and minimized communication.

    Javacockroachdbdatabaseebean
    عرض على GitHub↗1,523
  1. Home
  2. Data & Databases
  3. High-Performance Databases

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

  • Query OptimizationTechniques and interfaces for improving the speed and efficiency of database queries. **Distinct from High-Performance Databases:** Focuses on the client-side implementation of prepared statements and streaming to optimize interaction, rather than the internal engine design of high-performance databases.
  • SQLite3 ClientsHigh-speed SQLite3 client libraries for Node.js that handle multi-gigabyte databases with efficient indexing and joins. **Distinct from High-Performance Databases:** Distinct from High-Performance Databases: focuses on SQLite3 client libraries specifically, not general high-performance database systems.