Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pipebase/pipebase

data integration framework
https://github.com/pipebase/pipebase

api-integration data-engineering declarative-pipeline

Last synced: about 2 months ago
JSON representation

data integration framework

Awesome Lists containing this project

README

        


[![Build Status]][travis]

[Build Status]: https://github.com/pipebase/pipebase/actions/workflows/ci.yml/badge.svg
[travis]: https://github.com/pipebase/pipebase/actions?branch%3Amain



`pipebase` is a data integration framework, provides:

* *manifest*, YAML specification of pipe / custom data object
* *cli tool*, build data integration app with manifest
* *plugins*, customized pipes using third party SDK

[Quick Start] | [Examples] | [Templates]

## Overview
`pipebase` is composed of three main components
* **build**: [`pipegen`], [`cargo-pipe`], [`schema`]
* **runtime**: [`pipebase`]
* **plugins**: [`pipeware`]

[`cargo-pipe`]: https://github.com/pipebase/pipebase/tree/main/cargo-pipe
[`pipebase`]: https://github.com/pipebase/pipebase/tree/main/pipebase
[`pipegen`]: https://github.com/pipebase/pipebase/tree/main/pipegen
[`pipeware`]: https://github.com/pipebase/pipebase/tree/main/pipeware
[`examples`]: https://github.com/pipebase/pipebase/tree/main/examples
[Examples]: https://github.com/pipebase/pipebase/tree/main/examples
[`schema`]: https://github.com/pipebase/schema
[Templates]: https://github.com/pipebase/template
[Quick Start]: https://github.com/pipebase/pipebase/blob/main/cargo-pipe/README.md