Connect to an existing SingleStore database and extract the content. Data is extracted as JSON objects for each row in the table.Documentation Index
Fetch the complete documentation index at: https://docs.neum.ai/llms.txt
Use this file to discover all available pages before exploring further.
Properties
Required properties:connection_string: Connection URL to the SingleStore database (i.e.<user>:<password>@<host>:<port>/<database_name>)query: SQL query to extract data (i.e. Select * From TableName)
batch_size: The size of batches of rows. Affects performance and latency.
- NeumJSONLoader