Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosspatil/golang-mongo-driver-example
This sample of code base is taken from real production project to demonstrate MongoDB in Golang.
https://github.com/rosspatil/golang-mongo-driver-example
golang golang-examples golang-library mongo-go-driver mongodb mongodb-driver
Last synced: about 1 month ago
JSON representation
This sample of code base is taken from real production project to demonstrate MongoDB in Golang.
- Host: GitHub
- URL: https://github.com/rosspatil/golang-mongo-driver-example
- Owner: rosspatil
- Created: 2019-04-10T05:59:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T14:02:42.000Z (over 2 years ago)
- Last Synced: 2024-10-12T14:03:22.013Z (about 1 month ago)
- Topics: golang, golang-examples, golang-library, mongo-go-driver, mongodb, mongodb-driver
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mongo Driver example (Golang)
***This example is taken from real production project.
This includes implementation of most of the functionalities used in project using mongo-driver.
Are you looking to introduce new and featured mongodb driver in your project?
Here is the example I implemented in my project.
I used latest mongo driver :- https://github.com/mongodb/mongo-go-driver
Kindly report issues if you found any. :)