|
|
|
|
|
by karmakaze
1330 days ago
|
|
The value of git is distributed operation and tamper-evidence. What would be the value of these attributes for a cloud-based app? To me it seems more logical to use versioned data in a database that only the cloud app accesses. |
|
Biggest issue with git for me is that its only usable for plain text. There is Dolt and few other projects that try to solve it,
> The value of git is distributed operation and tamper-evidence. What would be the value of these attributes for a cloud-based app?
Cloud based apps are very often distributed internally. For example consider a book store that has data in a database and replicates that in elasticsearch and some data analytics platform. Being able to use data versioning for those replications could be useful.