evadb
evadb copied to clipboard
arXiv Intergration
Search before asking
- [X] I have searched the EvaDB issues and found no similar feature requests.
Description
We'd like to support the arXiv data source integration, which will allow us to write the following queries:
CREATE DATABASE arxiv_data WITH ENGINE = 'arxiv', PARAMETERS = {
...
};
SELECT * FROM arxiv_data.math;
Use case
No response
Are you willing to submit a PR?
- [ ] Yes I'd like to help by submitting a PR!
I have submitted #1439 corresponding to this feature. I would love to receive feedback if there are changes to be made.