Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mongo | 23,843 | 1 | an hour ago | 21 | September 13, 2022 | 74 | other | C++ | ||
The MongoDB Database | ||||||||||
Migrate | 11,477 | 594 | 16 hours ago | 129 | March 17, 2022 | 269 | other | Go | ||
Database migrations. CLI and Golang library. | ||||||||||
Node Mongodb Native | 9,773 | 116,995 | 9,592 | 3 days ago | 406 | September 19, 2022 | 18 | apache-2.0 | TypeScript | |
The Official MongoDB Node.js Driver | ||||||||||
Mongo Go Driver | 7,434 | 3,584 | an hour ago | 307 | September 06, 2022 | 7 | apache-2.0 | Go | ||
The Official Golang driver for MongoDB | ||||||||||
Mongo Python Driver | 3,848 | 17,931 | 1,591 | an hour ago | 127 | April 13, 2022 | 8 | apache-2.0 | Python | |
PyMongo - the Official MongoDB Python driver | ||||||||||
Mongo Csharp Driver | 2,998 | 2,164 | 374 | 4 hours ago | 109 | July 30, 2022 | 44 | apache-2.0 | C# | |
The Official C# .NET Driver for MongoDB | ||||||||||
Mgo | 2,619 | 2,102 | 2,563 | 2 years ago | 4 | August 07, 2017 | 224 | other | Go | |
The MongoDB driver for Go. UNMAINTAINED - SEE BELOW | ||||||||||
Mongo Java Driver | 2,538 | 11,403 | 1,020 | 3 days ago | 143 | April 22, 2022 | 10 | apache-2.0 | Java | |
The official MongoDB drivers for Java, Kotlin, and Scala | ||||||||||
Phpfastcache | 2,267 | 209 | 133 | 4 months ago | 185 | June 09, 2022 | 2 | mit | PHP | |
A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful. | ||||||||||
Awesome Mongodb | 2,194 | a day ago | 1 | |||||||
:leaves: A curated list of awesome MongoDB resources, libraries, tools and applications |
MongoDB Casbah is now officially end-of-life (EOL). No further development, bugfixes, enhancements, documentation changes or maintenance will be provided by this project and pull requests will no longer be accepted.
Users are encouraged to migrate to the Mongo Scala Driver for a modern idiomatic MongoDB Scala driver.
Casbah is a legacy interface for MongoDB designed to provide more flexible access from both Java and Scala. The core focus is on providing a Scala oriented wrapper interface around the Java mongo driver.
For the Scala side, contains series of wrappers and DSL-like functionality for utilizing MongoDB from within Scala. This currently utilises the very Java-oriented Mongo Java driver, and attempts to provide more scala-like functionality on top of it. This has been tested with MongoDB 1.2.x+ and 2.x of the Mongo java driver.
For more information see the Casbah documentation hub.
Casbah is separated out into several artifacts: