Connecting Mendix to Hadoop and Sharepoint.

0
Hi Everyone, After going through Appstore, we couldn’t find any connectors for Hadoop and Sharepoint. Has anyone tried connecting Mendix to Hadoop and Sharepoint?
asked
2 answers
0

I'm not aware of connecting to Hadoop, but i integrated with SharePoint, all you need is the client id and client secret and some headers to get an authentication token (OAuth token) which will help you in consuming other services of Sharepoint 

to get oauth token:

https://accounts.accesscontrol.windows.net/{{realm}}/tokens/OAuth/2

and headers have to send in encoded format

https://anexinet.com/blog/getting-an-access-token-for-sharepoint-online/

 

Might this will help you… :)

answered
0

Im not an expert on hadoop, but i read you can access it through java: https://stackoverflow.com/questions/38624298/to-connect-to-hadoop-using-java 

So that would be an opening.

answered