javadatapipeline
JAVA Implementation of the FAIR Data Pipeline API
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.5%) to scientific vocabulary
Repository
JAVA Implementation of the FAIR Data Pipeline API
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
- Releases: 5
Metadata Files
README.md
javaDataPipeline
Java implementation of the FAIR Data Pipeline API
Documentation can be found on https://www.fairdatapipeline.org/docs/API/Java/
JavaDocs are automatically published on https://www.fairdatapipeline.org/javaDataPipeline/
To use a release version (latest: 1.0.0-rc3) include the following dependency (available from mavenCentral):
gradle
group: 'org.fairdatapipeline',
name: 'api',
version: '1.0.0-rc3'
javaSimpleModel
Please have a look at https://github.com/FAIRDataPipeline/javaSimpleModel for a simple example on how to use the javaDataPipeline, including an example of the user written config.yaml, and how to integrate it with the FAIR CLI command line interface.
What does it implement?
- It reads the config.yaml that is re-written by FAIR CLI (not to be confused with the user written config.yaml)
- It registers a model Coderun session in the FAIR Data Registry, including all the data inputs and/or outputs, from the model, and its code repository, its config.yaml, and its submission (startup) script.
- It allows the Coderun session to raise Issues with Object_components, codeRepo, config file, and submission script, and these Issues are registered in the Data Registry.
- It allows reading and writing of Dataproducts whose Object contains either 1 wholeobject unnamed Object_component (for reading and writing 'external' whole-file file formats).
- It allows reading and writing of Data_products containing a FAIR Data Pipeline (TOML) Parameter File.
- It does not yet support HDF5 files.
Owner
- Name: FAIR Data Pipeline
- Login: FAIRDataPipeline
- Kind: organization
- Website: https://www.fairdatapipeline.org
- Repositories: 22
- Profile: https://github.com/FAIRDataPipeline
GitHub Events
Total
Last Year
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Bram Boskamp | b****m@b****p | 109 |
| Ryan J Field | 5****d | 10 |
| bobturneruk | 3****k | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 2
- Total pull requests: 10
- Average time to close issues: 9 days
- Average time to close pull requests: about 1 month
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 1.0
- Average comments per pull request: 0.8
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- richardreeve (1)
- bobturneruk (1)
Pull Request Authors
- B0SKAMP (5)
- RyanJField (4)
- bobturneruk (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
- Total downloads: unknown
-
Total dependent packages: 1
(may contain duplicates) -
Total dependent repositories: 1
(may contain duplicates) - Total versions: 6
repo1.maven.org: org.fairdatapipeline:dataregistry
The library used by javaDataPipeline API to access the FAIR DataPipeline Registry
- Homepage: http://www.fairdatapipeline.org/
- Documentation: https://appdoc.app/artifact/org.fairdatapipeline/dataregistry/
- License: GNU LESSER GENERAL PUBLIC LICENSE, Version 3.0
-
Latest release: 1.0.0-rc3
published almost 3 years ago
Rankings
repo1.maven.org: org.fairdatapipeline:api
javaDataPipeline API
- Homepage: http://www.fairdatapipeline.org/
- Documentation: https://appdoc.app/artifact/org.fairdatapipeline/api/
- License: GNU LESSER GENERAL PUBLIC LICENSE, Version 3.0
-
Latest release: 1.0.0-rc3
published almost 3 years ago
Rankings
Dependencies
- com.fasterxml.jackson.core:jackson-annotations 2.13.2 implementation
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.13.2 implementation
- com.fasterxml.jackson.datatype:jackson-datatype-guava 2.13.2 implementation
- com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.13.2 implementation
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.13.2 implementation
- com.fasterxml.jackson.module:jackson-module-parameter-names 2.13.2 implementation
- com.google.guava:guava 31.1-jre implementation
- com.moandjiezana.toml:toml4j 0.7.2 implementation
- commons-codec:commons-codec 1.15 implementation
- commons-io:commons-io 2.11.0 implementation
- jakarta.ws.rs:jakarta.ws.rs-api 3.0.0 implementation
- org.apache.commons:commons-math3 3.6.1 implementation
- org.apache.maven:maven-artifact 3.8.4 implementation
- org.glassfish.jersey.core:jersey-client 3.0.4 implementation
- org.glassfish.jersey.inject:jersey-hk2 3.0.4 implementation
- org.glassfish.jersey:jersey-bom 3.0.4 implementation
- org.immutables:value-annotations 2.9.0 implementation
- org.slf4j:slf4j-api 1.7.36 implementation
- org.slf4j:slf4j-simple 1.7.36 implementation
- org.assertj:assertj-core 3.22.0 testImplementation
- org.javatuples:javatuples 1.2 testImplementation
- org.junit.jupiter:junit-jupiter 5.8.2 testImplementation
- org.mockito:mockito-core 4.3.1 testImplementation
- org.skyscreamer:jsonassert 1.5.0 testImplementation
- com.fasterxml.jackson.core:jackson-annotations 2.13.2 implementation
- com.fasterxml.jackson.core:jackson-databind 2.13.2.2 implementation
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.13.2 implementation
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider 2.13.2 implementation
- commons-io:commons-io 2.11.0 implementation
- jakarta.activation:jakarta.activation-api 2.1.0 implementation
- jakarta.ws.rs:jakarta.ws.rs-api 3.0.0 implementation
- org.apache.commons:commons-lang3 3.12.0 implementation
- org.glassfish.jersey.core:jersey-client 3.0.4 implementation
- org.glassfish.jersey.inject:jersey-hk2 3.0.4 implementation
- org.glassfish.jersey:jersey-bom 3.0.4 implementation
- org.slf4j:slf4j-api 1.7.36 implementation
- org.slf4j:slf4j-simple 1.7.36 implementation
- org.hamcrest:hamcrest 2.2 testImplementation
- org.junit.jupiter:junit-jupiter 5.8.2 testImplementation
- org.mockito:mockito-core 4.3.1 testImplementation
- actions/checkout v2 composite
- actions/setup-java v2 composite
- codecov/codecov-action v2 composite
- actions/checkout v2 composite
- actions/setup-java v2 composite
- actions/checkout v2 composite
- actions/setup-java v2 composite
- JamesIves/github-pages-deploy-action 4.1.5 composite
- actions/checkout v2 composite
- actions/setup-java v1 composite