Files
Upload JSON files to MindsDB
You can upload JSON files of any size to MindsDB that runs locally via Docker or pip.
JSON files are converted into a table, if the JSON file structure allows for it. Otherwise, JSON files are stored similarly to text files.
Upload files
Follow the steps below to upload a file:
- Click on the
Add
dropdown and chooseUpload file
.
- Upload a file and provide a name used to access it within MindsDB.
- Alternatively, upload a file as a link and provide a name used to access it within MindsDB.
Query files
Here is how to query data within MindsDB.
Query for the content of the file uploaded under the name my_file
.
Was this page helpful?