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
We have explored several options on how to go about the cloud. Here are some important summaries:
CombatCovid tested a successful and global model using faunadb(GraphQL), netlify and algolia.
CouchDB for the cloud with a simple API that has just one type of call writing one document object data model.
Criterion and considerations for the cloud
It needs to be totally decoupled from the client application and it should be designed as a separate service application.
It shouldn't directly affect the architecture and design of the desktop application.
Each location or instance of a database on the cloud should be administrated by the owner of the instance.
Open questions
How do we go about local storage? Couchdb can be used but it only lives in the browser.
Local storage shouldn't influence directly which technology to choose in the cloud, in fact both applications should be independent sharing only a common business domain.
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
-
We have explored several options on how to go about the cloud. Here are some important summaries:
Criterion and considerations for the cloud
Open questions
Please add your comments bellow :)
Beta Was this translation helpful? Give feedback.
All reactions