Mongo

Alternatives To Mongo
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Prisma31,84644220 hours ago4,993September 24, 20222,920apache-2.0TypeScript
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
Mongo23,850120 hours ago21September 13, 202273otherC++
The MongoDB Database
Migrate11,493594a day ago129March 17, 2022270otherGo
Database migrations. CLI and Golang library.
Node Mongodb Native9,776116,9959,59220 hours ago406September 19, 202220apache-2.0TypeScript
The Official MongoDB Node.js Driver
Coolify7,879
a day ago268apache-2.0Svelte
An open-source & self-hostable Heroku / Netlify alternative.
Mongo Go Driver7,4373,58420 hours ago307September 06, 20226apache-2.0Go
The Official Golang driver for MongoDB
Blog7,431
a day ago31gpl-2.0PLpgSQL
Everything about database,business.(Most for PostgreSQL).
Ferretdb6,968
21 hours ago20September 22, 2022428apache-2.0Go
A truly Open Source MongoDB alternative
Laravel Mongodb6,4209251662 months ago121September 01, 2022184mitPHP
A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
Mikro Orm6,09386a day ago1,395September 25, 202282mitTypeScript
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
Alternatives To Mongo
Select To Compare


Alternative Project Comparisons
Readme

Logo MongoDB README

Welcome to MongoDB!

Components

  • mongod - The database server.
  • mongos - Sharding router.
  • mongo - The database shell (uses interactive javascript).

Download MongoDB

Building

See Building MongoDB.

Running

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

Installing Compass

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.

Drivers

Client drivers for most programming languages are available at https://docs.mongodb.com/manual/applications/drivers/. Use the shell (mongo) for administrative tasks.

Bug Reports

See https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports.

Packaging

Packages are created dynamically by the buildscripts/packager.py script. This will generate RPM and Debian packages.

Learn MongoDB

Cloud Hosted MongoDB

https://www.mongodb.com/cloud/atlas

Forums

LICENSE

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.

Popular Database Projects
Popular Mongodb Projects
Popular Data Storage Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Database
Mongodb
Driver
Mongo
Nosql