https://github.com/code-shoily/mongo-insert-demo
Rough demo of data insertion for Mongo and Go
https://github.com/code-shoily/mongo-insert-demo
Last synced: 7 months ago
JSON representation
Rough demo of data insertion for Mongo and Go
- Host: GitHub
- URL: https://github.com/code-shoily/mongo-insert-demo
- Owner: code-shoily
- Created: 2016-07-01T12:29:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T17:47:44.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T02:31:33.614Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongo-insert-demo
A rough demo of data insertion for Mongo and Go.
Sanitized data will be fed from another process and it will just parse the JSON file and insert it to the relevant Mongo document.
This is meant to run only on `localhost` so that another process residing in the same machine can access it and no external access is possible.
## Installation Instructions
* Type in the command `git clone https://github.com/code-shoily/mongo-insert-demo.git insert_server`
* Install all dependancies by typing `go get`