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

Decouple data from functionality #144

Open
DorianGreen opened this issue Sep 1, 2023 · 0 comments
Open

Decouple data from functionality #144

DorianGreen opened this issue Sep 1, 2023 · 0 comments

Comments

@DorianGreen
Copy link

In large deployments it is often unfeasible to mass update a library and deploy changes in order to get data updates.
If each application in an environment is left to update and deploy in its own cadence we risk data consistency issues.

As part of the Initialize method discussed in #135 it would be great if we could pass an optional custom DataLoader( or a folder path) to load the resources from external sources.
You would always fall back to the embedded versions if any file is missing.

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