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
I'm thinking in terms of the part of the system that manages everything, how will it store for instance that the latest build of the null web succeeded and was deployed on datetime using git hash xyz?
Sqlite for starters, Postgres, something else?
The text was updated successfully, but these errors were encountered:
RussellWaite
changed the title
What wil be the storage mechanism for build instructions and results?
What will be the storage mechanism for build instructions and results?
Jan 30, 2023
Is it necessary to use a relational DB? If it's only used to store general build information, would you consider using a key-value store, instead? I always like to go for the non-relational option unless I have specific constraints that require a relational model.
I'm thinking in terms of the part of the system that manages everything, how will it store for instance that the latest build of the null web succeeded and was deployed on datetime using git hash xyz?
Sqlite for starters, Postgres, something else?
The text was updated successfully, but these errors were encountered: