MongoDB Compass (Loacl option)
- Down load MongoDB Compass from https://www.mongodb.com/try/download/compass
- Install MongoDB shell - a command line tool for MOngo from https://www.mongodb.com/try/download/shell
mongoDB Compass configuration & libraries:
- connection string: mongodb://localhost:27017
- install
pymongo
Neo4j Desktop setup
- Download neo4j desktop from https://neo4j.com/download-neo4j-now/
- create project with
- projectname:
neo4j
- password :
1234
- create database under a project created on step 3. with
- databasename:
neo4j
MySQL Setup
- intall mysql workbench
- create MySQL connection with
- connection name:
mysql
- password:
test1234