evadb icon indicating copy to clipboard operation
evadb copied to clipboard

Feature Request: Loading JSON files

Open skanjalkar opened this issue 1 year ago • 4 comments

Search before asking

  • [X] I have searched the EvaDB issues and found no similar feature requests.

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?

  • [ ] Yes I'd like to help by submitting a PR!

skanjalkar avatar Oct 12 '23 02:10 skanjalkar

👋 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.

github-actions[bot] avatar Oct 12 '23 02:10 github-actions[bot]

Hi there. May I work on this feature?!

lnxpy avatar Nov 05 '23 21:11 lnxpy

Thanks @lnxpy for the help!

xzdandy avatar Nov 08 '23 23:11 xzdandy

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

lnxpy avatar Nov 14 '23 20:11 lnxpy