Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-mgo/mgo
The MongoDB driver for Go. UNMAINTAINED - SEE BELOW
https://github.com/go-mgo/mgo
Last synced: 14 days ago
JSON representation
The MongoDB driver for Go. UNMAINTAINED - SEE BELOW
- Host: GitHub
- URL: https://github.com/go-mgo/mgo
- Owner: go-mgo
- License: other
- Created: 2014-07-16T11:36:46.000Z (over 10 years ago)
- Default Branch: v2-unstable
- Last Pushed: 2022-11-01T21:45:16.000Z (about 2 years ago)
- Last Synced: 2024-10-16T08:32:42.942Z (27 days ago)
- Language: Go
- Homepage:
- Size: 6.12 MB
- Stars: 2,740
- Watchers: 78
- Forks: 769
- Open Issues: 216
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
THIS IS UNMAINTAINED
--------------------Seven years after creating the mgo driver, I'm formally pausing my work on its maintenance.
There are multiple reasons for that, but the main ones are that I've stopped using MongoDB
for any new projects, and supporting its good community was taking too much of my
personal time without a relevant benefit for those around me.Moving forward I would suggest you to look at one of these options:
* [globalsign/mgo](https://github.com/globalsign/mgo) - Community supported fork of mgo.
* [BoltDB](https://github.com/coreos/bbolt) - Single file in-memory document database for Go.
* [Badger](https://github.com/dgraph-io/badger) - Fast in-memory document database for Go.
* [DGraph](https://github.com/dgraph-io/dgraph) - Distributed graph database on top of Badger.
* [lib/pq](https://github.com/lib/pq) - PostgreSQL driver in pure Go.For technical questions related to mgo, [Stack Overflow](https://stackoverflow.com/questions/tagged/mgo)
is the best place to continue obtaining support from the community.For personal contact, gustavo at http://niemeyer.net.