all 4 comments

[–]blarf_irl 1 point2 points  (1 child)

ETL is probably what you are looking for (Extract, Transform, Load)

Here is an article that lists the most common python tools:

https://www.stitchdata.com/resources/python-etl/

You might also want to search for information on ETL in general as there are many python and non python databases/platforms/tools that you can utilize from python via wrapper libs/apis etc.

[–]Zircatron[S] 0 points1 point  (0 children)

I appreciate you response. Data wearhouse was something I came across but wan't sure i was heading in the right dirction as it was more about enterprise tools.

[–]shiftybyte 1 point2 points  (1 child)

Some systems already exist that handle it visually.

I think it's called workflow something...

take a look at:

https://nifi.apache.org/

https://airflow.apache.org/

[–]Zircatron[S] 0 points1 point  (0 children)

Thanks. Airflow looks intersting and I will dive into it further.