3 रिपॉजिटरी
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.
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.
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.
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.