SAP HANA Extreme application that analyses structured data (tweets) to retrieve information such as Location, People, Companies and also Sentiment Analysis. Details: http://scn.sap.com/docs/DOC-65109
You can clone this repository and create a new project on your HANA system or import the Delivery Unity available on the link above. Once done, execute the SQL Statements located on SQL/CreateIndexes.sql so all Text Analysis/Mining indexes can be created.
This app analizes data from tweets. To run the the data retriever scripts:
- install NodeJS https://nodejs.org/en/ (you can isntall it anywhere)
- Install aditional packages by running the commands:
npm install twitter
npm install hdb
npm install util - Fill the scripts with your HANA System credentials and Twitter App Key (https://apps.twitter.com/)
- To start the scrpits:
node scriptname.js