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

Batching discovery & upgrade: cryptocompare, cmc, tradermade #746

Open
4 of 7 tasks
bryanjowers opened this issue Aug 3, 2021 · 0 comments
Open
4 of 7 tasks

Batching discovery & upgrade: cryptocompare, cmc, tradermade #746

bryanjowers opened this issue Aug 3, 2021 · 0 comments

Comments

@bryanjowers
Copy link
Collaborator

bryanjowers commented Aug 3, 2021

We want to upgrade certain EAs to support batching capabilities to reduce the number of requests on the data provider API.

Batching allows us to combine multiple requests into a single request on the data provider. This is only made possible if the data provider's API supports a batch request (for example, requesting BTC-USD and BTC-ETH in a single request, rather than requesting separately in 2 API calls)

The task here is to review if these existing EAs and their API provider can support batching. Upgrade those that can support it.

Examples of EAs with batching support already implemented:

EAs that need checking: (please check those that can be upgraded based on API support):

  • finage
  • dxfeed
  • kaiko
  • nomics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant