Hacker News new | ask | show | jobs
by bionoid 2255 days ago
> So I create a local repo with dolt, and now I want someone else to collaborate on this dataset with me, without using dolthub. How I do this?

The best I could find is utils/remotesrv in the repository [0], which seems to enable collaboration.. but also seems bit basic and it's not clear if https is supported.

[0] https://github.com/liquidata-inc/dolt/tree/master/go/utils/r...

1 comments

Seems to confirm my suspicion that dolt is not made with decentralization in mind and their collaboration is mostly tied to dolthub and a specific protocol that currently just work over http. Thanks for digging that out!