-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
173 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
# Command Tooling | ||
|
||
The Zed system is managed and queried with the [`zed` command](zed.md), | ||
which is organized into numerous subcommands like the familiar command patterns | ||
of `docker` or `kubectrl`. | ||
Built-in help for the `zed` command and all of its subcommands is always | ||
accessible with the `-h` flag. | ||
The [`super` command](super.md) is used to execute command-line queries on | ||
inputs from files, HTTP URLs, or [S3](../integrations/amazon-s3.md). | ||
|
||
The [`zq` command](zq.md) offers a convenient slice of `zed` for running | ||
stand-alone, command-line queries on inputs from files, HTTP URLs, or [S3](../integrations/amazon-s3.md). | ||
`zq` is like [`jq`](https://stedolan.github.io/jq/) but is easier and faster, utilizes the richer | ||
Zed data model, and interoperates with a number of other formats beyond JSON. | ||
If you don't need a Zed lake, you can install just the | ||
slimmer `zq` command which omits lake support and dev tools. | ||
The [`super db` sub-commands](zed.md) are for creating, configuring, ingesting | ||
into, querying, and orchestrating SuperDB data lakes. These sub-commands are | ||
organized into further subcommands like the familiar command patterns | ||
of `docker` or `kubectl`. | ||
|
||
`zq` is always installed alongside `zed`. You might find yourself mixing and | ||
matching `zed` lake queries with `zq` local queries and stitching them | ||
all together with Unix pipelines. | ||
All operations with these commands utilize the [super data model](../formats/README.md) | ||
and provide querying via [SuperSQL](../language/README.md). | ||
|
||
Built-in help for `super` and all sub-commands is always accessible with the `-h` flag. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters