Y
Hacker News
new
|
ask
|
show
|
jobs
by
olalonde
3247 days ago
Yes, event sourcing is just a loosely defined pattern. It does make tamper proofing a bit easier due to its log like nature. I know some systems do use physically "append-only" storage.
1 comments
GordonS
3247 days ago
Do you have any more info on these RO storage systems? What springs to mind is... tape?!
link
antonvs
3247 days ago
There's some info here:
https://en.wikipedia.org/wiki/Write_once_read_many#Current_W...
link