Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Prisma | 31,846 | 442 | 20 hours ago | 4,993 | September 24, 2022 | 2,920 | apache-2.0 | TypeScript | ||
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB | ||||||||||
Mongo | 23,850 | 1 | 20 hours ago | 21 | September 13, 2022 | 73 | other | C++ | ||
The MongoDB Database | ||||||||||
Migrate | 11,493 | 594 | a day ago | 129 | March 17, 2022 | 270 | other | Go | ||
Database migrations. CLI and Golang library. | ||||||||||
Node Mongodb Native | 9,776 | 116,995 | 9,592 | 20 hours ago | 406 | September 19, 2022 | 20 | apache-2.0 | TypeScript | |
The Official MongoDB Node.js Driver | ||||||||||
Coolify | 7,879 | a day ago | 268 | apache-2.0 | Svelte | |||||
An open-source & self-hostable Heroku / Netlify alternative. | ||||||||||
Mongo Go Driver | 7,437 | 3,584 | 20 hours ago | 307 | September 06, 2022 | 6 | apache-2.0 | Go | ||
The Official Golang driver for MongoDB | ||||||||||
Blog | 7,431 | a day ago | 31 | gpl-2.0 | PLpgSQL | |||||
Everything about database,business.(Most for PostgreSQL). | ||||||||||
Ferretdb | 6,968 | 21 hours ago | 20 | September 22, 2022 | 428 | apache-2.0 | Go | |||
A truly Open Source MongoDB alternative | ||||||||||
Laravel Mongodb | 6,420 | 925 | 166 | 2 months ago | 121 | September 01, 2022 | 184 | mit | PHP | |
A MongoDB based Eloquent model and Query builder for Laravel (Moloquent) | ||||||||||
Mikro Orm | 6,093 | 86 | a day ago | 1,395 | September 25, 2022 | 82 | mit | TypeScript | ||
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases. |
Welcome to MongoDB!
mongod
- The database server.mongos
- Sharding router.mongo
- The database shell (uses interactive javascript).brew tap mongodb/brew
docker pull mongo
See Building MongoDB.
For command line options invoke:
$ ./mongod --help
To run a single server database:
$ sudo mkdir -p /data/db
$ ./mongod
$
$ # The mongo javascript shell connects to localhost and test database by default:
$ ./mongo
> help
You can install compass using the install_compass
script packaged with MongoDB:
$ ./install_compass
This will download the appropriate MongoDB Compass package for your platform and install it.
Client drivers for most programming languages are available at
https://docs.mongodb.com/manual/applications/drivers/. Use the shell
(mongo
) for administrative tasks.
See https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports.
Packages are created dynamically by the buildscripts/packager.py script. This will generate RPM and Debian packages.
https://www.mongodb.com/cloud/atlas
Technical questions about using MongoDB.
https://community.mongodb.com/c/server-dev
Technical questions about building and developing MongoDB.
MongoDB is free and the source is available. Versions released prior to October 16, 2018 are published under the AGPL. All versions released after October 16, 2018, including patch fixes for prior versions, are published under the Server Side Public License (SSPL) v1. See individual files for details.