An open API service indexing awesome lists of open source software.

https://github.com/betkh/polystorelinkage


https://github.com/betkh/polystorelinkage

mongodb mysql neo4j python

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

MongoDB Compass (Loacl option)

1. Down load MongoDB Compass from https://www.mongodb.com/try/download/compass
2. 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

1. Download neo4j desktop from https://neo4j.com/download-neo4j-now/
2. create project with
- projectname: `neo4j`
- password : `1234`
3. create database under a project created on step 3. with
- databasename: `neo4j`

MySQL Setup

1. intall mysql workbench
2. create MySQL connection with
- connection name: `mysql`
- password: `test1234`