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.

Conflict-free replicated datatypes solve distributed data consistency challenges

61 pointsby stichersover 3 years ago

3 comments

stichersover 3 years ago
If you were wondering why there&#x27;s another post about CRDTs here on hacker news, so soon after this one (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28998767" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28998767</a>) I can answer that.<p>As I was finishing up the blog post above, I started speculating on whether HN was interested in the topic. And what kind of feedback it would get, if so.<p>My experiment with Nikita&#x27;s list of CRDTs resources was instructive, to say the least, particularly as I&#x27;m something of a noob here.<p>So this time I&#x27;ve made sure that:<p>- the post works on mobile (well, as much as I can be sure) - I&#x27;ve spelled out the TLA (FLA?) in the title - the article is more than a list. It&#x27;s much more.<p>I look forward to the discussion this time!
agravierover 3 years ago
I did a bit of work on the topic (which remains preliminary), trying to reinvent the wheel a little bit and also implementing a naive (but correct) LWW-graph structure, and I doing some light thinking around applications [1]. There is one potential application of conflict-free distributed graphs like this that would interest me to further study: distributed SLAM in robotic swarms. I would be happy to pair with someone with access and know-how around the right simulation environments to work together.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;agravier&#x2F;crdt-study" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;agravier&#x2F;crdt-study</a>
cloudkillaover 3 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;ipfs&#x2F;go-ds-crdt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ipfs&#x2F;go-ds-crdt</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29028787" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29028787</a>