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. │
│ Make use of the singlestoredb to access to │
│ SingleStore More information is available on this │
│ page: │
│ [https://docs.singlestore.com/cloud/developer-resour… │
│ rds-send-store Send all CoAL Datastore content to the results │
│ service of the Cosmo Tech API │
│ reset Running this command will reset the state of your │
│ store │
╰──────────────────────────────────────────────────────────────────────────────╯