njfritter / poc-data-pipelines

Proof-of-Concept (POC) Data Pipelines for various use cases such as data streaming/ingestion, batch data processing, orchestration and storage. Includes technologies such as Apache Airflow, Apache Spark, Apache Kafka, AWS, Python and more
0 stars 0 forks source link

Combine All Bash Setup Scripts into One Script #17

Closed njfritter closed 7 months ago

njfritter commented 7 months ago

Currently there are multiple different bash setup scripts doing different things:

These can and should be combined into one script for easier use.

Note:

njfritter commented 7 months ago

https://github.com/njfritter/poc-data-pipelines/pull/18

njfritter commented 7 months ago

PR #18 completed, closing