Skip to main content

JSON

DataSQRL supports JSON as a data format.

Configuration

system.discovery.table.json
{
"type": "source",
"connector": { ... }
"format" : {
"name": "json",
}
}

You only have to specify the format type - no other configuration options are required.

Schema

Data discovery automatically determines the schema for a table source when using the JSON data format.

Alternatively, you can configure DataSQRL to use JSON Schema for a source table by providing a JSON schema file with the name of the table and the extension .schema.json.