SQLite Data Accelerator
SQLite Data Accelerator Documentation
To use SQLite as Data Accelerator, specify sqlite
as the engine
for acceleration.
datasets:
- from: spiceai:path.to.my_dataset
name: my_dataset
acceleration:
engine: sqlite
Configuration
The connection to SQLite can be configured by providing the following params
:
sqlite_file
: The filename for the file to back the SQLite database. Only applies ifmode
isfile
.
Configuration params
are provided either in the acceleration
section for a data store. Other common acceleration
fields can be configured for sqllite, see see datasets.
datasets:
- from: spiceai:path.to.my_dataset
name: my_dataset
acceleration:
engine: sqlite
params:
sqlite_file: /my/chosen/location/sqllite.db