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?

demandé il y a un an246 vues
1 réponse
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions