TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

138 点作者 icey大约 7 年前

7 条评论

dmitriid大约 7 年前
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 未加载
dizzystar大约 7 年前
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 未加载
DonbunEf7大约 7 年前
Nice. Too bad it&#x27;s not Free Software.
评论 #16891401 未加载
评论 #16891943 未加载
nwatson大约 7 年前
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> .
haolez大约 7 年前
I couldn&#x27;t follow his arguments against event sourcing. Could someone elaborate on the differences?
评论 #16891604 未加载
BenoitP大约 7 年前
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 未加载
dominotw大约 7 年前
Only way to experience this magic without paying $$ is to watch youtube videos? :\
评论 #16891526 未加载
评论 #16891631 未加载
评论 #16891521 未加载
评论 #16891567 未加载