evadb icon indicating copy to clipboard operation
evadb copied to clipboard

arXiv Intergration

Open xzdandy opened this issue 1 year ago • 1 comments

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!

xzdandy avatar Sep 19 '23 03:09 xzdandy

I have submitted #1439 corresponding to this feature. I would love to receive feedback if there are changes to be made.

aayushacharya avatar Jan 12 '24 03:01 aayushacharya