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

.json or .yaml file to specify built-in custom data sources #408

Open
DnOberon opened this issue Sep 23, 2024 · 0 comments
Open

.json or .yaml file to specify built-in custom data sources #408

DnOberon opened this issue Sep 23, 2024 · 0 comments

Comments

@DnOberon
Copy link
Collaborator

Reason

While in the past we created whole new data source types (see: P6), we no longer do that. In order to still allow users access to specific data source types in a quick, plug-and-play format, we need to include some sort of json/yaml file in the DL codebase which will auto-populate some custom sources as data source options when a user first spins up a DeepLynx container.

Design

json or yaml file and some parser on the backend which converts the file into custom source types on container creation. Also a good idea to add to existing containers as blank checkboxes in the data source config list in settings.

Impact

Mostly backend changes. Shouldn't effect the API. Will add an extra thing to do in the background upon container creation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant