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

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

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

pkosiec/mongo-seeding

0
View on GitHub↗

Mongo Seeding

🌱 The ultimate solution for populating your MongoDB database.

Features

  • Database Utilities - Populate MongoDB databases with data.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI
  • قواعد البيانات - Populate MongoDB with JavaScript and JSON.
  • Database Tools - Library and CLI for populating databases with JSON/JS data.
  • 562 نجوم·46 تفرعات·TypeScript·MIT·7 مشاهدات

    سجل النجوم

    مخطط تاريخ النجوم لـ pkosiec/mongo-seedingمخطط تاريخ النجوم لـ pkosiec/mongo-seeding

    بدائل مفتوحة المصدر لـ Mongo Seeding

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Mongo Seeding.
    • flike/kingshardالصورة الرمزية لـ flike

      flike/kingshard

      6,414عرض على GitHub↗

      Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple database nodes. It functions as a load balancer, read-write splitter, and SQL query firewall to manage how data is accessed and distributed across a database infrastructure. The system implements data sharding using hash, range, or date strategies to split tables across multiple nodes. It enables read-write splitting by directing data modification requests to a master node while distributing read-only queries across a pool of slave replicas. The proxy provides traffic management t

      Gokingshardmysqlmysql-proxy
      عرض على GitHub↗6,414
    • forbeslindesay/atdatabasesالصورة الرمزية لـ ForbesLindesay

      ForbesLindesay/atdatabases

      633عرض على GitHub↗

      TypeScript clients for databases that prevent SQL Injection

      TypeScript
      عرض على GitHub↗633
    • 2tvenom/myreplication2

      2tvenom/myreplication

      0عرض على GitHub↗
      عرض على GitHub↗0
    • louischatriot/nedbالصورة الرمزية لـ louischatriot

      louischatriot/nedb

      13,540عرض على GitHub↗

      NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory data store with the option to persist documents to a local file system, ensuring data survives application restarts. The project utilizes a MongoDB-compatible API to perform data operations, allowing it to serve as a lightweight document indexing system and a persistent file database without requiring a separate database server. Capabilities include querying, inserting, updating, and deleting documents, as well as the ability to create indexes on specific fields to accelerate

      JavaScript
      عرض على GitHub↗13,540
    عرض جميع البدائل الـ 30 لـ Mongo Seeding→

    الأسئلة الشائعة

    ما هي وظيفة pkosiec/mongo-seeding؟

    🌱 The ultimate solution for populating your MongoDB database.

    ما هي الميزات الرئيسية لـ pkosiec/mongo-seeding؟

    الميزات الرئيسية لـ pkosiec/mongo-seeding هي: Database Utilities, قواعد البيانات, Database Tools.

    ما هي البدائل مفتوحة المصدر لـ pkosiec/mongo-seeding؟

    تشمل البدائل مفتوحة المصدر لـ pkosiec/mongo-seeding: forbeslindesay/atdatabases — TypeScript clients for databases that prevent SQL Injection. mlaanderson/database-js — Common Database Interface for Node. 2tvenom/myreplication. flike/kingshard — Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple… louischatriot/nedb — NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory… nuveo/prest.