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
- Host: GitHub
- URL: https://github.com/epomatti/go-nosql
- Owner: epomatti
- License: mit
- Created: 2023-04-28T20:26:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T22:05:10.000Z (about 3 years ago)
- Last Synced: 2025-01-17T18:37:22.028Z (over 1 year 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 .