Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: OData as external data #3441

Open
wernerdaehn opened this issue Apr 9, 2021 · 1 comment
Open

Enhancement: OData as external data #3441

wernerdaehn opened this issue Apr 9, 2021 · 1 comment

Comments

@wernerdaehn
Copy link

In the SAP and Microsoft world, OData V4 is quite common. This is a Rest interface with metadata (date datatype!!), filters, pagination and much more. So perfectly suited to serve as alternative to the simple JSONParser for parsing external data via chart.dataSource.url.
There is even a Javascript library.
https://olingo.apache.org/

Just a thought.

@wernerdaehn
Copy link
Author

Just one additional thought: Although olingo as a library can be used, you do not have to. The user provides a oData URL and the result is data in an easy to parse Json format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants