georgia-tech-db / evadb

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

Feature Request: Loading JSON files #1277

Open skanjalkar opened 1 year ago

skanjalkar commented 1 year ago

Search before asking

Description

Current version of EvaDB does not support loading json files via cursor.query("""LOAD DOCUMENT {path_to_json_files} INTO {dataset_name})"""

Use case

Many times files are parsed and loaded as JSON files, cases such as parsing PDF and storing them in JSON file or scraping data and storing them as JSON file to eventually run some analysis on them.

Are you willing to submit a PR?

github-actions[bot] commented 1 year ago

👋 Hello @skanjalkar, thanks for your interest in EVA DB 🙏 Please visit our 🔮 Tutorials to get started, where you can find quickstart guides for simple tasks like Image Classification all the way to more interesting tasks like Emotion Analysis.

If this is a 🐞 Bug Report, please provide a minimum reproducible example to help us debug it.

If this is a ❓ Question, please provide as much information as possible, including dataset examples and query results.

lnxpy commented 1 year ago

Hi there. May I work on this feature?!

xzdandy commented 1 year ago

Thanks @lnxpy for the help!

lnxpy commented 12 months ago

I'll work on this issue after #1347 and #1348 if possible.