mediachain / concat

Mediachain daemons
MIT License
42 stars 13 forks source link

Merging of remote data sets #25

Closed vyzo closed 7 years ago

vyzo commented 7 years ago

In order to have a usable system we need to support merging of remote data sets through queries.

Implement this with a /merge/{peerId} QUERY api endpoint, which performs a remote query and merges the results in the local store.

Depends on #22