Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irbigdata/data-dockerfiles
a curated list of docker-compose files prepared for testing data engineering tools, databases and open source libraries.
https://github.com/irbigdata/data-dockerfiles
Last synced: 2 months ago
JSON representation
a curated list of docker-compose files prepared for testing data engineering tools, databases and open source libraries.
- Host: GitHub
- URL: https://github.com/irbigdata/data-dockerfiles
- Owner: irbigdata
- Created: 2022-01-06T13:33:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T10:54:34.000Z (over 1 year ago)
- Last Synced: 2024-08-03T18:22:08.845Z (6 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 4.55 MB
- Stars: 565
- Watchers: 17
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - irbigdata/data-dockerfiles - a curated list of docker-compose files prepared for testing data engineering tools, databases and open source libraries. (Jupyter Notebook)
README
# 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.