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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: