update lists
This commit is contained in:
@@ -136,6 +136,9 @@ build a full stack JavaScript web app from scratch</li>
|
||||
<li><a
|
||||
href="https://www.oreilly.com/library/view/mongodb-applied-design/9781449340056/">MongoDB
|
||||
Applied Design Patterns (Rick Copeland)</a></li>
|
||||
<li><a
|
||||
href="https://www.manning.com/books/mongodb-in-action-third-edition">MongoDB
|
||||
in Action, Third Edition (Arek Borucki)</a></li>
|
||||
<li><a href="https://www.practical-mongodb-aggregations.com/">Practical
|
||||
MongoDB Aggregations E-Book</a> - Free e-book: How to develop effective
|
||||
and optimal data manipulation and analytics pipelines</li>
|
||||
@@ -158,10 +161,6 @@ MongoDB on Amazon Web Services (Michael Saffitz, Apptentive)</a>
|
||||
<h3 id="tutorials">Tutorials</h3>
|
||||
<ul>
|
||||
<li><a
|
||||
href="https://github.com/kubernetes/examples/tree/master/staging/nodesjs-mongodb">Kubernetes
|
||||
examples</a> - Deployment tutorial of a basic Node.js and MongoDB web
|
||||
stack on Kubernetes</li>
|
||||
<li><a
|
||||
href="https://eladnava.com/deploy-a-highly-available-mongodb-replica-set-on-aws/">Deploy
|
||||
a Highly-Available MongoDB Replica Set on AWS</a></li>
|
||||
<li><a
|
||||
@@ -202,6 +201,9 @@ href="https://github.com/mongodb/mongo-cxx-driver">mongo-cxx-driver</a>
|
||||
href="https://github.com/mongodb/mongo-csharp-driver">mongo-csharp-driver</a>
|
||||
- Official C# driver</li>
|
||||
<li><a
|
||||
href="https://github.com/mongodb/mongo-efcore-provider">mongo-efcore-provider</a>
|
||||
- Official Entity Framework (EF) Core provider for MongoDB</li>
|
||||
<li><a
|
||||
href="https://github.com/dominionenterprises/mongo-queue-csharp">mongo-queue-csharp</a>
|
||||
- C# message queue on top of MongoDB</li>
|
||||
<li><a href="https://github.com/loresoft/MongoDB.Messaging">MongoDB
|
||||
@@ -311,6 +313,8 @@ Node.js</li>
|
||||
<li><a href="https://github.com/meteor/meteor">Meteor</a> -
|
||||
Real-time/reactive client-server framework based on MongoDB, with lots
|
||||
of features</li>
|
||||
<li><a href="https://github.com/morris/mongomq2">MongoMQ2</a> - A
|
||||
general-purpose message and event queuing library for MongoDB</li>
|
||||
<li><a href="https://github.com/Automattic/mongoose">Mongoose</a> -
|
||||
Node.js asynchronous ODM</li>
|
||||
<li><a
|
||||
@@ -364,25 +368,27 @@ OCaml driver</li>
|
||||
<h3 id="php">PHP</h3>
|
||||
<ul>
|
||||
<li><a
|
||||
href="https://github.com/nilportugues/eloquent-mongodb-repository">eloquent-mongodb-repository</a>
|
||||
- Repository implementation built on top of laravel-mongodb</li>
|
||||
href="https://github.com/mongodb/laravel-mongodb">laravel-mongodb</a> -
|
||||
Official Eloquent model and query builder for Laravel</li>
|
||||
<li><a href="https://github.com/mongodb/mongo-php-driver">PHP Driver</a>
|
||||
- Official PHP driver</li>
|
||||
<li><a href="https://github.com/doctrine/mongodb-odm">Doctrine MongoDB
|
||||
ODM</a> and <a
|
||||
href="https://github.com/doctrine/DoctrineMongoDBBundle">MongoDB ODM
|
||||
Bundle for Symfony</a> - Fully featured ORM with Symfony
|
||||
integration</li>
|
||||
<li><a href="https://github.com/facile-it/mongodb-bundle">MongoDB
|
||||
Bundle</a> - Integration of the official library with Symfony, without
|
||||
ORM</li>
|
||||
<li><a href="https://github.com/yiisoft/yii2-mongodb">yii-mongodb</a> -
|
||||
Yii 2 MongoDB extension</li>
|
||||
<li><a
|
||||
href="https://github.com/jenssegers/laravel-mongodb">laravel-mongodb</a>
|
||||
- Eloquent model and query builder for Laravel</li>
|
||||
<li><a
|
||||
href="https://github.com/nilportugues/mongodb-repository">mongodb-repository</a>
|
||||
- Repository implementation</li>
|
||||
href="https://github.com/opentelemetry-php/contrib-auto-mongodb">opentelemetry
|
||||
php auto-mongodb</a> - Automatic monitoring of MongoDB commands with
|
||||
OpenTelemetry</li>
|
||||
<li><a
|
||||
href="https://github.com/alcaeus/mongo-php-adapter">mongo-php-adapter</a>
|
||||
- Adapter for applications using <code>ext-mongo</code></li>
|
||||
<li><a href="https://github.com/mongodb/mongo-php-driver">PHP Driver</a>
|
||||
- Official PHP driver</li>
|
||||
<li><a href="https://github.com/sokil/php-mongo">PHPMongo ODM</a> - ODM
|
||||
based on the PHP Mongo PECL extension</li>
|
||||
<li><a href="https://github.com/sokil/php-mongo-migrator">PHPMongo
|
||||
Migrator</a> - Migration tool based on PHPMongo ODM</li>
|
||||
<li><a href="https://github.com/formapro/yadm">yadm</a> - Fast
|
||||
schemaless ODM</li>
|
||||
</ul>
|
||||
<h3 id="powershell">PowerShell</h3>
|
||||
<ul>
|
||||
@@ -400,37 +406,18 @@ href="https://pydantic-docs.helpmanual.io/">Pydantic</a>, which supports
|
||||
migrations out of the box</li>
|
||||
<li><a href="https://github.com/nesdis/djongo">Djongo</a> - MongoDB
|
||||
connector for Django compatible with Django ORM</li>
|
||||
<li><a
|
||||
href="https://github.com/MongoEngine/flask-mongoengine">Flask-MongoEngine</a>
|
||||
- Flask extension that integrates MongoEngine, WTForms and
|
||||
FlaskDebugToolbar</li>
|
||||
<li><a href="https://github.com/numberly/flask-stupe">Flask-Stupe</a> -
|
||||
Flask extension that adds PyMongo support to Flask</li>
|
||||
<li><a href="https://github.com/numberly/mongo-thingy">Mongo-Thingy</a>
|
||||
- Powerful schema-less ODM for MongoDB and Python (sync + async)</li>
|
||||
<li><a href="https://github.com/MongoEngine/mongoengine">MongoEngine</a>
|
||||
- ODM on top of PyMongo</li>
|
||||
<li><a href="https://github.com/puentesarrin/mongodb-log">MongoLog</a> -
|
||||
MongoDB logging handler</li>
|
||||
<li><a href="https://github.com/mongodb/motor">Motor</a> - Official
|
||||
non-blocking Python driver for Tornado or asyncio</li>
|
||||
<li><a href="https://github.com/mongodb/mongo-python-driver">PyMongo</a>
|
||||
- Official Python driver</li>
|
||||
<li><a
|
||||
href="https://github.com/mongodb-labs/pymongoexplain/">PyMongoExplain</a>
|
||||
- A wrapper for PyMongo’s Collection object that makes it easy to run
|
||||
<code>explain</code> on your queries.</li>
|
||||
<li><a href="https://github.com/slacy/minimongo">minimongo</a> - A
|
||||
lightweight, schemaless, Pythonic Object-Oriented interface</li>
|
||||
<li><a href="https://github.com/art049/odmantic">ODMantic</a> -
|
||||
Asynchronous ODM on top of pydantic</li>
|
||||
<li><a
|
||||
href="https://github.com/sebdah/scrapy-mongodb">scrapy-mongodb</a> -
|
||||
MongoDB pipeline for Scrapy</li>
|
||||
<li><a href="https://github.com/twisted/txmongo">TxMongo</a> - Twisted’s
|
||||
MongoDB driver</li>
|
||||
<li><a href="https://github.com/Scille/umongo">μMongo</a> -
|
||||
Driver-independent (async/sync) ODM based on marshmallow</li>
|
||||
</ul>
|
||||
<h3 id="r">R</h3>
|
||||
<ul>
|
||||
@@ -527,8 +514,10 @@ Hadoop connector</li>
|
||||
<li><a href="https://github.com/rick446/mmm">MongoMultiMaster</a> -
|
||||
Multi-master replication</li>
|
||||
</ul>
|
||||
<p>Services: - <a href="https://www.provendb.com/">ProvenDB</a> -
|
||||
Blockchain based Data integrity solution for MongoDB</p>
|
||||
<p>Services: - <a
|
||||
href="https://www.mongodb.com/products/cluster-to-cluster-sync">Cluster
|
||||
to cluster sync</a> - MongoDB Inc. solution for continuous data sync
|
||||
between separate clusters</p>
|
||||
<h3 id="deployment">Deployment</h3>
|
||||
<ul>
|
||||
<li><a
|
||||
@@ -545,10 +534,6 @@ Chart</a></li>
|
||||
href="https://github.com/voxpupuli/puppet-mongodb">puppet-mongodb</a> -
|
||||
Puppet module (formerly puppetlabs-mongodb)</li>
|
||||
</ul>
|
||||
<p>Services: - <a
|
||||
href="https://www.mongodb.com/products/cluster-to-cluster-sync">Cluster
|
||||
to cluster sync</a> - MongoDB Inc. solution for continuous data sync
|
||||
between separate clusters</p>
|
||||
<h3 id="desktop">Desktop</h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/mongodb-js/compass">Compass</a> - Free
|
||||
@@ -567,7 +552,7 @@ and more</li>
|
||||
<p>Services: - <a
|
||||
href="https://www.jetbrains.com/datagrip/">DataGrip</a> - Cross-platform
|
||||
JetBrains’ IDE - <a href="https://mingo.io/">Mingo</a> - MongoDB Admin.
|
||||
Intuitive UI. Fast. Reliable - <a href="http://www.datensen.com/">Moon
|
||||
Intuitive UI. Fast. Reliable - <a href="https://www.datensen.com/">Moon
|
||||
Modeler</a> - Data modeling tool for MongoDB and relational databases -
|
||||
<a href="https://nosqlbooster.com">NoSQLBooster</a> - Feature-rich but
|
||||
easy-to-use cross-platform IDE (formerly MongoBooster) - <a
|
||||
@@ -724,3 +709,5 @@ alt="CC0" /></a></p>
|
||||
<p>To the extent possible under law, <a
|
||||
href="https://github.com/ramnes">Guillaume Gelin</a> has waived all
|
||||
copyright and related or neighboring rights to this work.</p>
|
||||
<p><a href="https://github.com/ramnes/awesome-mongodb">mongodb.md
|
||||
Github</a></p>
|
||||
|
||||
Reference in New Issue
Block a user