cancel
Showing results for 
Search instead for 
Did you mean: 

Data Extraction from Social Media using SAP Data Services

venkataramana_paidi
Contributor
0 Kudos

Hi ,

I am going to extract the data from Social media like Twitter, Facebook, Linkedin and RSS feeds.

I got the job for extracting twitter data  in the Data Services Data quality blue prints.  But there we are using Python script for the extract the data.

We are going to use only Data integrator not Data Services.  Python script used in the user defined transform.  User defined transform  is part of Data quality.

We need to use only Data Integrator transforms and need to extract the data from Facebook, Twitter, Linkedin and RSS feeds.

I have checked in the SAP website and found one application called SAP Cloud for social engagement.  Is it possible to extract the data from Social engagement to extract  and store into the database.

Please help me in this ?

Thanks & Regards,

Venkata Ramana Paidi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member198401
Active Contributor
0 Kudos

Hi Venkata,

I guess your requirement is not possible to implement.

Only the user defined transform which comes under DQ Transform can be used to access data from Social media

You can also use Entity Extraction Transform of Text Data Processing feature but DI Transforms will not help you

Regards

Arun Sasi

venkataramana_paidi
Contributor
0 Kudos

Hi Arun ,

With User defined transform , How can we extract the facebook & linkedin data.

Thanks & Regards,

Venkata Ramana Paidi

former_member198401
Active Contributor
0 Kudos

Venkat,

Accessing twitter feed/data from Twitter.com using user defined transform.

1) Go to  https://apps.twitter.com/ and logon to twitter using your Twitter email id or user id

2) Create a new application. You can use your own home page address

https://twitter.com/your_login_name

3) Get the token generated

Consumer Key (API Key)

Consumer Secret (API Secret)

Access Token

Access Token Secret

4) Create a program in python and use the tokens generated in step 3 to extract the twitter tuple. Use this program in UDT in such a way that it will extract the tuple. I dont have Python knowledge so wont be able to help you with the code but you can search in google.

Also the above steps look easy but its very tricky. So you willhave to take help from a Python developer.

Better Python Development for BODS: How and Why | SCN

Regards

Arun Sasi