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

REL: Releasing version 0.1.0

parent f6c64fcb
Branches
Tags
No related merge requests found
Pipeline #59024 failed
...@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ...@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## ## [0.1.0] ##
### Added ### ### Added ###
...@@ -13,15 +13,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -13,15 +13,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Triggers the quality checker. - Triggers the quality checker.
- Docker build file and instructions. - Docker build file and instructions.
- CI pipeline. - CI pipeline.
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
# 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.0"
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