facebook / wdt

Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths.
https://www.facebook.com/WdtOpenSource
Other
2.86k stars 391 forks source link

Create WDT daemon #178

Open nikunjy opened 6 years ago

nikunjy commented 6 years ago

I have been considering WDT to use as a sidecar process on my servers. Since all my code is in golang, this seems to be the easiest way out for me. I want that a daemon is always running and I can use grpc to make a call to this daemon and give it the receiver address to transfer files. The status of the transfer be returned to me in the grpc response.

Do you guys think this is useful, if yes then please leave some comments and suggestions. I can send a PR

ldemailly commented 6 years ago

It does seem useful to me (but not sure who will accept/merge the PR) - may need to bribe uddipta

Speaking of golang and sidecars; you should checkout https://github.com/istio/istio (https://istio.io/)