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

https://github.com/fairdatapipeline/datapipeline.jl

Julia implementation of the FAIR Data Pipeline API
https://github.com/fairdatapipeline/datapipeline.jl

data-pipeline fair julia

Last synced: 7 months ago
JSON representation

Julia implementation of the FAIR Data Pipeline API

Awesome Lists containing this project

README

          

# DataPipeline.jl

The Julia implementation of the FAIR Data Pipeline API.

| **Documentation** | **Build Status** | **Coverage** | **DOI** |
|:-----------------:|:-----------------------:|:--------------------:|:----------------:|
| [![stable docs][docs-stable-img]][docs-stable-url] | [![Package Testing][testing-img]][testing-url] | [![codecov][codecov-img]][codecov-url] | [![Zenodo][zenodo-badge]][zenodo-url] |
| [![dev docs][docs-dev-img]][docs-dev-url] | [![Julia Nightly][nightly-img]][nightly-url] | |

## Installation

The package is now registered with General and can be added via the package manager Pkg. From the REPL type `]` to enter Pkg mode and run:

```julia
pkg> add DataPipeline
```

## Usage

See the [package documentation][docs-stable-url] for instructions and examples.

[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://www.fairdatapipeline.org/DataPipeline.jl/stable/

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://www.fairdatapipeline.org/DataPipeline.jl/main/

[testing-img]: https://github.com/FAIRDataPipeline/DataPipeline.jl/actions/workflows/testing.yaml/badge.svg
[testing-url]: https://github.com/FAIRDataPipeline/DataPipeline.jl/actions/workflows/testing.yaml

[nightly-img]: https://github.com/FAIRDataPipeline/DataPipeline.jl/actions/workflows/nightly.yaml/badge.svg
[nightly-url]: https://github.com/FAIRDataPipeline/DataPipeline.jl/actions/workflows/nightly.yaml

[codecov-img]: https://codecov.io/gh/FAIRDataPipeline/DataPipeline.jl/branch/main/graph/badge.svg?token=3toeFS7C7I
[codecov-url]: https://codecov.io/gh/FAIRDataPipeline/DataPipeline.jl

[zenodo-badge]: https://zenodo.org/badge/302237736.svg
[zenodo-url]: https://zenodo.org/badge/latestdoi/302237736