/Wordsing

Wordsing is an app which shows you what are the most used words from your favourite artist.

Primary LanguageTypeScriptMIT LicenseMIT

Wordsing

Visual Studio Code Yarn TypeScript JavaScript NodeJS Docker AWS AmazonDynamoDB serverless

About The Project

Wordsing is an app which shows you what are the most used words from your favourite artist.

Architecture overview

Coming soon...

Getting Started

Coming soon...

Useful ressources

ElasticMQ UI: http://localhost:9325

Get queue URL: http://localhost:9324/?Action=ListQueues

Send job to worker-song (replace artistId):

curl --location --request POST 'http://localhost:9324/000000000000/sqs-worker-song' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'Action=SendMessage' \
--data-urlencode 'MessageBody={"artistId": 335710}'

Send a job to worker-lyrics (replace songId & artistId):

curl --location --request POST 'http://localhost:9324/000000000000/sqs-worker-lyrics' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'Action=SendMessage' \
--data-urlencode 'MessageBody={"songId": 4388058, "artistId": 335710}'