store¶
Help command
> csm-data store --help
Usage: csm-data store [OPTIONS] COMMAND [ARGS]...
CoAL Data Store command group
This group of commands will give you helper commands to interact with the datastore
╭─ OPTIONS ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --web-help Open the web documentation │
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ dump-to-azure Dump a datastore to a Azure storage account. │
│ dump-to-postgresql Running this command will dump your store to a given postgresql database │
│ dump-to-s3 Dump a datastore to a S3 │
│ list-tables Running this command will list the existing tables in your datastore │
│ load-csv-folder Running this command will find all csvs in the given folder and put them in the store │
│ load-from-singlestore Load data from SingleStore tables into the store. Will download everything from a given SingleStore database following some configuration into the store. │
│ rds-send-store Send data from a store to a runner's RDS database. │
│ reset Running this command will reset the state of your store │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯