Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flow-php/etl
PHP - ETL (Extract Transform Load) data processing library
https://github.com/flow-php/etl
data-engineering data-processing etl flow-php
Last synced: 6 days ago
JSON representation
PHP - ETL (Extract Transform Load) data processing library
- Host: GitHub
- URL: https://github.com/flow-php/etl
- Owner: flow-php
- License: mit
- Created: 2020-10-26T18:40:58.000Z (about 4 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-10-25T11:31:15.000Z (19 days ago)
- Last Synced: 2024-11-06T02:41:44.393Z (8 days ago)
- Topics: data-engineering, data-processing, etl, flow-php
- Language: PHP
- Homepage: https://flow-php.com
- Size: 2.86 MB
- Stars: 349
- Watchers: 19
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# FLow PHP - ETL
Flow PHP is a premier ETL (Extract, Transform, Load) framework engineered for agile and precise data processing and
transformation.
By adhering to strong typing principles, it ensures data consistency and accuracy throughout your workflows.
One of Flow PHP's standout features is its minimal memory footprint achieved through the utilization of PHP's
generators, which enable efficient iterative data handling.
Additionally, Flow PHP is well-equipped with a plethora of adapters, offering a wide range of extractors and loaders
that facilitate seamless
interaction with diverse data sources and destinations. This makes Flow PHP a highly adaptable and resourceful framework
for managing large-scale data processing tasks and building scalable web systems.
Whether you are dealing with data transformation or orchestrating complex data flows, Flow PHP is tailored to meet the
demands of modern web infrastructures.> [!IMPORTANT]
> This repository is a subtree split from our monorepo. If you'd like to contribute, please visit our main monorepo [flow-php/flow](https://github.com/flow-php/flow).- 📜 [Documentation](https://github.com/flow-php/flow/blob/1.x/docs/components/core/core.md)
- ➡️ [Installation](https://github.com/flow-php/flow/blob/1.x/docs/installation.md)
- 🛠️ [Contributing](https://github.com/flow-php/flow/blob/1.x/CONTRIBUTING.md)