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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesNoSQL Table Emulation

Emulation of non-relational database table operations and query languages.

Distinct from Table Data Processing: Specifically covers the emulation of NoSQL behaviors rather than general tabular data processing.

Explore 3 awesome GitHub repositories matching data & databases · NoSQL Table Emulation. Refine with filters or upvote what's useful.

Awesome NoSQL Table Emulation GitHub Repositories

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

    floci-io/floci

    14,168GitHub पर देखें↗

    Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications without a live internet connection. It serves as a containerized cloud emulator and a serverless runtime emulator, allowing users to run high-fidelity replicas of cloud databases, queues, and compute services on a local machine. The project distinguishes itself by using real container images instead of simple mocks to ensure behavioral accuracy. It functions as a local API gateway simulator with proxy-based routing for REST and WebSocket APIs, and provides a serverless environm

    Emulates NoSQL database operations including specialized query languages and point-in-time recovery.

    Javaawsaws-emulationdevops
    GitHub पर देखें↗14,168
  • 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

    Emulates NoSQL database operations and query languages on a relational backend.

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

    getmoto/moto

    8,550GitHub पर देखें↗

    Moto is a cloud service mockery framework and API mock server that simulates AWS infrastructure locally. It allows developers to test cloud-dependent code and verify infrastructure-as-code templates without deploying real resources or incurring costs. The project functions as an SDK interceptor that can patch existing service clients to redirect requests to a local mock environment. It can also be run as a standalone HTTP server, enabling any programming language to interact with the simulated endpoints. The framework covers a vast array of simulated capabilities, including data storage, com

    Emulates NoSQL table operations, item manipulation, and backups.

    Pythonawsbotoec2
    GitHub पर देखें↗8,550
  1. Home
  2. Data & Databases
  3. Table Data Processing
  4. NoSQL Table Emulation

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

  • Database Server EmulationMimicking the full network behavior and API of a database server to support existing drivers. **Distinct from NoSQL Table Emulation:** Distinct from Table Emulation: covers the entire server protocol and driver compatibility, not just table-level operations.