InternetHealthReport / internet-yellow-pages

A knowledge graph for the Internet
https://iyp.iijlab.net
GNU General Public License v3.0
44 stars 18 forks source link

Automate Data Dumping from Internet Yellow Pages to Neo4j using Docker Compose #26

Closed mohamedawnallah closed 1 year ago

mohamedawnallah commented 1 year ago

Summary

This pull request implements the solution proposed in issue #25 by using a docker-compose.yaml file to manage the dependencies and configurations of the data dumping pipeline.

Changes

Testing

Additional Notes

romain-fontugne commented 1 year ago

Thanks @mhmdawnallah for the PR, I like the idea of having one simple command instead of the two fancy command lines we have now. But can you update the README accordingly?

mohamedawnallah commented 1 year ago

Thanks for the feedback @romain-fontugne, I have just updated the README file as per your suggestion. Please let me know if you need any further changes or if everything looks good now.

romain-fontugne commented 1 year ago

Looks good, thanks!