{"id":14959370,"url":"https://github.com/louisguitton/erkg-tutorials","last_synced_at":"2025-10-24T16:31:53.503Z","repository":{"id":252971275,"uuid":"840410880","full_name":"louisguitton/erkg-tutorials","owner":"louisguitton","description":"Tutorials for Entity Resolved Knowledge Graphs","archived":false,"fork":false,"pushed_at":"2024-10-19T11:04:46.000Z","size":28313,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T03:25:49.734Z","etag":null,"topics":["entity-resolved-knowlege-graph","graph-data-science","graph-database","knowledge-graph","neo4j","senzing-community"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/louisguitton.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-09T16:36:36.000Z","updated_at":"2024-12-05T17:01:09.000Z","dependencies_parsed_at":"2024-09-08T14:11:41.849Z","dependency_job_id":"e28a2fb9-7f87-4e65-996e-4ae5a409d3e3","html_url":"https://github.com/louisguitton/erkg-tutorials","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"cf031678f19df10dc3fc96d060a3f6a18c21f32e"},"previous_names":["louisguitton/erkg-tutorials"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisguitton%2Ferkg-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisguitton%2Ferkg-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisguitton%2Ferkg-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisguitton%2Ferkg-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louisguitton","download_url":"https://codeload.github.com/louisguitton/erkg-tutorials/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238008466,"owners_count":19401259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["entity-resolved-knowlege-graph","graph-data-science","graph-database","knowledge-graph","neo4j","senzing-community"],"created_at":"2024-09-24T13:19:33.958Z","updated_at":"2025-10-24T16:31:53.040Z","avatar_url":"https://github.com/louisguitton.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# erkg-tutorials\n\n\u003e Tutorials for Entity Resolved Knowledge Graphs, doing Entity Linking on ICIJ articles.\n\n## Installation and Usage\n\n```sh\npyenv local 3.12.5\npoetry install\npoetry shell\njupyter notebook\n# open tutorial.ipynb\n```\n\n## [Ignore] Old setup notes\n\n- Download and unzip the Senzing overlay:\n  \u003chttps://storage.googleapis.com/erkg/icij/ICIJ-entity-report-2024-06-21_12-04-57-std.json.zip\u003e\n- setup local Neo4j with GDS plugin and [Macos setting](https://neo4j.com/docs/graph-data-science/current/installation/#_graph_data_science_on_macos)\n- run src.senzing_parser\n\n```python\nbrew doctor\n# do missing methods from brew doctor\nbrew upgrade\n# ref https://sebhastian.com/error-metadata-generation-failed/\npip install --upgrade pip setuptools wheel\npip install spacy-ann-linker\n```\n\n### \"SessionExpired: Failed to read from defunct connection\" errors\n\ngraphdatascience==1.10 (the Py library)\nNeo4j Desktop 1.6.0\nNeo4j DB engine  5.18.1\nGDS plugin 2.6.8\n\n### debug Neo4j running locally\n\n```sh\nlsof -i tcp:5000-5005,6000-6005,7000-7005\n```\n\n```sh\npyenv install --list | grep \" 3\\.[(7)]\"\nbrew install openssl readline sqlite3 xz zlib\npyenv install 3.7.17\npyenv local 3.7.17\npython -m venv venv\nsource venv/bin/activate\npip install --upgrade pip setuptools wheel\npip install flit\nOPENBLAS=\"$(brew --prefix openblas)\" MACOSX_DEPLOYMENT_TARGET=14.5 flit install --deps=all --symlink\nspacy download en_core_web_md\n\nbrew install openblas\npip install --upgrade pip setuptools wheel\nOPENBLAS=\"$(brew --prefix openblas)\" MACOSX_DEPLOYMENT_TARGET=14.5 pip install spacy-ann-linker\n\nexport OPENBLAS=$(brew --prefix openblas)\n\nexport CFLAGS=\"-falign-functions=8 ${CFLAGS}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisguitton%2Ferkg-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouisguitton%2Ferkg-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisguitton%2Ferkg-tutorials/lists"}