Re: Using Kafka to access APIs.

2017-11-07 Thread Ted Yu
I think how to use GDAX's API is orthogonal to using Kafka. Kafka client has support for Java and Python. On Tue, Nov 7, 2017 at 12:31 PM, Taha Arif wrote: > Hello, > > > I want to build a project that accesses the Gdax websocket in a real time > stream, and push that data into Kafka to reforma

Using Kafka to access APIs.

2017-11-07 Thread Taha Arif
Hello, I want to build a project that accesses the Gdax websocket in a real time stream, and push that data into Kafka to reformat it and prep it for a ML model. *Can I use Kafka to access GDAX's API and pull data from it in realtime?* or *Should I pull data from their API to a text file in re