• Stars
    star
    550
  • Rank 78,182 (Top 2 %)
  • Language
    Jupyter Notebook
  • Created over 2 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a curated list of docker-compose files prepared for testing data engineering tools, databases and open source libraries.

Data Engineering - Open Source Tools/Databases

A repository for storing various Data Engineering docker-compose files in one place.

How to use it ?

  • Go into the target folder.

  • Set the required settings in .env file. (it may be hidden)

  • Comment/Uncomment necessary services in each docker-compose file.

  • Check out the exposed ports and if you have detected some conflicts with the ports on your system, change them (the left one)

  • run docker-compose up in command line.