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.Documentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Sample format of a JSON file
Sample format of a JSON file
Here is the sample format of a JSON file that can be uploaded to MindsDB:MindsDB converts it into a table where each row stores the high-level object.You can extract the JSON fields from
contact and address columns with the json_extract function.Upload files
Follow the steps below to upload a file:- Click on the
Adddropdown 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 namemy_file.