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

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

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

7 مستودعات

Awesome GitHub RepositoriesBinary Protocols

Wire-level specifications for efficient, binary-safe data exchange between clients and databases.

Distinct from Binary Serialization Protocols: Distinct from Binary Serialization Protocols: focuses on the specific protocol implementation for database communication.

Explore 7 awesome GitHub repositories matching data & databases · Binary Protocols. Refine with filters or upvote what's useful.

Awesome Binary Protocols GitHub Repositories

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

    felixge/node-mysql

    18,621عرض على GitHub↗

    This project is a pure JavaScript database driver for Node.js that implements the native MySQL binary protocol. It serves as a comprehensive connector for managing persistent network links to MySQL servers, enabling applications to execute queries, manage transactions, and handle complex data operations without requiring external middleware. The driver distinguishes itself through its integrated support for connection pooling and distributed database routing. It maintains managed sets of reusable network sockets to optimize resource usage under high request volumes, while simultaneously provi

    Communicates directly with the database server using its binary wire protocol to eliminate the need for external middleware.

    JavaScript
    عرض على GitHub↗18,621
  • redis/node-redisالصورة الرمزية لـ redis

    redis/node-redis

    17,550عرض على GitHub↗

    This project is a database driver for Node.js applications designed to interface with Redis. It provides structured access to data stores, enabling the execution of commands, management of data structures, and the implementation of atomic transaction processing. The client distinguishes itself through native support for the binary-safe serialization protocol and a promise-based command pipeline that groups operations to minimize latency. It includes a dedicated manager for distributed environments that handles node discovery and request routing, alongside an event-driven messaging system that

    Exchanges data using a modern binary-safe protocol to ensure accurate type mapping and efficient communication.

    TypeScriptnode-redisnodejsredis
    عرض على GitHub↗17,550
  • redis/jedisالصورة الرمزية لـ redis

    redis/jedis

    12,331عرض على GitHub↗

    Jedis is a Java library for connecting to Redis servers to execute commands and manage key-value data structures. It serves as a Java client and connection manager that facilitates the storage and retrieval of high-performance data. The project provides a cluster client for distributing data and requests across multiple nodes to ensure scaling and high availability. It includes a dedicated pub-sub client for real-time messaging through channel subscriptions and a pipelining tool to increase throughput by sending multiple commands in a single network round-trip. The library covers a broad ran

    Serializes Java method calls into the RESP binary format for low-latency server communication.

    Javajavajedisredis
    عرض على GitHub↗12,331
  • mongodb/node-mongodb-nativeالصورة الرمزية لـ mongodb

    mongodb/node-mongodb-native

    10,180عرض على GitHub↗

    The MongoDB Node.js Driver is a programmatic interface and NoSQL database client used to manage document storage and execute operations within a MongoDB database. It serves as an asynchronous database interface and connection manager that enables Node.js applications to integrate with MongoDB servers. The project implements client-side field encryption to secure sensitive data and queries locally before transmission. It also provides a BSON serialization library to convert JavaScript objects into a binary format for efficient storage and network transmission. The driver covers a broad range

    Implements the specific binary wire protocol required for exchanging commands and data with MongoDB servers.

    TypeScriptdatabasemongodbnode-js
    عرض على GitHub↗10,180
  • terry-mao/goimالصورة الرمزية لـ Terry-Mao

    Terry-Mao/goim

    7,376عرض على GitHub↗

    goim

    Implements a compact binary wire protocol for efficient message encoding and decoding.

    Go
    عرض على GitHub↗7,376
  • apache/igniteالصورة الرمزية لـ apache

    apache/ignite

    5,066عرض على GitHub↗

    Ignite هي منصة موزعة للبيانات والحوسبة في الذاكرة. تعمل كقاعدة بيانات SQL موزعة ومحرك تخزين مصمم لتخزين ومعالجة مجموعات البيانات الكبيرة في RAM لتقليل التأخير وزيادة سرعة الحساب. يتميز النظام بمحرك تخزين متعدد المستويات يدير وضع البيانات عبر الذاكرة والقرص لموازنة الوصول عالي السرعة مع السعة الكبيرة. يتميز بشبكة حوسبة موزعة تنفذ منطقاً مخصصاً مباشرة على العقد التي توجد فيها البيانات لتقليل حركة مرور الشبكة. توفر المنصة مجموعة واسعة من القدرات بما في ذلك إدارة معاملات ACID، واستعلام SQL القياسي، وعمليات القيمة المفتاحية. تدعم استيعاب البيانات بكميات كبيرة عبر التدفقات التفاعلية وتوفر دمجاً عبر لغات برمجة متعددة، وبرامج تشغيل قواعد بيانات قياسية، وواجهة برمجة تطبيقات REST. يمكن نشر النظام كمجموعة موزعة باستخدام حاويات أو تنسيقه عبر Kubernetes. تمت كتابة المشروع بلغة Java ويمكن تثبيته عبر أرشيفات ثنائية.

    Implements a specialized binary protocol for efficient client-server communication and data exchange.

    Javabig-datacachecloud
    عرض على GitHub↗5,066
  • falkordb/falkordbالصورة الرمزية لـ FalkorDB

    FalkorDB/FalkorDB

    3,437عرض على GitHub↗

    FalkorDB is a high-performance graph database management system and vector graph database. It serves as a knowledge graph construction tool and a GraphRAG knowledge store, integrating structured property graphs with vector search to provide grounded context for large language models. The engine is designed as a multi-tenant graph engine, capable of hosting thousands of isolated datasets within a single instance. The system distinguishes itself by using linear algebra for query execution, treating relationship tensors as matrix multiplications to achieve low-latency multi-hop traversals. It ut

    Interfaces with clients using standardized binary protocols like RESP and Bolt to ensure driver compatibility.

    Ccloud-databasedatabasedatabase-as-a-service
    عرض على GitHub↗3,437
  1. Home
  2. Data & Databases
  3. Data Serialization Formats
  4. Binary Serialization Protocols
  5. Binary Protocols