Skip to content

mendesthi/structureOne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StructurerOne

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

Installation - SAP HANA app

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.

Installation - Data Retriever

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published