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

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

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

5 रिपॉजिटरी

Awesome GitHub RepositoriesDocument-Relational Databases

Databases that combine the flexibility of JSON documents with the reliability of relational referencing.

Distinct from Relational Metadata Storage: Shortlist focuses on local storage or migration; this is a primary cloud database architecture.

Explore 5 awesome GitHub repositories matching data & databases · Document-Relational Databases. Refine with filters or upvote what's useful.

Awesome Document-Relational Databases GitHub Repositories

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

    get-convex/convex-backend

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

    Convex is a serverless backend platform that provides a real-time reactive database, serverless functions, and state synchronization for web applications. It manages relational JSON documents using ACID-compliant transactions and schema validation to ensure data consistency and integrity. The platform distinguishes itself by synchronizing database state with clients via WebSockets, allowing user interfaces to update automatically as data changes. It also includes a specialized vector search database for performing semantic search using embeddings and supports both cloud-native deployment and

    Manages nested objects and relational references using a relational model for high data reliability.

    TypeScriptbackendconvexdatabase
    GitHub पर देखें↗11,947
  • ferretdb/ferretdbF

    FerretDB/FerretDB

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

    FerretDB is an open-source database emulator and protocol translator that mimics a MongoDB environment to support existing drivers and client tools on a relational backend. It functions as a stateless database proxy that converts binary wire protocol messages into SQL statements, allowing a relational engine to handle document-oriented requests. The project serves as a migration tool for moving applications from MongoDB to PostgreSQL without rewriting queries or changing client drivers. It achieves this by using PostgreSQL as a document store, storing and querying BSON documents through a tra

    Mimics a MongoDB database server to support compatible drivers while using a relational backend.

    Go
    GitHub पर देखें↗10,976
  • sonarsource/sonarqubeSonarSource का अवतार

    SonarSource/sonarqube

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

    SonarQube is a static code analysis platform used to scan source code and infrastructure scripts across multiple languages. It detects bugs, security vulnerabilities, and maintainability issues to ensure software meets reliability and security standards. The platform implements automated quality gates for continuous integration and delivery pipelines, verifying code against defined rules during merge or pull requests. It also integrates directly with code editors to provide real-time analysis results and quick-fix guidance during development. The system covers broad functional areas includin

    Utilizes a hybrid storage approach combining relational databases for metadata and document stores for high-volume analysis results.

    Javacode-qualitysonarqubestatic-analysis
    GitHub पर देखें↗10,259
  • a16z-infra/ai-towna16z-infra का अवतार

    a16z-infra/ai-town

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

    AI Town is a TypeScript-based simulation engine used to create virtual environments where autonomous characters interact and socialize. It functions as a framework for orchestrating multiple AI agents within a persistent digital world, utilizing language models and a game engine to drive character behavior and social interactions. The project differentiates itself through a dedicated agent sandbox and a vector database agent store, which allow for the management of agent memories and world state. It integrates generative AI for background music and provides tools for simulation world design,

    Provides a database architecture combining flexible JSON document storage with relational linking.

    TypeScript
    GitHub पर देखें↗9,285
  • h2database/h2databaseh2database का अवतार

    h2database/h2database

    4,607GitHub पर देखें↗

    H2 Java में लिखा गया एक JDBC-अनुपालन रिलेशनल डेटाबेस मैनेजमेंट सिस्टम है। यह एक एम्बेड करने योग्य SQL डेटाबेस के रूप में कार्य करता है जो नेटवर्क लेटेंसी को हटाने के लिए सीधे एप्लिकेशन प्रोसेस के भीतर चल सकता है, या उच्च-प्रदर्शन वाले वोलेटाइल स्टोरेज के लिए इन-मेमोरी डेटाबेस के रूप में कार्य कर सकता है। इसमें SQL कमांड निष्पादित करने और स्कीमा प्रबंधित करने के लिए एक वेब-आधारित कंसोल भी शामिल है। सिस्टम को इसके लचीले डिप्लॉयमेंट मोड द्वारा पहचाना जाता है, जिसमें रिमोट TCP/IP एक्सेस के लिए स्टैंडअलोन सर्वर मोड और स्थानीय व रिमोट कनेक्टिविटी के लिए मिक्स्ड मोड शामिल है। इसमें एक डायलेक्ट एमुलेशन लेयर और कम्पैटिबिलिटी मोड हैं जो इसे अन्य डेटाबेस सिस्टम के व्यवहार और सिंटैक्स की नकल करने की अनुमति देते हैं। इंजन ACID ट्रांजेक्शन (मल्टी-वर्जन कॉनकरेंसी कंट्रोल के साथ), जियोस्पेशियल और JSON डेटा सपोर्ट, और उन्नत विश्लेषणात्मक विंडो फंक्शन्स जैसी व्यापक क्षमताएं प्रदान करता है। इसमें डेटा संरक्षण के लिए कंप्रेस्ड बैकअप, SQL स्क्रिप्ट रिस्टोरेशन और बड़े डेटासेट को संभालने के लिए ऑफ-हीप मेमोरी प्रबंधन के टूल शामिल हैं।

    Mimics the behavior and syntax of other database engines to maintain compatibility with existing applications.

    Javadatabasejavajdbc
    GitHub पर देखें↗4,607
  1. Home
  2. Data & Databases
  3. Document-Relational Databases

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

  • Database EmulatorsSystems that mimic the behavior and API of a specific database engine to support existing drivers on a different backend. **Distinct from Document-Relational Databases:** Distinct from Document-Relational Databases by focusing on the emulation of a specific external API (e.g. MongoDB) rather than just a hybrid storage model.