9 रिपॉजिटरी
Connectors and interfaces for integrating MongoDB as a storage backend.
Distinct from MongoDB Database Drivers: Shortlist candidates focus on session stores or migrations; this is general database integration for application data.
Explore 9 awesome GitHub repositories matching data & databases · MongoDB Integrations. Refine with filters or upvote what's useful.
SuperduperDB is an AI agent orchestrator and database-integrated machine learning platform. It serves as a framework for building stateful AI agents and retrieval-augmented generation applications by integrating large language models directly with database backends. The project enables the deployment of self-hosted AI infrastructure and the management of language models on private hardware using local checkpoints. It distinguishes itself by allowing users to attach AI components directly to data fields, triggering model execution and automated transformations based on database insertions and
Provides a high-level Python interface for connecting to and storing application data in MongoDB.
यह प्रोजेक्ट एक फुल-स्टैक वेब एप्लिकेशन और सर्वर-साइड रेंडर किए गए ब्लॉग का एक संदर्भ कार्यान्वयन (reference implementation) है। यह Mongoose ऑब्जेक्ट डॉक्यूमेंट मैपर का उपयोग करके MongoDB डेटाबेस के साथ Node.js और Express सर्वर के एकीकरण को प्रदर्शित करता है। एप्लिकेशन में एक पूर्ण यूजर ऑथेंटिकेशन सिस्टम है जो OAuth के माध्यम से लोकल क्रेडेंशियल्स और बाहरी आइडेंटिटी प्रोवाइडर्स को सपोर्ट करता है। इसमें सेशन मैनेजमेंट और सुरक्षा उपाय जैसे क्रिप्टोग्राफ़िक पासवर्ड हैशिंग और क्रॉस-साइट रिक्वेस्ट फ़ॉर्जरी (CSRF) से सुरक्षा शामिल है। यह सिस्टम कंटेंट मैनेजमेंट क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें लेख लिखने और कम्युनिटी कमेंट्स को मैनेज करने के लिए वर्कफ़्लो शामिल हैं। यह डायनामिक HTML व्यूज़ उत्पन्न करने के लिए सर्वर-साइड टेम्पलेट रेंडरिंग का उपयोग करता है और क्लाउड स्टोरेज व एनवायरनमेंट-आधारित क्रेडेंशियल मैनेजमेंट के लिए कॉन्फ़िगरेशन शामिल करता है। यह प्रोजेक्ट वेब सर्वर और डेटाबेस को ऑर्केस्ट्रेट करने के लिए Docker का उपयोग करके एक कंटेनराइज़्ड डिप्लॉयमेंट मॉडल प्रदान करता है।
Integrates MongoDB as the primary storage backend for persistent document data.
This project is a full-stack TypeScript framework and boilerplate designed for building subscription-based software services. It provides a pre-configured development environment that integrates a React frontend with a Node.js and Express server and a MongoDB data layer. The framework includes integrated modules for managing subscription billing, multi-tenant user management, and secure identity verification via social logins and passwordless authentication. It further enables real-time application synchronization through a WebSocket server for bidirectional data streaming between clients and
Ships a pre-configured data layer and application template for managing users and teams in MongoDB.
TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features
Displays document collections in a data grid where nested objects are rendered as formatted JSON.
MongoEngine एक Python ऑब्जेक्ट-डॉक्यूमेंट मैपर है जो डेटाबेस रिकॉर्ड को ऑब्जेक्ट्स में अनुवादित करता है ताकि डेटा दृढ़ता (persistence) के लिए एक ऑब्जेक्ट-ओरिएंटेड इंटरफ़ेस प्रदान किया जा सके। यह MongoDB के लिए एक दस्तावेज़ प्रबंधक और स्कीमा वैलिडेटर के रूप में कार्य करता है, जो डेटा प्रकारों और सत्यापन नियमों को लागू करने के लिए कक्षाओं को दस्तावेज़ों में मैप करता है। यह प्रोजेक्ट Pythonic सिंटैक्स का उपयोग करके संग्रहों को फ़िल्टर करने, सॉर्ट करने और एग्रीगेट करने के लिए एक लेज़ी-लोडेड क्वेरीसेट सिस्टम प्रदान करता है। यह दस्तावेज़ इनहेरिटेंस, पुनरावर्ती एम्बेडेड दस्तावेज़ हैंडलिंग और संदर्भ-आधारित ऑब्जेक्ट लिंकिंग जैसी सुविधाओं के माध्यम से जटिल डेटा संरचनाओं का प्रबंधन करता है। लाइब्रेरी स्कीमा माइग्रेशन, फुल-टेक्स्ट सर्च और GridFS फ़ाइल सिस्टम के माध्यम से बड़ी बाइनरी फ़ाइलों के प्रबंधन सहित व्यापक क्षमताओं को कवर करती है। इसमें डेटाबेस इंडेक्स ऑप्टिमाइज़ेशन, क्वेरी प्रदर्शन प्रोफाइलिंग और दस्तावेज़ घटनाओं के दौरान तर्क को स्वचालित करने के लिए सिग्नल-आधारित लाइफसाइकिल हुक के लिए टूल्स भी शामिल हैं।
Provides a comprehensive interface for managing MongoDB documents, including embedded documents and references.
Testcontainers for .NET is a Docker testing library and integration testing framework designed to manage the lifecycle of throwaway containers. It provides high-level abstractions as a Docker API wrapper to provision ephemeral infrastructure, replacing mocks with real database, messaging, and search engine instances to ensure isolated and reproducible test environments. The project distinguishes itself through a builder-configuration-container pattern and a dynamic port binding mechanism that prevents collisions during concurrent test execution. It enables reliable service-to-service communic
Deploys MongoDB database containers with custom authentication and replica settings for isolated testing.
Mongoid is an object-document mapper for Ruby that translates Ruby objects into MongoDB documents. It serves as a document database mapper and client library, providing a structured way to manage data persistence and retrieval within a NoSQL environment. The project distinguishes itself by offering advanced data retrieval tools, including vector search for semantic similarity and full-text search for keyword matching. It implements high-security data protection through client-side field-level encryption, encryption key rotation, and TLS connection security to protect sensitive information. B
Integrates Ruby application objects with MongoDB as the primary storage backend.
This project is a comprehensive course on building server-side applications using the Node.js runtime and Express web framework. It provides instructional material for developing REST APIs, managing backend development, and creating web servers. The curriculum includes specialized guides for implementing user authentication systems, such as email verification and password reset flows, and a dedicated lab for integrating Stripe to handle recurring subscription billing and financial transactions. The course covers broad capability areas including MongoDB database integration for data storage,
Provides a practical guide for integrating MongoDB as the primary data storage backend.
This project is a full-stack software-as-a-service starter kit designed for building commercial web applications that feature automated image processing and credit-based monetization. It provides a foundational architecture for managing user identities, recurring billing cycles, and the lifecycle of digital assets. The application distinguishes itself by integrating specialized services for cloud-based image manipulation and secure identity management. It coordinates these external tools through a centralized controller that enforces usage limits by decrementing account balances in real-time
Utilizes a document-oriented database to track user metadata, transaction history, and processed asset records.