aertslab / SCope

Fast visualization tool for large-scale and high dimensional single-cell data
GNU General Public License v3.0
68 stars 15 forks source link

Replace gRPC as client protocol with HTTP "REST" style API #234

Open MaybeJustJames opened 4 years ago

MaybeJustJames commented 4 years ago

This is a tracking issue:

MaybeJustJames commented 4 years ago

The way to do this is to implement a duplicated API and either run them both in parallel or have a feature flag

dweemx commented 4 years ago

I don't really get the duplicated API... Could you elaborate please ?

MaybeJustJames commented 4 years ago

Could you elaborate please ?

I mean keep the gRPC API while implementing the HTTP API. Then the client can be gradually moved to the new API