The FAIR Data Pipeline needs three components to be installed on your computer in order to run. These are:
- Command Line Interface (CLI)
- (Local) Data Registry
- A Modelling API (in whatever programming language you want to use)
Prerequisites #
The CLI needs to be installed using pip
(the package installer for Python), which means you will need a Python distribution (
) installed on your computer. You will also need to
install Graphviz, if you would like to view provenance reports in the web interface.
Install the Command Line Interface (CLI) #
- Follow Instructions to install the CLI in the CLI GitHub repository.
Install the (Local) Data Registry #
- Follow the instructions to install the Data Registry via the CLI.
Select and install a Modelling API #
Installation instructions for the Modelling APIs are in their respective GitHub repositories:
Try out an example #
Example models using the FAIR Data Pipeline are provided in each of the supported languages. Instructions to install and run these examples can be found in their respective GitHub repositories:
- C++
- Java
- Julia (The Julia example is installed along with the Julia Modelling API)
- Python
- R