ga4gh / ga4gh-schemas

Models and APIs for Genomic data. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
214 stars 114 forks source link

Peer service #806

Closed david4096 closed 7 years ago

david4096 commented 7 years ago

Implements a basic peer discovery protocol. This will allow services to maintain lists of other available GA4GH services. Adding a peer is optional.

This is done by adding three endpoints:

This protocol is designed to be easy to implement with little cost overhead. Peers do not exchange any genomic data over the peer service, only metadata about the protocol version they present.

This would open up a number of features in network design and query federation, the first of which is being able to use a client to build a map of GA4GH network services by crawling peers.

Close #760