Websocket connection with cloud managed service

prateek3211
Hi @rakeshr / @sujith ,
I am currently using websocket connection for multiple use cases, but currently I am managing them via an ec2 machine.
Now there is a use case where I want to process/save 99.999% of ticks pushed by zerodha.
Is there a way/architecture you guys are aware of where I can simply hook the websocket to any cloud managed real time processing service like aws kafka or kinesis so that the listener can process them and save in database.
Sign In or Register to comment.