Skip to content
Snippets Groups Projects
Verified Commit 40946418 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

REL: Next release cycle: 0.1.1 (Merge branch 'main' into dev)

parents f6c64fcb 4eb5fb88
No related branches found
No related tags found
No related merge requests found
Pipeline #58845 passed
...@@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### ### Added ###
- LinkAhead crawler for the metadata check.
- Triggers the quality checker.
- Docker build file and instructions.
- CI pipeline.
### Changed ### ### Changed ###
### Deprecated ### ### Deprecated ###
...@@ -25,3 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -25,3 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security ### ### Security ###
### Documentation ### ### Documentation ###
## [0.1.0] ##
### Added ###
- LinkAhead crawler for the metadata check.
- Triggers the quality checker.
- Docker build file and instructions.
- CI pipeline.
# FAIR Dataspaces RuQaD # FAIR Dataspaces RuQaD
RuQaD (Reuse Quality-assured Data) is a demonstrator for connecting and populating FAIR data spaces. RuQaD (**R**e**u**se **Q**uality-**a**ssured **D**ata) is a demonstrator for connecting and
Ruqad connects to [Kadi4Mat](https://kadi.iam.kit.edu/) instances, runs [quality checks](https://git.rwth-aachen.de/fair-ds/ap-4-2-demonstrator/ap-4.2-data-validation-and-quality-assurance-demonstrator) on the data, stores the results populating FAIR data spaces. Ruqad connects to [Kadi4Mat](https://kadi.iam.kit.edu/) instances, runs [quality checks](https://git.rwth-aachen.de/fair-ds/ap-4-2-demonstrator/ap-4.2-data-validation-and-quality-assurance-demonstrator) on
in a [LinkAhead](https://getlinkahead.com) instance and makes the data available via an [EDC (Eclipse Dataspace the data, stores the results in a [LinkAhead](https://getlinkahead.com) instance and makes the data available via an [EDC
Components)](https://projects.eclipse.org/projects/technology.edc) instance. (Eclipse Dataspace Components)](https://projects.eclipse.org/projects/technology.edc) instance.
## Usage ## Usage
......
...@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta" ...@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "ruqad" name = "ruqad"
description = "A tool for quality assured data integration from Kadi to LinkAhead." description = "Quality assured data integration from Kadi to LinkAhead."
version = "0.0.1" version = "0.1.1"
readme = "README.md" readme = "README.md"
license = {file = "LICENSE"} license = {file = "LICENSE"}
authors = [ authors = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment