update lists
This commit is contained in:
@@ -82,6 +82,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F
|
||||
- [50 Tips and Tricks for MongoDB Developers](https://www.oreilly.com/library/view/50-tips-and/9781449306779/) - Advanced MongoDB tips and tricks, given by a MongoDB inc. engineer
|
||||
- [Builder Book](https://builderbook.org) - Learn how to build a full stack JavaScript web app from scratch
|
||||
- [MongoDB Applied Design Patterns (Rick Copeland)](https://www.oreilly.com/library/view/mongodb-applied-design/9781449340056/)
|
||||
- [MongoDB in Action, Third Edition (Arek Borucki)](https://www.manning.com/books/mongodb-in-action-third-edition)
|
||||
- [Practical MongoDB Aggregations E-Book](https://www.practical-mongodb-aggregations.com/) - Free e-book: How to develop effective and optimal data manipulation and analytics pipelines
|
||||
- [The Little MongoDB Book](https://github.com/mongodb-developer/the-little-mongodb-book) - Basic introduction
|
||||
- [SaaS Boilerplate Book](https://builderbook.org/book) - Learn how to build a production-ready SaaS web app from scratch
|
||||
@@ -92,7 +93,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F
|
||||
- [Scaling MongoDB on Amazon Web Services (Michael Saffitz, Apptentive)](https://www.youtube.com/watch?v=bkjVhEQocFI) [50']
|
||||
|
||||
### Tutorials
|
||||
- [Kubernetes examples](https://github.com/kubernetes/examples/tree/master/staging/nodesjs-mongodb) - Deployment tutorial of a basic Node.js and MongoDB web stack on Kubernetes
|
||||
- [Deploy a Highly-Available MongoDB Replica Set on AWS](https://eladnava.com/deploy-a-highly-available-mongodb-replica-set-on-aws/)
|
||||
- [Sharded Cluster with Docker Compose](https://github.com/minhhungit/mongodb-cluster-docker-compose)
|
||||
|
||||
@@ -114,6 +114,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F
|
||||
|
||||
### C#/.NET ###
|
||||
- [mongo-csharp-driver](https://github.com/mongodb/mongo-csharp-driver) - Official C# driver
|
||||
- [mongo-efcore-provider](https://github.com/mongodb/mongo-efcore-provider) - Official Entity Framework (EF) Core provider for MongoDB
|
||||
- [mongo-queue-csharp](https://github.com/dominionenterprises/mongo-queue-csharp) - C# message queue on top of MongoDB
|
||||
- [MongoDB Messaging](https://github.com/loresoft/MongoDB.Messaging) - Lightweight queue pub/sub processing library
|
||||
- [MongoRepository](https://github.com/RobThree/MongoRepository) - Repository abstraction layer on top of the C# driver
|
||||
@@ -167,6 +168,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F
|
||||
- [MEAN.JS](https://github.com/meanjs/mean) - Full stack based on MongoDB, Express, AngularJS, and Node.js
|
||||
- [MERN (mern-starter)](https://github.com/Hashnode/mern-starter) - Full stack based on MongoDB, Express, React and Node.js
|
||||
- [Meteor](https://github.com/meteor/meteor) - Real-time/reactive client-server framework based on MongoDB, with lots of features
|
||||
- [MongoMQ2](https://github.com/morris/mongomq2) - A general-purpose message and event queuing library for MongoDB
|
||||
- [Mongoose](https://github.com/Automattic/mongoose) - Node.js asynchronous ODM
|
||||
- [CASL Mongoose](https://github.com/stalniy/casl/tree/master/packages/casl-mongoose) - Permissions management library integrated with Mongoose
|
||||
- [mongration](https://github.com/awapps/mongration) - Node.js migration framework
|
||||
@@ -193,14 +195,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F
|
||||
- [Mongo.ml](http://massd.github.io/mongo/) - Community OCaml driver
|
||||
|
||||
### PHP
|
||||
- [eloquent-mongodb-repository](https://github.com/nilportugues/eloquent-mongodb-repository) - Repository implementation built on top of laravel-mongodb
|
||||
- [laravel-mongodb](https://github.com/jenssegers/laravel-mongodb) - Eloquent model and query builder for Laravel
|
||||
- [mongodb-repository](https://github.com/nilportugues/mongodb-repository) - Repository implementation
|
||||
- [mongo-php-adapter](https://github.com/alcaeus/mongo-php-adapter) - Adapter for applications using `ext-mongo`
|
||||
- [laravel-mongodb](https://github.com/mongodb/laravel-mongodb) - Official Eloquent model and query builder for Laravel
|
||||
- [PHP Driver](https://github.com/mongodb/mongo-php-driver) - Official PHP driver
|
||||
- [PHPMongo ODM](https://github.com/sokil/php-mongo) - ODM based on the PHP Mongo PECL extension
|
||||
- [PHPMongo Migrator](https://github.com/sokil/php-mongo-migrator) - Migration tool based on PHPMongo ODM
|
||||
- [yadm](https://github.com/formapro/yadm) - Fast schemaless ODM
|
||||
- [Doctrine MongoDB ODM](https://github.com/doctrine/mongodb-odm) and [MongoDB ODM Bundle for Symfony](https://github.com/doctrine/DoctrineMongoDBBundle) - Fully featured ORM with Symfony integration
|
||||
- [MongoDB Bundle](https://github.com/facile-it/mongodb-bundle) - Integration of the official library with Symfony, without ORM
|
||||
- [yii-mongodb](https://github.com/yiisoft/yii2-mongodb) - Yii 2 MongoDB extension
|
||||
- [opentelemetry php auto-mongodb](https://github.com/opentelemetry-php/contrib-auto-mongodb) - Automatic monitoring of MongoDB commands with OpenTelemetry
|
||||
- [mongo-php-adapter](https://github.com/alcaeus/mongo-php-adapter) - Adapter for applications using `ext-mongo`
|
||||
|
||||
### PowerShell
|
||||
- [Mdbc](https://github.com/nightroman/Mdbc) - MongoDB cmdlets for PowerShell
|
||||
@@ -209,19 +210,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F
|
||||
- [AtlasQ](https://github.com/certego/AtlasQ) - MongoDB Atlas Search wrapper with MongoEngine syntax
|
||||
- [Beanie](https://github.com/roman-right/beanie) - Asynchronous ODM based on [Motor](https://motor.readthedocs.io/en/stable/) and [Pydantic](https://pydantic-docs.helpmanual.io/), which supports migrations out of the box
|
||||
- [Djongo](https://github.com/nesdis/djongo) - MongoDB connector for Django compatible with Django ORM
|
||||
- [Flask-MongoEngine](https://github.com/MongoEngine/flask-mongoengine) - Flask extension that integrates MongoEngine, WTForms and FlaskDebugToolbar
|
||||
- [Flask-Stupe](https://github.com/numberly/flask-stupe) - Flask extension that adds PyMongo support to Flask
|
||||
- [Mongo-Thingy](https://github.com/numberly/mongo-thingy) - Powerful schema-less ODM for MongoDB and Python (sync + async)
|
||||
- [MongoEngine](https://github.com/MongoEngine/mongoengine) - ODM on top of PyMongo
|
||||
- [MongoLog](https://github.com/puentesarrin/mongodb-log) - MongoDB logging handler
|
||||
- [Motor](https://github.com/mongodb/motor) - Official non-blocking Python driver for Tornado or asyncio
|
||||
- [PyMongo](https://github.com/mongodb/mongo-python-driver) - Official Python driver
|
||||
- [PyMongoExplain](https://github.com/mongodb-labs/pymongoexplain/) - A wrapper for PyMongo's Collection object that makes it easy to run `explain` on your queries.
|
||||
- [minimongo](https://github.com/slacy/minimongo) - A lightweight, schemaless, Pythonic Object-Oriented interface
|
||||
- [ODMantic](https://github.com/art049/odmantic) - Asynchronous ODM on top of pydantic
|
||||
- [scrapy-mongodb](https://github.com/sebdah/scrapy-mongodb) - MongoDB pipeline for Scrapy
|
||||
- [TxMongo](https://github.com/twisted/txmongo) - Twisted's MongoDB driver
|
||||
- [μMongo](https://github.com/Scille/umongo) - Driver-independent (async/sync) ODM based on marshmallow
|
||||
|
||||
### R
|
||||
- [mongolite](https://github.com/jeroen/mongolite) - Fast and simple client for R
|
||||
@@ -272,7 +266,7 @@ Services:
|
||||
- [MongoMultiMaster](https://github.com/rick446/mmm) - Multi-master replication
|
||||
|
||||
Services:
|
||||
- [ProvenDB](https://www.provendb.com/) - Blockchain based Data integrity solution for MongoDB
|
||||
- [Cluster to cluster sync](https://www.mongodb.com/products/cluster-to-cluster-sync) - MongoDB Inc. solution for continuous data sync between separate clusters
|
||||
|
||||
### Deployment
|
||||
- [ansible-role-mongodb](https://github.com/UnderGreen/ansible-role-mongodb) - Ansible role
|
||||
@@ -281,9 +275,6 @@ Services:
|
||||
- [Helm Chart](https://github.com/helm/charts/tree/master/stable/mongodb)
|
||||
- [puppet-mongodb](https://github.com/voxpupuli/puppet-mongodb) - Puppet module (formerly puppetlabs-mongodb)
|
||||
|
||||
Services:
|
||||
- [Cluster to cluster sync](https://www.mongodb.com/products/cluster-to-cluster-sync) - MongoDB Inc. solution for continuous data sync between separate clusters
|
||||
|
||||
### Desktop
|
||||
- [Compass](https://github.com/mongodb-js/compass) - Free Cross-platform GUI from MongoDB
|
||||
- [MongoDB for VS Code](https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode) - Connect to MongoDB and prototype queries from VS Code
|
||||
@@ -293,7 +284,7 @@ Services:
|
||||
Services:
|
||||
- [DataGrip](https://www.jetbrains.com/datagrip/) - Cross-platform JetBrains' IDE
|
||||
- [Mingo](https://mingo.io/) - MongoDB Admin. Intuitive UI. Fast. Reliable
|
||||
- [Moon Modeler](http://www.datensen.com/) - Data modeling tool for MongoDB and relational databases
|
||||
- [Moon Modeler](https://www.datensen.com/) - Data modeling tool for MongoDB and relational databases
|
||||
- [NoSQLBooster](https://nosqlbooster.com) - Feature-rich but easy-to-use cross-platform IDE (formerly MongoBooster)
|
||||
- [Studio 3T](https://studio3t.com/) - Cross-platform GUI, stable and powerful (formerly MongoChef and Robo 3T)
|
||||
- [TablePlus](https://tableplus.com/) - Native, lightweight GUI on macOS
|
||||
@@ -379,3 +370,6 @@ Those open-source applications have MongoDB somewhere in their stack:
|
||||
[](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||
|
||||
To the extent possible under law, [Guillaume Gelin](https://github.com/ramnes) has waived all copyright and related or neighboring rights to this work.
|
||||
|
||||
[mongodb.md Github](https://github.com/ramnes/awesome-mongodb
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user