DEV Community

Cover image for Trying to grow an open-source ETL project with PHP
Jean Paul Ruiz
Jean Paul Ruiz

Posted on

Trying to grow an open-source ETL project with PHP

Hello!

I hope whoever is reading this post is having a good day.

Some friends and I have been working for a while on an open-source ETL project with PHP:

Alt Text

https://github.com/TheCocoTeam/source-watcher-core

We are trying to grow it and add more features to it.

There are many use cases in mind; It can be used to extract data from conventional formats such as CSV and JSON and databases, but we want to expand it to use API endpoints and web-scrapers, and many other integrations.

We want to keep the project open-source. Eventually, the goal is to start adding more formats, non-relational databases, big data formats such as Avro, Snowflake, and even integrate with other technologies such as R.

Any form of help is more than welcome, ideas, reviews, code collaboration, whatever you have in mind!

Thanks!

Top comments (0)