Hacker News new | ask | show | jobs
by dustingetz 2283 days ago
Dstomic is an immutable log (kind of like git). the only operation is append. there is a head pointer stored pointing to “latest”, this is the point of mutation you’re looking for, and it’s the only point.