Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

...

Many times when developing applications that use or expose data, half the trouble is getting things formatted in the correct way. One API returns data in one format, while the graphs, tables, or application you are working with expect the data in an entirely different format. Wouldn't it be nice if you could just plug the results from the API into the tools you are using without having to reformat them?

Rich Data Services takes care of this issue by providing a variety of output formats for common tools and libraries in order to provide users the greatest convenience with the data they are working with.

Available Formats

amChartsReturns a DataProvider object to be used with amCharts
DenodoReturns JSON consistent with the Denodo virtualization platform format
GChartsReturns JSON that can be used to populate Google Charts
MTNAStandard RDS output
PlotlyReturns JSON that can be used with Plotly