You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:In the source code, only
AzureStorage
andAmazonS3
are hard-coded storage types without possibility to run with the filesystem storage:DataDashboard/src/modules/app/app.module.ts
Line 70 in 11588e5
Solution Proposal
Being able to use the DataDashboard locally with the filesystem as storage type.
The text was updated successfully, but these errors were encountered: