/senzing_neo4j

Primary LanguageJupyter NotebookMIT LicenseMIT

senzing_neo4j

Demonstrate an integration of Senzing and Neo4j, using entity resolution in Senzing to resolve the business names and addresses for three datasets, then construct a knowledge graph in Neo4j from the results.

Set up environment

python3.11 -m venv venv
source venv/bin/activate
python3 -m pip install -U pip wheel setuptools
python3 -m pip install -r requirements.txt 

Run demo

./venv/bin/jupyter lab

Then open the demo.ipynb notebook.