Closed mohamedawnallah closed 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?
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.
Looks good, thanks!
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
docker-compose.yaml
file that defines the services, networks, and volumes for the data pipelineREADME.md
file to meet the changes accordinglyTesting
docker-compose up
anddocker-compose down
commands respectively.Additional Notes