SAP and Twitter

SAP can tweet! Twitter also has a programming interface, an API, and thus grants access to Twitter program functions.

I tested this API with HANA Express and read tweets into a HANA database table.

With just a few lines of code in Node.js, HANA searches for tweets that contain a certain text, for example.

The tweets are streamed, i.e. all new tweets that match the filter text are saved in HANA.

An interesting additional function is the sentiment analysis in SAP HANA, the tweets are analyzed whether they have a positive or negative message.

So an analysis of the sentiment of Twitter users.

Who knows who is already using this feature?