←back to thread

752 points crazypython | 2 comments | | HN request time: 0.477s | source
1. px43 ◴[] No.26373499[source]
Is there a nice way to distribute a database across many systems?

Would this be useful for a data-set like Wikipedia?

It would be really nice if anyone could easily follow Wikipedia in such a way that anyone could fork it, and merge some changes, but not others, etc. This is something that really needs to happen for large, distributed data-sets.

I really want to see large corpuses of data that can have a ton of contributors sending pull requests to build out some great collaborative bastion of knowledge.

replies(1): >>26373827 #
2. metaodi ◴[] No.26373827[source]
This is basically Wikidata [1], where the distribution is linked data/RDF with a triple store and federation to query different triple stores at once using SPARQL.

[1] https://wikidata.org