Hacker News new | ask | show | jobs
by jedc 4742 days ago
Does anyone know how this does/doesn't compare to Camlistore? http://camlistore.org/ (which is also written in Go)
1 comments

according to my (limited) understanding, camlistore is a generic BLOB storage - which is not something tiedot addresses. tiedot is a generic unstructured data storage - more like CouchDB/Cassandra, it stores serialized JSON data rather than BLOB.
Except cassandara is a columnar data store and has absolutely nothing in common with couchdb (or tiedot) other than it stores and retrieves data.