Hacker News new | ask | show | jobs
by tsuru 2764 days ago
Am I right in believing this looks like a competitor to Datomic?
2 comments

Datomic doesn't have cryptographically-guaranteed immutability -- its logical data model is immutable and so you can query the past versions of data etc., but there isn't anything stopping one from altering the history. In a ledger like this, history cannot be modified (assuming reasonable computational limits). Datomic also has much richer data model and query languages.
I too am getting that vibe