Rational Insight: How to query data from REST API (JSON)?
Accepted answer
I have not seen any way to do this with DataManager. However, you could use another ETL tool to bring the UCD data into the same warehouse.
I have used Pentaho Data Integration (Kettle) to bring other data sources into my warehouse. It is open source and supports many data sources, including a JSON based REST API data source.
The following are links to documentation on it:
http://wiki.pentaho.com/display/EAI/Latest+Pentaho+Data+Integration+%28aka+Kettle%29+Documentation
http://community.pentaho.com/projects/data-integration/
The following is a link on accessing CouchDB data as a JSON REST API data source:
http://www.nathanhoeft.com/2012/03/24/couchdb-and-pentaho-data-integration/
I have used Pentaho Data Integration (Kettle) to bring other data sources into my warehouse. It is open source and supports many data sources, including a JSON based REST API data source.
The following are links to documentation on it:
http://wiki.pentaho.com/display/EAI/Latest+Pentaho+Data+Integration+%28aka+Kettle%29+Documentation
http://community.pentaho.com/projects/data-integration/
The following is a link on accessing CouchDB data as a JSON REST API data source:
http://www.nathanhoeft.com/2012/03/24/couchdb-and-pentaho-data-integration/