The Crate Data Shell
Project description
The CrashDB Shell (aka Crash) is an interactive command-line interface (CLI) tool for interacting with CrateDB.
Screenshot
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
If you are not using Python version 3.4 or above, recent version of pip will only install version 0.23.x. This is because newer versions of this package are not compatible with Python 2.7 or 3.3 and below.
Standalone
Crash is also available as a standalone executable that includes all the necessary dependencies, and can be run as long as Python (>= 3.4) is available on your system.
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.
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 StackOverflow for common problems
Chat with us on Slack
Get paid support
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 Distributions
Built Distribution
Hashes for crash-0.24.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 804200b2cc0ec558bacc81fee08c1293796d1655d57f351ce5f56674c08515f4 |
|
MD5 | c0c0f880386ca93682693e07550c8baf |
|
BLAKE2b-256 | 54fe49fe8ba912e4669425f16406c72e3dcbe01b986d825a7cac0f4444c95c56 |