Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-mongodb
A curated list of awesome MongoDB resources, libraries, tools and applications
https://github.com/eric-erki/awesome-mongodb
Last synced: 3 days ago
JSON representation
-
Resources
-
More
-
Articles
- 14 Things I Wish I'd Known When Starting with MongoDB (Phil Factor)
- A Custom WordPress Dashboard with MongoDB Atlas, Microsoft Azure, & Serverless Functions (Ahmad Awais)
- Five Things About Scaling MongoDB (A. Jesse Jiryu Davis, MongoDB Inc.) - Scale 101
- Optimizing MongoDB Compound Indexes (A. Jesse Jiryu Davis, MongoDB Inc.) - Everything you need/have to know about indexes
- Server Discovery And Monitoring In PyMongo, Perl, And C (A. Jesse Jiryu Davis, MongoDB Inc.)
- Monitoring MongoDB performance metrics (Jean-Mathieu Saponaro, Datadog)
-
Books
- Builder Book - Learn how to build a full stack JavaScript web app from scratch
- The Little MongoDB Book - Basic introduction
-
Talks
-
Tutorials
- Kubernetes examples - Deployment tutorial of a basic Node.js and MongoDB web stack on Kubernetes
- Deploy a Highly-Available MongoDB Replica Set on AWS
-
-
Libraries
-
C
- mongo-c-driver - Official C driver
-
C++
- mongo-cxx-driver - Official C++ driver
-
C#/.NET ###
- mongo-csharp-driver - Official C# driver
- mongo-queue-csharp - C# message queue on top of MongoDB
- MongoDB Messaging - Lightweight queue pub/sub processing library
- MongoRepository - Repository abstraction layer on top of the C# driver
-
Delphi
- TMongoWire - Minimal community Delphi driver
-
Elixir
- mongodb - Community Elixir driver
- mongodb_ecto - Adapter for the Ecto database wrapper
-
Erlang
- mongodb-erlang - Community Erlang driver
-
Go
- Bongo - ODM based on mgo
- mgo - Community Go driver
- minquery - MongoDB cursor that paginates
- mongo-go-driver - Official Go driver
-
Haskell
- mongodb - Community Haskell driver
-
Java
- Jongo - Query in Java as in Mongo shell
- Hibernate OGM - The power and simplicity of JPA for NoSQL datastores
- mongo-java-driver - Official Java driver
- mongo-queue-java - Java message queue on top of MongoDB
- mongoFS - An enhancement of GridFS to allow for more features and capabilities
- Mongojack - Based on Jackson, allows you to easily handle your mongo objects as POJOs
- Morphia - Java ODM
- Morphium - Java ODM and caching layer
- Mungbean - Community driver for languages running on the JVM
- Spring Data MongoDB - Spring based, object-document support and repositories
-
JavaScript
- Camo - Class-based ES6 ODM for Mongo-like databases
- MEAN.JS - Full stack based on MongoDB, Express, AngularJS, and Node.js
- MERN (mern-starter) - Full stack based on MongoDB, Express, React and Node.js
- Meteor - Real-time/reactive client-server framework based on MongoDB, with lots of features
- Mongoose - Node.js asynchronous ODM
- mongration - Node.js migration framework
- Moonridge - Framework with live querying on top of Mongoose and socket.io
- node-mongodb-native - Official Node.js driver
- CASL Mongoose - Permissions management library integrated with Mongoose
-
Julia
- Mongo.jl - C driver bindings
-
Lisp
- cl-mongo - Community Common Lisp interface
- mongo-cl-driver
- mongo-el - Community Emacs Lisp driver
-
Mathematica
- MongoDBLink - Community Mathematica driver
-
Perl
- mongo-perl-driver - Official Perl driver
-
PHP
- Doctrine MongoDB - Wrapper around the native PHP Mongo PECL extension to provide additional functionality
- eloquent-mongodb-repository - Repository implementation built on top of laravel-mongodb
- mongodb-repository - Repository implementation
- PHPMongo ODM - ODM based on the PHP Mongo PECL extension
- PHPMongo Migrator - Migration tool based on PHPMongo ODM
- pecl/mongodb - Official PHP driver
- yadm - Fast schemaless ODM
- laravel-mongodb - Eloquent model and query builder for Laravel
-
Python
- Flask-Stupe - Flask extension that adds PyMongo support to Flask
- Mongo-Thingy - Idiomatic and friendly-yet-powerful ODM (schemaless)
- MongoEngine - ODM on top of PyMongo
- MongoLog - MongoDB logging handler
- Motor - Non-blocking Python driver for Tornado or asyncio
- PyMongo - Official (and recommended) Python driver
- minimongo - A lightweight, schemaless, Pythonic Object-Oriented interface
- scrapy-mongodb - MongoDB pipeline for Scrapy
- μMongo - Driver-independent (async/sync) ODM based on marshmallow
-
R
- mongolite - Fast and simple client for R
-
Ruby
- awesome_explain - A simple global method to explain Mongoid queries
- mongo-ruby-driver - Official Ruby driver
- Mongoid - ODM framework
-
Rust
- mongo-rust-driver-prototype - Prototype driver for Rust 1.x and MongoDB 3.0.x
-
Scala
- mongo-scala-driver - Official Scala driver
- ReactiveMongo - Non-blocking Scala driver
- Spark-MongoDB - Read/write data with Spark SQL
-
-
Tools
-
Administration
- mongoctl - Manage MongoDB servers and replica sets using JSON configurations
- MongoDB Smasher - Generate randomized datasets and benchmark your setup
- mongodb-tools - Three neat Python scripts to work with collections and indexes
- mtools - Collection of scripts to set up test environments and visualize log files
- nginx-gridfs - Nginx module for serving files from GridFS
- nginx-mongodb-rest - REST client written as an Nginx module
- Compose - IBM DBaaS offer (has other database types too)
- mLab - Fully managed DBaaS (formerly MongoLab)
- ObjectRocket - Rackspace DBaaS offer (has other database types too)
-
Data
- mongo_fdw - PostgreSQL foreign data wrapper
- mongo-hadoop - Hadoop connector
- Mongolastic - MongoDB to Elasticsearch (and vice-versa) migration tool
- MongoMultiMaster - Multi-master replication
- MoSQL - MongoDB to PostgreSQL streaming replication
-
Deployment
- ansible-role-mongodb - Ansible role
- chef-mongodb - Chef cookbook
- Dockerfile
- puppet-mongodb - Puppet module (formerly puppetlabs-mongodb)
- Helm Chart
-
Desktop
- MongoHub - Mac native client
- Nosqlclient - Cross-platform, self hosted and easy to use management tool (formerly Mongoclient)
- Robo 3T - Free, native and cross-platform shell-centric GUI (formerly Robomongo)
- QueryAssist - Modern and powerful GUI tool, cross-platform and easy-to-use
- Studio 3T - Cross-platform GUI, stable and powerful (formerly MongoChef)
-
Development
- mgodatagen - Random data generator
- Mongo Seeding - Node.js library, CLI and Docker image for populating databases using JS and JSON files
- Mongoeye - Schema and data analyzer: explore data in your collections
- Variety - Schema analyzer: see what fields are in your collection and what's their content
- DB — AI Playground - Online playground to write, debug and share aggregations and queries
-
Monitoring
- check_mongodb - Nagios plugin (in Bash)
- mongo-monitor - Simple monitoring CLI
- mongo-munin - Collection of Munin plugins
- Mongoop - Long operations monitoring and alerting
- mongomon - More Munin plugins
- Motop - MongoDB top clone
- mtop - Another top clone
- nagios-plugin-mongodb - Nagios plugin (in Python)
- Percona Monitoring and Management - Free and open-source platform for managing and monitoring databases performances
- Datadog - SaaS-based monitoring
- VividCortex - SaaS-based query performance analytics and monitoring
-
Shell
- mongo-hacker - MongoDB shell enhancements
-
Web
- adminMongo - Web-based user interface to handle connections and databases needs
- mongo-express - Web-based admin interface built with Express
- mongoadmin - Admin interface built with Django
- Mongoku - MongoDB client for the web
- mongri - Web-based user interface written in JavaScript
- Rockmongo - PHPMyAdmin for MongoDB, sort of
-
-
Applications
-
Web
- Builder Book App - Web app to publish books or documentation built with React and Express
- CodeCombat - Multiplayer programming game for learning how to code
- Countly - Mobile & web analytics and marketing platform built with Node.js
- GrandNode - Multi-platform e-commerce shopping cart built with ASP.NET
- Leanote - Evernote clone built with Go
- NodeBB - Node.js based forum software ("built for the modern web")
- Reaction - Event-driven, real-time commerce platform built with ES6
- SaaS Boilerplate - Boilerplate for SaaS products, built with TypeScript, React and Express
- uptime - Remote monitoring application built with Node.js and Bootstrap
-
Programming Languages
Categories
Sub Categories
Keywords
mongodb
53
database
10
nosql
10
mongodb-driver
10
mongo
9
php
7
odm
7
orm
7
nodejs
7
javascript
7
java
6
python
5
docker
4
driver
4
typescript
3
react
3
scala
3
mongodb-orm
3
python-library
3
python3
3
pymongo
3
material-ui
2
mailchimp
2
mongoose
2
google-api
2
nextjs
2
boilerplate
2
aws-ses
2
framework
2
node
2
passport
2
kotlin
2
jvm
2
ruby-on-rails
2
ruby
2
mongodb-odm
2
migration
2
phpmongokit
2
storage
2
php7
2
seeding
2
paginate
2
pageable
2
laravel
2
filter
2
eloquent
2
crud
2
composer
2
socket-io
2
meteor
2