Ecosyste.ms: Awesome
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: 12 days ago
JSON representation
Operations in Go with NoSQL
- Host: GitHub
- URL: https://github.com/epomatti/go-nosql
- Owner: epomatti
- License: mit
- Created: 2023-04-28T20:26:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T22:05:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T00:23:40.773Z (2 months ago)
- Topics: go, golang, mongo, mongodb, nosql, pluralsight
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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 .