Logstash twitter output to mysql database

Hi All,

i want to store twitter data into mysql database.

Here can we able to use logstash output plugin.

If we are not able to use that please give me if we have any alternate.

Thanks & Regards,
Dinesh.

Not via Logstash you can't.

If you want an alternative, don't use MySQL, use Elasticsearch and you can then do it with Logstash.

I want to store this twitter data in database.

If i store this data in database their i can define one more dictionary file for doing sentiment analysis.

I tried docker for sentiment analysis but its not working.