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
Use OpenAPI as the source of truth -> easy to document and share; build Golang stubs for rest controller.
Split code into 3 layers - rest controller, service (business logic) and database
Use VCS-specific database packages (not Aries DB providers) - initially support MongoDB v4 APIs to support AWS DocumentDB; add new DB implementation based on requirements later.
DB Upgradability - bundle database schema (if required), db indexing, and migration scripts outside the application
The text was updated successfully, but these errors were encountered:
Use VCS-specific database packages (not Aries DB providers) - initially support MongoDB v4 APIs to support AWS DocumentDB; add new DB implementation based on requirements later.
Here is the proposed VCS Repo structure proposal based on discussion between @aholovko @vkubiv @sudeshrshetty @DRK3 and @rolsonquadras
The text was updated successfully, but these errors were encountered: