georgia-tech-db / evadb

Database system for AI-powered apps
https://evadb.ai/docs
Apache License 2.0
2.61k stars 262 forks source link

arXiv Intergration #1161

Open xzdandy opened 10 months ago

xzdandy commented 10 months ago

Search before asking

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?

aayushacharya commented 6 months ago

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