/
Denodo
Denodo
Overview
Denodo is a powerful data virtualization platform that provides its users with a JSON format of query results that are accessed through its REST API. We seek to provide users with the Denodo JSON format in an effort to allow them to quickly integrate RDS output into existing applications designed to work against the Denodo JSON format. The only difference is that users can still include our metadata if desired using the metadata parameter.
Denodo Compliant Data
- In this example we will assume we have a collection "test" and view "view" created with the variables "salary","category", and "weight".
A standard query would look like this:
Standard Selecthttp://{host}/rds/api/catalog/test/testStats/select
By adding the format parameter we can get this output in Denodo's format.
Denodo Selecthttp://{host}/rds/api/catalog/test/testStats/select?format=denodo
In addition to the Denodo format, users can also include the MTNA metadata section if desired.
Denodo Select With Metadatahttp://{host}/rds/api/catalog/test/testStats/select?format=denodo&metadata