CrateDB Shell
Project description
The CrateDB Shell (aka Crash) is an interactive command-line interface (CLI) tool for interacting with CrateDB.
Screenshot
Documentation
The official documentation is available at CrateDB shell documentation.
Installation
Python Package
Crash is available as a pip package.
To install, run:
pip install crash
Now, run it:
crash
To update, run:
pip install -U crash
Standalone
Crash is also available as a standalone executable that includes all the necessary dependencies.
First, download the executable file:
curl -o crash https://cdn.crate.io/downloads/releases/crash_standalone_latest
Then, set the executable bit:
chmod +x crash
Now, run it:
./crash
If you would like to run crash from any directory, and without the leading ./, the file has to be in a directory that is on your PATH.
Troubleshooting
The documentation section about troubleshooting connection errors provides support and guidelines how to debug and resolve problems when connecting to CrateDB or CrateDB Cloud.
Contributing
This project is primarily maintained by Crate.io, but we welcome community contributions!
See the developer docs and the contribution docs for more information.
Help
Looking for more help? Check out our support channels.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for crash-0.31.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 497042610c39ce24e684d87db5d9cc80b2edd7ef7068d5d23c7700327e3e6f14 |
|
MD5 | cfd9a79b1705762a25e271ca863b705e |
|
BLAKE2b-256 | eb10a8e5b0f3b6895fe40743a42a9be9e6cd3d274977ebf9a614fa577f068ed3 |