For the past couple of months I’ve been working on another project for the people over at Clan called Data Mesher.
As the name might suggest, it’s a decentralised, eventually consistent data store. Long-term, we want it to support flexible data schemas and merge strategies. Right now though, we’re focused on one use case in particular: decentralised DNS.
I think it’s fair to say that it’s nothing too fancy. In fact, we’re trying very hard to keep it as not fancy as possible. Yet, for as simple as we are trying to keep it, it quickly becomes difficult to test when you start putting the pieces together.