-
Notifications
You must be signed in to change notification settings - Fork 70
update install pages for zuma #6571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made a few suggestions to add links, fix typos, and align with recently-established conventions, but looks good!
book/src/getting-started/tldr.md
Outdated
| Just skim these one liners to get the gist of what SuperDB can do! | ||
| >[!NOTE] | ||
| > JSON inputs can include any concatenation of valid JSON values, e.g., | ||
| > [newline-deliminted JSON](https://github.com/ndjson/ndjson-spec), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| > [newline-deliminted JSON](https://github.com/ndjson/ndjson-spec), | |
| > [newline-delimited JSON](https://github.com/ndjson/ndjson-spec), |
| @@ -22,6 +26,8 @@ This results is the string value `"hello, world"`, | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This results in the string value `"hello, world"`, |
| @@ -32,7 +38,7 @@ which outputs | |||
| ``` | |||
| This is single row in a table with one column called `Message` of type `string`. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This is single row in a table with one column called `Message` of type `string`. | |
| This is a single row in a table with one column called `Message` of type `string`. |
| # Hello World | ||
|
|
||
| To test out the installed `super` binary, try running Hello World! | ||
| To test out the installed `super` binary, try running these |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| To test out the installed `super` binary, try running these | |
| To test out the [installed](install.md) `super` binary, try running these |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `super` to presume an implied [from](../super-sql/operators/from.md) operator. |
| @@ -28,7 +28,7 @@ and you should get this alternative output in the RESULT panel above: | |||
| ``` | |||
| The input in the playground examples are generally formatted as | |||
| [SUP](../formats/sup.md) but the `super` playground command autodetects | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [SUP](../formats/sup.md) but the `super` playground command autodetects | |
| [SUP](../formats/sup.md) but the `super` playground command auto-detects |
| ## Playground | ||
| # Playground | ||
|
|
||
| If you have `super` installed, a common pattern for experimentation is to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| If you have `super` installed, a common pattern for experimentation is to | |
| If you have `super` [installed](install.md), a common pattern for experimentation is to |
No description provided.