awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 مستودعات

Awesome GitHub RepositoriesMongoDB Connectors

Capabilities for reading from and writing to MongoDB database instances.

Explore 12 awesome GitHub repositories matching data & databases · MongoDB Connectors. Refine with filters or upvote what's useful.

Awesome MongoDB Connectors GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • appwrite/appwriteالصورة الرمزية لـ appwrite

    appwrite/appwrite

    56,318عرض على GitHub↗

    Appwrite is a backend-as-a-service platform that provides a unified development environment for building full-stack applications. It integrates essential infrastructure components—including authentication, databases, storage, and serverless functions—into a single, centralized interface to simplify application development and resource management. The platform distinguishes itself through a container-based microservices architecture that ensures consistent execution across diverse infrastructure. It features a versatile connectivity layer that links frontend applications with third-party servi

    Provides seamless connectivity to MongoDB clusters for reading and writing documents within a unified backend environment.

    TypeScriptandroidappwritebackend
    عرض على GitHub↗56,318
  • xkcoding/spring-boot-demoالصورة الرمزية لـ xkcoding

    xkcoding/spring-boot-demo

    34,101عرض على GitHub↗

    This project is a comprehensive reference collection of practical implementation examples and patterns for building applications with Spring Boot. It serves as a Java web application template and a showcase for developing functional web services featuring REST endpoints, template engines, and global exception handling. The repository distinguishes itself by providing detailed demonstrations of enterprise-grade features, including distributed locking, task scheduling, and asynchronous message exchange using brokers like RabbitMQ. It also includes reference implementations for automated API doc

    Implements connectors for reading from and writing to MongoDB document database instances.

    Javademoin-actionjava
    عرض على GitHub↗34,101
  • pubkey/rxdbالصورة الرمزية لـ pubkey

    pubkey/rxdb

    23,048عرض على GitHub↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    Maintains two-way data consistency between local collections and remote databases by automatically handling conflict resolution and incremental updates.

    TypeScriptangularbrowser-databasecouchdb
    عرض على GitHub↗23,048
  • quarkusio/quarkusالصورة الرمزية لـ quarkusio

    quarkusio/quarkus

    15,479عرض على GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Registers MongoDB clients and custom codecs to enable interaction with document databases.

    Javacloud-nativehacktoberfestjava
    عرض على GitHub↗15,479
  • pinpoint-apm/pinpointالصورة الرمزية لـ pinpoint-apm

    pinpoint-apm/pinpoint

    13,830عرض على GitHub↗

    Pinpoint is a distributed application performance management tool designed to trace requests and monitor metrics across large-scale distributed architectures. It functions as a request tracer, topology mapper, and JVM application monitor, providing a backend capable of collecting and visualizing trace data from OpenTelemetry compatible sources. The system distinguishes itself through a combination of bytecode-based instrumentation via a Java agent and topology-based visualization that renders live maps of service interconnections. It captures execution flow across asynchronous boundaries, suc

    Tracks the execution of database operations performed via the MongoDB Java driver.

    Javaagentapmdistributed-tracing
    عرض على GitHub↗13,830
  • vanhauser-thc/thc-hydraالصورة الرمزية لـ vanhauser-thc

    vanhauser-thc/thc-hydra

    11,943عرض على GitHub↗

    Hydra is a network login password cracker and authentication tester designed to identify valid usernames and passwords through automated brute-force and dictionary attacks. It serves as a multi-protocol authentication tester capable of verifying credentials across a wide range of remote network services, including SSH, SMB, FTP, and various database listeners. The project is distinguished by its ability to execute parallelized password attacks against multiple servers and protocols simultaneously. It features a modular system for implementing diverse network authentication schemes, allowing f

    Tests credentials against MongoDB servers by attempting to authenticate and query collections.

    C
    عرض على GitHub↗11,943
  • mongodb/node-mongodb-nativeالصورة الرمزية لـ mongodb

    mongodb/node-mongodb-native

    10,180عرض على GitHub↗

    The MongoDB Node.js Driver is a programmatic interface and NoSQL database client used to manage document storage and execute operations within a MongoDB database. It serves as an asynchronous database interface and connection manager that enables Node.js applications to integrate with MongoDB servers. The project implements client-side field encryption to secure sensitive data and queries locally before transmission. It also provides a BSON serialization library to convert JavaScript objects into a binary format for efficient storage and network transmission. The driver covers a broad range

    Provides the primary programmatic interface for reading from and writing to MongoDB database instances.

    TypeScriptdatabasemongodbnode-js
    عرض على GitHub↗10,180
  • mongodb/mongo-go-driverالصورة الرمزية لـ mongodb

    mongodb/mongo-go-driver

    8,506عرض على GitHub↗

    The mongo-go-driver is a Go library for building applications that integrate with a MongoDB document store. It enables the storage and retrieval of flexible document data by providing a bridge between Go backends and the database. The driver implements specialized capabilities for semantic vector search, allowing the handling and execution of high-dimensional vector data for similarity-based retrieval. It also supports full-text search via linguistic analysis and programmatic search index management. The project covers a broad range of database operations, including document-based CRUD, bulk

    Provides an observability interface for monitoring connection management and command execution.

    Godatabasedrivergo
    عرض على GitHub↗8,506
  • stalniy/caslالصورة الرمزية لـ stalniy

    stalniy/casl

    6,952عرض على GitHub↗

    CASL is a JavaScript authorization library for defining and enforcing declarative access control rules across both frontend and backend environments. It provides an attribute-based access control system that manages permissions based on user roles and specific object properties. The library is designed for isomorphic access control, allowing a consistent set of permission rules to be shared between a server API and a client interface. It enables the serialization of permission sets as plain data objects to maintain synchronization across these different layers. Its capabilities include trans

    Provides companion packages to connect authorization rules to MongoDB for streamlined permission checks.

    TypeScript
    عرض على GitHub↗6,952
  • feast-dev/feastالصورة الرمزية لـ feast-dev

    feast-dev/feast

    6,727عرض على GitHub↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Skips timestamp-based deduplication during bulk writes to improve throughput for initial data loads.

    Pythonbig-datadata-engineeringdata-quality
    عرض على GitHub↗6,727
  • apostrophecms/apostropheالصورة الرمزية لـ apostrophecms

    apostrophecms/apostrophe

    4,524عرض على GitHub↗

    Apostrophe is an open-source Node.js headless content management system that delivers structured content through REST APIs while providing a visual in-context page editor for live editing. It is built on a module-based plugin architecture that extends CMS functionality through reusable modules, each encapsulating logic, configuration, and templates. The system uses schema-driven content modeling to define data structures and validation rules through configurable schemas and custom field types, with all content stored as flexible JSON-like documents in MongoDB. The platform distinguishes itsel

    Stores and retrieves all content in a MongoDB database, providing flexible schema design and scalable data handling.

    JavaScriptapostrophecmscms-framework
    عرض على GitHub↗4,524
  • gofiber/recipesالصورة الرمزية لـ gofiber

    gofiber/recipes

    3,427عرض على GitHub↗

    This project is a comprehensive library of reference implementations and patterns for building web applications using the Go Fiber framework. It provides curated templates and implementation guides for creating REST APIs, web servers, and structured backend services. The repository serves as a practical resource for applying architectural patterns, including Clean and Hexagonal architectures, as well as port-and-adapter decoupling. It offers detailed examples for integrating common web features such as OAuth2 authentication, JWT verification, WebSockets for real-time communication, and server

    Implements connectors for reading from and writing to MongoDB database instances.

    Gocookbookexamplesfiber
    عرض على GitHub↗3,427
  1. Home
  2. Data & Databases
  3. Data Integration & Synchronization
  4. Data Integration
  5. Database Integrations
  6. MongoDB Connectors

استكشف الوسوم الفرعية

  • MongoDB Authentication AttacksCredential cracking targeting MongoDB database instances. **Distinct from MongoDB Connectors:** Targets authentication and collection querying in MongoDB, unlike general connectors.
  • MongoDB Driver MonitoringPerformance tracking and observability specifically for MongoDB Java driver operations. **Distinct from MongoDB Connectors:** Focuses on monitoring the driver's execution performance rather than data synchronization or ingestion.
  • MongoDB Synchronization1 وسم فرعيTwo-way data consistency and replication with MongoDB instances. **Distinct from MongoDB Connectors:** Focuses on synchronization logic for MongoDB, distinct from simple database connectors.