NOSQL GO Trial
Steps
- brew install redis
- redis-server
- create new repo
- go get github.com/go-redis/redis/v8
- brew install [email protected]
-
mongod
orbrew services start [email protected]
-
mkdir ~data mkdir ~/data/
-
mongod -dbpath ~/data/db
-
go get go.mongodb.org/mongo-driver/mongo
- Create a new, free developer account on neo4j.com copy the user/pass and set the password as a environment variable NEO4J_PASSWORD in your .zshrc or other startup file.
- go get github.com/neo4j/neo4j-go-driver/v4/neo4j
- ./cypher-shell -a neo4j+s://8c9db34b.databases.neo4j.io -u neo4j -p “$NEO4J_PASSWORD”
References
- Linked in Learning – Cloud NoSQL
- Github Examples for setting up no sql databases
- Google Cloud BigQuery WhitePaper
Interactive Analysis of Web-Scale Datasets
Serverless noSQL with SQL access Dremel - MongoDB Installation
- Examples for Mongodb and Go