All Projects → mongodb → Mongo

mongodb / Mongo

Licence: other
The MongoDB Database

Programming Languages

C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
c
50402 projects - #5 most used programming language
TLA
29 projects

Projects that are alternatives of or similar to Mongo

Nodbi
Document DBI connector for R
Stars: ✭ 56 (-99.73%)
Mutual labels:  database, mongodb, nosql
Restheart
RESTHeart - The REST API for MongoDB
Stars: ✭ 659 (-96.84%)
Mutual labels:  database, mongodb, nosql
Databazel
The analytical and reporting solution for MongoDB
Stars: ✭ 118 (-99.43%)
Mutual labels:  database, mongodb, nosql
Mongo Cxx Driver
C++ Driver for MongoDB
Stars: ✭ 792 (-96.21%)
Mutual labels:  database, mongodb, nosql
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (-86.44%)
Mutual labels:  database, mongodb, nosql
Mongo Seeding
The ultimate solution for populating your MongoDB database.
Stars: ✭ 375 (-98.2%)
Mutual labels:  database, mongodb
Nodejs Restful Api
How to create a RESTful CRUD API using Nodejs?
Stars: ✭ 285 (-98.64%)
Mutual labels:  database, mongodb
Adminmongo
adminMongo is a Web based user interface (GUI) to handle all your MongoDB connections/databases needs.
Stars: ✭ 3,792 (-81.84%)
Mutual labels:  database, mongodb
Gokv
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Stars: ✭ 314 (-98.5%)
Mutual labels:  database, mongodb
Inquiry Deprecated
[DEPRECATED]: Prefer Room by Google, or SQLDelight by Square.
Stars: ✭ 264 (-98.74%)
Mutual labels:  database, nosql
Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (-98.56%)
Mutual labels:  database, mongodb
Bitnami Docker Redis
Bitnami Redis Docker Image
Stars: ✭ 317 (-98.48%)
Mutual labels:  database, nosql
Android Nosql
Lightweight, simple structured NoSQL database for Android
Stars: ✭ 284 (-98.64%)
Mutual labels:  mongodb, nosql
Drmongo
MongoDB admin app built on MeteorJs.
Stars: ✭ 283 (-98.64%)
Mutual labels:  database, mongodb
Node Orm2
Object Relational Mapping
Stars: ✭ 3,063 (-85.33%)
Mutual labels:  database, mongodb
Clean Go
Clean Architecture Example in Go
Stars: ✭ 274 (-98.69%)
Mutual labels:  database, mongodb
Concourse
Distributed database warehouse for transactions, search and analytics across time.
Stars: ✭ 310 (-98.52%)
Mutual labels:  database, nosql
Lungo
A MongoDB compatible embeddable database and toolkit for Go.
Stars: ✭ 343 (-98.36%)
Mutual labels:  database, mongodb
Nosqlclient
Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient
Stars: ✭ 3,399 (-83.72%)
Mutual labels:  mongodb, nosql
Kache
A simple in memory cache written using go
Stars: ✭ 349 (-98.33%)
Mutual labels:  database, nosql

Logo MongoDB README

Welcome to MongoDB!

Components

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

Utilities

install_compass - Installs MongoDB Compass for your platform.

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.

Documentation

https://docs.mongodb.com/manual/

Cloud Hosted MongoDB

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

Forums

Learn MongoDB

https://university.mongodb.com/

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].