File tree Expand file tree Collapse file tree 14 files changed +51
-17
lines changed
etl-adapter-elasticsearch Expand file tree Collapse file tree 14 files changed +51
-17
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Changes merged to monorepo are automatically propagated into sub repositories.
1717# Installation
1818
1919```
20- composer require flow-php/etl-adapter-amphp
20+ composer require flow-php/etl-adapter-amphp:1.x@dev
2121```
2222
2323Example usage:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Changes merged to monorepo are automatically propagated into sub repositories.
1818## Installation
1919
2020```
21- composer require flow-php/etl-adapter-avro
21+ composer require flow-php/etl-adapter-avro:1.x@dev
2222```
2323
2424## Extractor - Flix Tech Avro
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Changes merged to monorepo are automatically propagated into sub repositories.
1616## Installation
1717
1818```
19- composer require flow-php/etl-adapter-csv
19+ composer require flow-php/etl-adapter-csv:1.x@dev
2020```
2121
2222## Extractor
Original file line number Diff line number Diff line change @@ -7,12 +7,10 @@ open PR against [flow](https://github.com/flow-php/flow) monorepo.
77
88Changes merged to monorepo are automatically propagated into sub repositories.
99
10-
1110## Installation
1211
1312```
14- composer require flow-php/etl-adapter-doctrine
15- composer require flow-php/doctrine-dbal-bulk
13+ composer require flow-php/etl-adapter-doctrine:1.x@dev
1614```
1715
1816## Description
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ open PR against [flow](https://github.com/flow-php/flow) monorepo.
77
88Changes merged to monorepo are automatically propagated into sub repositories.
99
10+ ## Installation
11+
12+ ```
13+ composer require flow-php/etl-adapter-elasticsearch:1.x@dev
14+ ```
1015
1116## Description
1217
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ open PR against [flow](https://github.com/flow-php/flow) monorepo.
77
88Changes merged to monorepo are automatically propagated into sub repositories.
99
10+ ## Installation
11+
12+ ```
13+ composer require flow-php/etl-adapter-http:1.x@dev
14+ ```
15+
1016## Description
1117
1218ETL Adapter that provides memory safe HTML support for ETL.
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ Following implementation are available:
1616
1717## Installation
1818
19- ```
20- composer require flow-php/etl-adapter-json
2119```
20+ composer require flow-php/etl-adapter-json:1.x@dev
21+ ```
22+
2223
2324> Json library is not explicitly required, you need to make sure it is available in your composer.json file.
2425> If you are only using Loader, this dependency is optional.
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ Changes merged to monorepo are automatically propagated into sub repositories.
1111
1212ETL Adapter that provides PSR Logger support for ETL.
1313
14+ ## Installation
15+
16+ ```
17+ composer require flow-php/etl-adapter-logger:1.x@dev
18+ ```
19+
1420## Loader - PsrLogger
1521
1622Load each row into PsrLoggerInterface implementation.
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ ETL Adapter that provides Loaders and Extractors that works with Parquet files.
1414Following implementation are available:
1515- [ Codename Parquet] ( https://github.com/codename-hub/php-parquet )
1616
17- ## Installation
17+ ## Installation
1818
19- ```
20- composer require flow-php/etl-adapter-parquet
19+ ```
20+ composer require flow-php/etl-adapter-parquet:1.x@dev
2121```
2222
2323> Parquet library is not explicitly required, you need to make sure it is available in your composer.json file.
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ open PR against [flow](https://github.com/flow-php/flow) monorepo.
1414
1515Changes merged to monorepo are automatically propagated into sub repositories.
1616
17- # Installation
17+ ## Installation
1818
1919```
20- composer require flow-php/etl-adapter-reactphp
20+ composer require flow-php/etl-adapter-reactphp:1.x@dev
2121```
2222
2323Working example:
You can’t perform that action at this time.
0 commit comments