This repository contains the source code of all components required by Minimum Viable Dataspace (MVD).
Current MVD solution utilizes OAuth 2.0 implemented with Dynamic Attribute Provisioning Service (DAPS) for establishing trust between the participants.
The project is based on PSNC skeletons, and has the following structure:
/src
(source code of each component)/docker
(dockerfiles and configuration files)/compose
(local docker compose files)/bin
(contains scripts for local development)/deployment
(ansible playbooks responsible for the deployment)
- connector (based on EDC v0.10.1)
- data-dashboard (compatible with EDC v0.10.1)
- federated-catalog (based on EDC v0.10.1)
- consumer-backend
- registration-service-backend (under development)
- registration-service-frontend (under development)
Build images
cd ./docker
make build
Run the images locally
cd ./bin
./devstack up
First ./devstack up
run will require to enter REPO_DIR
(path to the project) and REGISTRY_DOMAIN
(docker container registry domain).
Currently there are implemented integration tests but no unit tests. Integration tests are run everytime during pipeline phase. They check operability of services and the connection between them. Connector, federated catalog, registration service can be also manually tested via running jupyter notebooks.
We have two operational deployments located on different Kubernetes clusters.
- The first deployment is located on the
bst2
PSNC cluster and is intended for demonstrational purposes. - The second deployment is located on the
dcw1
PSNC cluster. It's used for conducting tests and pilots in terms of D4.X deliverables.