Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Apr 14, 2023
1 parent 561e5bc commit 0bc9a13
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Pipeline implementation
Job implementation
===

This package brings an implementation for the pipeline component, aimed at providing an Extract-Transform-Load pattern,
with logging, line rejections and execution states.
This library describes contracts for defining job formats


[![Quality](https://github.com/php-etl/pipeline/actions/workflows/quality.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/quality.yaml)
[![PHPStan level 5](https://github.com/php-etl/pipeline/actions/workflows/phpstan-5.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/phpstan-5.yaml)
[![PHPStan level 7](https://github.com/php-etl/pipeline/actions/workflows/phpstan-7.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/phpstan-7.yaml)
[![PHPStan level 8](https://github.com/php-etl/pipeline/actions/workflows/phpstan-8.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/phpstan-8.yaml)
![PHP](https://img.shields.io/packagist/php-v/php-etl/pipeline)
[![Quality](https://github.com/php-etl/job-contracts/actions/workflows/quality.yaml/badge.svg)](https://github.com/php-etl/job-contracts/actions/workflows/quality.yaml)
[![PHPStan level 5](https://github.com/php-etl/job-contracts/actions/workflows/phpstan-5.yaml/badge.svg)](https://github.com/php-etl/job-contracts/actions/workflows/phpstan-5.yaml)
[![PHPStan level 7](https://github.com/php-etl/job-contracts/actions/workflows/phpstan-7.yaml/badge.svg)](https://github.com/php-etl/job-contracts/actions/workflows/phpstan-7.yaml)
[![PHPStan level 8](https://github.com/php-etl/job-contracts/actions/workflows/phpstan-8.yaml/badge.svg)](https://github.com/php-etl/job-contracts/actions/workflows/phpstan-8.yaml)
![PHP](https://img.shields.io/packagist/php-v/php-etl/job-contracts)

Documentation
---
Expand Down

0 comments on commit 0bc9a13

Please sign in to comment.