https://github.com/betkh/polystorelinkage
https://github.com/betkh/polystorelinkage
mongodb mysql neo4j python
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/betkh/polystorelinkage
- Owner: BeTKH
- Created: 2022-10-25T11:53:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T18:23:06.000Z (almost 3 years ago)
- Last Synced: 2023-10-15T13:49:03.514Z (over 2 years ago)
- Topics: mongodb, mysql, neo4j, python
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`