What infrastructure should I use to persist messages from a public websocket?

0

I want to connect to a publicly available websocket, create a request and persist the subsequent, long running stream of events for later processing.

I will likely use node.js or Java to connect to the websocket and raise the request.

I want to avoid missing any messages that the service sends, so always on, re-connection and redundancy are important so that I can build an optimal data set at a later stage.

What AWS architecture would you suggest?

已提問 1 年前檢視次數 247 次
1 個回答
0

AWS lambda and DynamoDB. and to call through Websockets you can use wscat tool https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-wscat.html

profile picture
zouz
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南