TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Datomic: Look at all the things I'm not doing

138 pointsby iceyabout 7 years ago

7 comments

dmitriidabout 7 years ago
One thing though: you still have to do data modeling. No matter how much you pretend that you don't have to do it, you still need relationships, and unique references, getting and querying ranges. Hell, even data access restrictions.
评论 #16892270 未加载
评论 #16892208 未加载
dizzystarabout 7 years ago
For those that don&#x27;t know, Datomic is a hosted database, similar to how Clojure is hosted.<p>Datomic can be hosted on MySQL or PostgreSQL (and maybe others?). It&#x27;s basically a 2 column table, so yes, Datomic inherits transaction safety. According to people I know that use Datomic, an early lesson is indexing, which apparently is often done way later than it should. Datomic also inherits the speed of indexing a huge table.<p>A counter is that many things may be covered in majic, but all on top of a fairly leaky abstraction.
评论 #16892526 未加载
评论 #16893334 未加载
评论 #16892583 未加载
DonbunEf7about 7 years ago
Nice. Too bad it&#x27;s not Free Software.
评论 #16891401 未加载
评论 #16891943 未加载
nwatsonabout 7 years ago
New DB with similar time snapshots and immutability ... <a href="https:&#x2F;&#x2F;flur.ee" rel="nofollow">https:&#x2F;&#x2F;flur.ee</a> ... haven&#x27;t fully investigated.<p>Whitepaper at <a href="https:&#x2F;&#x2F;flur.ee&#x2F;assets&#x2F;pdf&#x2F;flureedb_whitepaper_v1.pdf" rel="nofollow">https:&#x2F;&#x2F;flur.ee&#x2F;assets&#x2F;pdf&#x2F;flureedb_whitepaper_v1.pdf</a> .
haolezabout 7 years ago
I couldn&#x27;t follow his arguments against event sourcing. Could someone elaborate on the differences?
评论 #16891604 未加载
BenoitPabout 7 years ago
This will be a tongue in cheek comment, but there&#x27;s another thing Datomic isn&#x27;t making you do either:<p>GDPR compliance
评论 #16891425 未加载
评论 #16891636 未加载
评论 #16892240 未加载
评论 #16891388 未加载
dominotwabout 7 years ago
Only way to experience this magic without paying $$ is to watch youtube videos? :\
评论 #16891526 未加载
评论 #16891631 未加载
评论 #16891521 未加载
评论 #16891567 未加载