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
- Host: GitHub
- URL: https://github.com/fairdatapipeline/datapipeline.jl
- Owner: FAIRDataPipeline
- License: gpl-3.0
- Created: 2020-10-08T05:09:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T00:16:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T10:06:14.292Z (over 1 year ago)
- Topics: data-pipeline, fair, julia
- Language: Julia
- Homepage: https://www.fairdatapipeline.org/DataPipeline.jl/stable/
- Size: 4.27 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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