awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
pkosiec avatar

pkosiec/mongo-seeding

0
View on GitHub↗
562 stars·46 forks·TypeScript·MIT·11 views

Mongo Seeding

🌱 The ultimate solution for populating your MongoDB database.

Features

  • Database Utilities - Populate MongoDB databases with data.
  • Databases - Populate MongoDB with JavaScript and JSON.
  • Database Tools - Library and CLI for populating databases with JSON/JS data.

Star history

Star history chart for pkosiec/mongo-seedingStar history chart for pkosiec/mongo-seeding

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Mongo Seeding

Similar open-source projects, ranked by how many features they share with Mongo Seeding.
  • flike/kingshardflike avatar

    flike/kingshard

    6,414View on 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
    View on GitHub↗6,414
  • forbeslindesay/atdatabasesForbesLindesay avatar

    ForbesLindesay/atdatabases

    633View on GitHub↗

    TypeScript clients for databases that prevent SQL Injection

    TypeScript
    View on GitHub↗633
  • 2tvenom/myreplication2

    2tvenom/myreplication

    0View on GitHub↗
    View on GitHub↗0
  • louischatriot/nedblouischatriot avatar

    louischatriot/nedb

    13,540View on 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
    View on GitHub↗13,540
See all 30 alternatives to Mongo Seeding→

Frequently asked questions

What does pkosiec/mongo-seeding do?

🌱 The ultimate solution for populating your MongoDB database.

What are the main features of pkosiec/mongo-seeding?

The main features of pkosiec/mongo-seeding are: Database Utilities, Databases, Database Tools.

What are some open-source alternatives to pkosiec/mongo-seeding?

Open-source alternatives to pkosiec/mongo-seeding include: 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.