georgia-tech-db / evadb

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

Adding Reddit as a third party datasource to EvaDB #1452

Open ChengSashankh opened 1 month ago

ChengSashankh commented 1 month 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