Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 12 days 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 .