agera-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
0 stars 2 forks source link

Local Machine MVD #157

Closed zeier closed 2 years ago

zeier commented 2 years ago

Related to agera-edc/MinimumViableDataspace#183

Description

A deployment to Azure that uses Azure resources like KeyVault is provided by agera-edc/MinimumViableDataspace#139, which is a great way to get started with the MVD and deploy it to a cloud environment.

To avoid the requirement to have an Azure subscription for hackathons and to conduct hackathons in a cloud agnostic way, it is required to run the MVD on a local machine.

An approach with Docker images with docker-compose has already been evaluated in #56, which meets the needs for a local machine MVD.

Acceptance Criteria

Out of Scope

Stories

zeier commented 2 years ago

Updated after backlog refinement to use a Docker based approach that uses Azurite, which allows to perform a data transfer with Blob storage, without dependency to cloud services.