cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j vs MySQL - Data streaming with Python

As the first project in the Neo4j is streaming data from MySQL to the graph in real-time as soon as possible. The solution that I decided to implement the project is using Python libraries including PyMySQL Replication and PyNeo.

  1. PyMySQL Replication is to stream the binlog data from the MySQL master then do some normalized data before loading it into the DTO models via the PyNeo library.
  2. PyNeo is to convert the DTO model into the Graph models by the cypher query integration.
  3. Setting up Neo4j Clustering with Docker
  4. Setting up Neo4j Monitoring

To be continued in detail ...
Thanks to those who care.

0 REPLIES 0
Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online