Splitgraph Cloud
What is "Splitgraph Cloud"?
The sgr
command-line client is 'hosting agnostic' and pairs well with your own
Splitgraph Engine hosted wherever you prefer to run your apps.
Splitgraph also offers a public-facing Splitgraph service, with a catalog, Splitgraph engine, the DDN, docs, and more.
The catalog is a webapp with its own web UI that makes it easy to graphically
manipulate repositories with a browser, perform searches, upload datasets, etc.
In cases when it's preferable to use the CLI, consider using sgr cloud
.
Command | Purpose |
---|---|
cloud add | Add a remote Splitgraph registry to .sgconfig with default parameters |
cloud register | Register the user on a Splitgraph registry. |
cloud login | Log into a Splitgraph registry with username/password. |
cloud login-api | Log into a Splitgraph registry using existing API keys. |
cloud token | Output an up-to-date access token for a remote. |
cloud sql | Run SQL on or connect to the Splitgraph Data Delivery Network. |
cloud curl | Query a Splitgraph REST API. |
cloud readme | Upload a README to a Splitgraph repository. |
cloud description | Upload a description to a Splitgraph repository. |
cloud metadata | Upload a metadata file to a Splitgraph repository. |
cloud search | Search for a repository on the Splitgraph registry. |
cloud dump | Dump a Splitgraph catalog to a YAML file. |
cloud load | Load a Splitgraph catalog from a YAML file. |
cloud sync | Trigger an ingestion job for a repository. |
cloud status | Get job statuses for given repositories. |
cloud logs | Get ingestion job logs. |
cloud upload | Upload files to Splitgraph. |
cloud download | Download query results from Splitgraph. |
cloud plugins | List all Splitgraph Cloud data plugins. |
cloud stub | Generate a splitgraph.yml stub file for a given plugin |
cloud validate | Validate, merge and output project file(s) |
cloud seed | Generate a starter Splitgraph Cloud project from a seed. |
cloud tunnel | Start tunnel to query a private data source. |