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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesCross-Language Data Interfaces

Consistent data interaction interfaces and APIs that remain uniform across different programming language implementations.

Distinct from Multi-Language Integration: Distinct from language integration: focuses on the consistency of the API surface across different language clients.

Explore 3 awesome GitHub repositories matching data & databases · Cross-Language Data Interfaces. Refine with filters or upvote what's useful.

Awesome Cross-Language Data Interfaces GitHub Repositories

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

    apple/foundationdb

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

    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

    Uses consistent interfaces to interact with the distributed store across various programming languages.

    C++aciddistributed-databasefoundationdb
    GitHub पर देखें↗16,446
  • apache/hbaseapache का अवतार

    apache/hbase

    5,540GitHub पर देखें↗

    HBase एक वितरित, वाइड-कॉलम NoSQL स्टोर और बिग डेटा स्टोरेज इंजन है जिसे स्पार्स डेटासेट के लिए डिज़ाइन किया गया है। यह विशाल मात्रा में स्ट्रक्चर्ड और अनस्ट्रक्चर्ड डेटा तक रीयल-टाइम रीड और राइट एक्सेस प्रदान करने के लिए Hadoop Distributed File System के ऊपर निर्मित एक स्केलेबल कॉलम-आधारित डेटाबेस के रूप में कार्य करता है। सिस्टम एक क्रॉस-लैंग्वेज डेटाबेस गेटवे के रूप में कार्य करता है, जो नेटिव रिमोट प्रोसीजर कॉल्स, REST और Thrift इंटरफेस के माध्यम से कनेक्टिविटी प्रदान करता है। यह एक मास्टर-वर्कर समन्वय मॉडल के माध्यम से खुद को अलग करता है जो एक क्लस्टर में क्षैतिज स्केलिंग और फॉल्ट टॉलरेंस को सक्षम बनाता है। प्रोजेक्ट सेल-लेवल विजिबिलिटी लेबल्स, प्लगेबल डेटा कम्प्रेशन और सर्वर-साइड डेटा एग्रीगेशन के माध्यम से फाइन-ग्रेन्ड एक्सेस कंट्रोल सहित क्षमताओं के एक व्यापक सेट को कवर करता है। यह मैप-रिड्यूस एकीकरण के माध्यम से बिग डेटा एनालिटिक्स वर्कफ़्लो का भी समर्थन करता है और कस्टम सर्वर-साइड लॉजिक के निष्पादन की अनुमति देता है। ऑपरेशनल मॉनिटरिंग सिस्टम मेट्रिक ट्रैकिंग और प्लगइन-आधारित मेट्रिक एक्सपोर्टिंग के माध्यम से प्रदान की जाती है।

    Provides consistent data interaction interfaces via native RPC, REST, and Thrift APIs for clients in multiple programming languages.

    Java
    GitHub पर देखें↗5,540
  • y-crdt/y-crdty-crdt का अवतार

    y-crdt/y-crdt

    2,090GitHub पर देखें↗

    This project is a memory-safe library implemented in Rust that provides a high-performance engine for managing shared, distributed data states. It functions as a conflict-free replicated data type implementation, enabling real-time collaborative editing and state synchronization across distributed systems without the need for a central server or manual conflict resolution. The library distinguishes itself through a cross-language binding framework that allows native applications in environments like Python, Swift, and WebAssembly to interact with the same shared data protocol. It utilizes a c

    Connects diverse programming languages to a shared data protocol to ensure consistent state across platforms.

    Rustcrdtrustyjs
    GitHub पर देखें↗2,090
  1. Home
  2. Data & Databases
  3. Cross-Language Data Interfaces

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

  • Binding FrameworksInterface wrappers that map shared data structures to native objects across different programming languages. **Distinct from Cross-Language Data Interfaces:** Distinct from Cross-Language Data Interfaces: focuses on the implementation of the binding layer itself rather than the consistency of the interface surface.