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

Recomendations #10

Open
joshchernoff opened this issue Dec 13, 2024 · 0 comments
Open

Recomendations #10

joshchernoff opened this issue Dec 13, 2024 · 0 comments

Comments

@joshchernoff
Copy link

Create a side branch called gh-pages and push all your artifact to it.
This will help keep your commit logs clean and keep better separation of concerns.

Make the artifact used for the data store JSON.
This will allow for 3rd parties to consume the data from the repo it without needing to parse the data in a non standard way.

Fragment data store artifacts for better data retention polices.
At some point you will need to archive / delete data, fragmenting the data by way of multiple files will allow for easier management down the road.

Bonus points: use wasm to consume/parse data artifacts from front end.
By doing this you could add more performance for parsing and searching data.

These are just some of my thought feel free to use or disregard them.

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