An open API service indexing awesome lists of open source software.

https://github.com/epomatti/go-nosql

Operations in Go with NoSQL
https://github.com/epomatti/go-nosql

go golang mongo mongodb nosql pluralsight

Last synced: about 1 month ago
JSON representation

Operations in Go with NoSQL

Awesome Lists containing this project

README

          

Operatoins in Go with MongoDB

Start a MongoDB instance:

docker run --name go-mongo -d -p 27017:27017 mongo

Run the examples:

go run .