workflows.fit
Back to n8n workflows
n8n templateFreeBy Lorena

ETL pipeline for text processing

This workflow allows you to collect tweets, store them in MongoDB, analyse their sentiment, insert them into a Postgres database, and post positive tweets in a Slack channel. ![workflow-screenshot](fileId:481) Cron no...

DevelopmentData & StorageCommunicationHITLMarketingAnalyticsCore NodesTwitter
Loading interactive preview...

Template notes

This workflow allows you to collect tweets, store them in MongoDB, analyse their sentiment, insert them into a Postgres database, and post positive tweets in a Slack channel.

![workflow-screenshot](fileId:481)

Cron node: Schedule the workflow to run every day

Twitter node: Collect tweets

MongoDB node: Insert the collected tweets in MongoDB

Google Cloud Natural Language node: Analyse the sentiment of the collected tweets

Set node: Extract the sentiment score and magnitude

Postgres node: Insert the tweets and their sentiment score and magnitude in a Posgres database