|
|
|
|
|
by calebmpeterson
5091 days ago
|
|
So, Datomic is a persistent data structure persisted to nonvolatile storage... I've wanted one of these for at least the last 2 years. If only there was an open source implementation of this concept that I could run on my own hardware. Does anyone know of such a beast? And, no, I don't want to roll my own versioned/timestamped row schema in an RDBMS - been there, suffered that. |
|
(that is, concatenate the entity, attribute name and timestamp in a lexically sorting string)
At larger scale, hyperdex http://hyperdex.org/ might do the job but I don't know much about it