biothings / biothings_explorer_jsonld

Apache License 2.0
4 stars 4 forks source link

Make asynchronous HTTP Requests for all API calls #3

Closed kevinxin90 closed 6 years ago

kevinxin90 commented 6 years ago

Currently, the speed of the package when making extensive API calls are very slow. Asynchronous HTTP requests should be implemented to boost the speed. https://pypi.python.org/pypi/grequests

kevinxin90 commented 6 years ago

The asynchronous API call for Translator APIs have been implemented. Need to further implement it when using JSON-LD playground API to return N-quads docs. This could further boost the speed of the program.

kevinxin90 commented 6 years ago

Fixed in: 27d96b2ca592a0ea20fb294c1e30e6c35a0a802f, a131c608f2807a9ca9033d71d44f8a43cd5df9ff, c8b030fde00568c476805d4f9309e92b37e84ea6