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

Add API data source #50

Open
schuderer opened this issue Nov 6, 2019 · 0 comments
Open

Add API data source #50

schuderer opened this issue Nov 6, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@schuderer
Copy link
Owner

schuderer commented Nov 6, 2019

There should be data source(s) for querying other RESTful APIs.

How this should be solved, whether in MLLP core or as an extra package, and how generic this solution should be, is all still open to discussion. We cannot make it compatible with all and every possible API. So we may need to provide a base class/tool kit to make it easier to create specific API data sources..?

By having this, we can potentially use on-premise APIs (data core, ...), or public APIs (weather, twitter, ...)

Also, we can potentially increase modularity between small model APIs, being able to re-use stuff that is already in production (think of generic services like sentiment recognition, pdf/image ocr, ...).
Of course, this also creates interdependence and these re-used APIs need to be really REALLY stable.

@schuderer schuderer added the enhancement New feature or request label Nov 6, 2019
@schuderer schuderer added this to To do in Prioritized User Issues via automation May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant