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
Hi Team, what are the best practices to take when storing cue files, retrieve them and use them against incoming config files.
My use case is I need to develop a rest API for users to post the cue files, get them and use them against config files, I have some questions reg this.
Do I need to validate the cue files before I store them, if so how to validate can I use the cue to vet cue files, and where to store it, do you think Postgres or any document store?
Do I need to store cue file AS IS or do I need to break that into multiple layers and store it in case they refer to the other schemas in other cue files in the DB?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Team, what are the best practices to take when storing cue files, retrieve them and use them against incoming config files.
My use case is I need to develop a rest API for users to post the cue files, get them and use them against config files, I have some questions reg this.
Beta Was this translation helpful? Give feedback.
All reactions