eclipse-edc / DataDashboard

DataDashboard
Apache License 2.0
15 stars 79 forks source link

Run Locally without the Cloud #79

Open mhellmeier opened 1 year ago

mhellmeier commented 1 year ago

Feature Request

The DataDashboard should be useable with different storage types, especially locally with the file system and without any cloud connectivity like Azure or AWS.

Which Areas Would Be Affected?

The connection to the data plane and the storage types.

Why Is the Feature Desired?

The current version of the README shows a part "Running the frontend locally." When reading further, the storageAccount must be set:

insert the name of an Azure Blob Storage account to which the connector has access, otherwise data transfers won't work.

In the source code, only AzureStorage and AmazonS3 are hard-coded storage types without possibility to run with the filesystem storage: https://github.com/eclipse-edc/DataDashboard/blob/11588e57e8c57aab7d0379e11bb73218f5a531c5/src/modules/app/app.module.ts#L70

Solution Proposal

Being able to use the DataDashboard locally with the filesystem as storage type.

kss682 commented 2 months ago

Has there been any update on this ? We are trying to setup a local test bed and would like to use filesystem or local db as storage type.

ndr-brt commented 2 months ago

contributions are welcome :)