cosmotech.coal.singlestore¶
cosmotech.coal.singlestore.store
¶
SingleStore store operations module.
This module provides functions for interacting with SingleStore databases for store operations.
Functions:
| Name | Description |
|---|---|
load_from_singlestore |
Load data from SingleStore and store it in the Store. |
load_from_singlestore(single_store_host, single_store_port, single_store_db, single_store_user, single_store_password, store_folder, single_store_tables='')
¶
Load data from SingleStore and store it in the Store.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
single_store_host
|
str
|
SingleStore host |
required |
single_store_port
|
int
|
SingleStore port |
required |
single_store_db
|
str
|
SingleStore database name |
required |
single_store_user
|
str
|
SingleStore username |
required |
single_store_password
|
str
|
SingleStore password |
required |
store_folder
|
str
|
Store folder |
required |
single_store_tables
|
str
|
Comma-separated list of tables to load |
''
|