Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Locally without the Cloud #79

Open
mhellmeier opened this issue Sep 6, 2023 · 2 comments
Open

Run Locally without the Cloud #79

mhellmeier opened this issue Sep 6, 2023 · 2 comments
Labels
good first issue Good for newcomers

Comments

@mhellmeier
Copy link

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:

useFactory: () => [{id: "AzureStorage", name: "AzureStorage"}, {id: "AmazonS3", name: "AmazonS3"}],

Solution Proposal

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

@kss682
Copy link

kss682 commented Jun 19, 2024

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
Copy link
Member

ndr-brt commented Jun 20, 2024

contributions are welcome :)

@ndr-brt ndr-brt added the good first issue Good for newcomers label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants