Skip to content

Conversation

@mccanne
Copy link
Collaborator

@mccanne mccanne commented Jan 28, 2026

No description provided.

Copy link
Contributor

@philrz philrz left a 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!

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),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> [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"`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To test out the installed `super` binary, try running these
To test out the [installed](install.md) `super` binary, try running these

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

@mccanne mccanne merged commit ccf604f into main Jan 28, 2026
4 checks passed
@mccanne mccanne deleted the book-install branch January 28, 2026 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants