georgia-tech-db / evadb

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

Adding Reddit as a third party datasource to EvaDB #1452

Open ChengSashankh opened 7 months ago

ChengSashankh commented 7 months ago

This PR introduces Reddit as a third party datasource to EvaDB. It contains:

  1. RedditDBHandler to access and fetch Submissions in a chosen sub-reddit as a database.
  2. A test and associated marker that disables the test (since API key is required)
  3. Integration of praw library for accessing Reddit API
  4. Documentation detailing the use of the added data source