Skip to content

Commit fd36be9

Browse files
authored
update README for zuma (#6588)
1 parent 5e7f1f8 commit fd36be9

1 file changed

Lines changed: 12 additions & 20 deletions

File tree

README.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# SuperDB [![Tests][tests-img]][tests] [![GoPkg][gopkg-img]][gopkg]
22

3-
> 🔴 **NOTICE OF PROJECT READINESS** 🔴
4-
>
5-
> SuperDB is still under development so there's not yet a GA release.
6-
> You're welcome to [try it out](#try-it) in its early form (i.e.,
7-
> tip-of-`main`) and we'd love to hear your feedback. Read on for more info!
8-
9-
SuperDB is a new analytics database that supports relational tables and JSON
3+
[SuperDB](https://superdb.org/)
4+
is a new analytics database that supports relational tables and JSON
105
on an equal footing. It shines when it comes to data wrangling where
116
you need to explore or process large eclectic data sets. It's also pretty
127
decent at analytics and
@@ -37,7 +32,7 @@ JSON data model in a unified compute engine.
3732
SuperDB uses SQL as its query language, but it's a SQL that has been extended
3833
with [pipe syntax](https://research.google/pubs/sql-has-problems-we-can-fix-them-pipe-syntax-in-sql/)
3934
and [lots of fun shortcuts](https://superdb.org/super-sql/operators/intro.html#shortcuts).
40-
This extended SQL is called SuperSQL.
35+
This extended SQL is called [SuperSQL](https://superdb.org/super-sql/intro.html).
4136

4237
Here's a SuperSQL query that fetches some data from GitHub Archive,
4338
computes the set of repos touched by each user, ranks them by number of repos,
@@ -75,7 +70,9 @@ most common data formats.
7570

7671
## Project Status
7772

78-
Our long-term goal for SuperSQL is to be Postgres-compatible and interoperate
73+
Our long-term goal for SuperSQL is to be
74+
[Postgres-compatible](https://superdb.org/super-sql/sql/intro.html#sql-compatibility)
75+
and interoperate
7976
with existing SQL tooling. In the meantime, SuperSQL is a bit of a moving
8077
target and we would love [community engagement](#join-the-community) to evolve and fine tune its
8178
syntax and semantics.
@@ -89,20 +86,15 @@ Our areas of active development include:
8986

9087
## Try It
9188

92-
As SuperDB is still under construction, GA releases are not yet available.
93-
However, you can [install](https://superdb.org/getting-started/install.html) a build of the
94-
[`super`](https://superdb.org/command/super.html) command-line tool based on
95-
code that's under active development to start tinkering. Detailed documentation
89+
SuperDB is embodied in a dependency-free binary that is
90+
[easy to install](https://superdb.org/getting-started/install.html).
91+
92+
Detailed documentation
9693
for the SuperDB system and its piped SQL syntax is available on the
9794
[SuperDB docs site](https://superdb.org).
9895

99-
As the code and docs are evolving, we recommend focusing first on what's in the
100-
[`super` command doc](https://superdb.org/command/super.html). Feel free to
101-
explore other docs and try things out, but please don't be shocked if you hit
102-
speedbumps in the near term, particularly in areas like performance and full
103-
SQL coverage. We're working on it! :wink:
104-
105-
Once you've tried it out, we'd love to hear your feedback via our
96+
If you're so inclined,
97+
we'd love to hear your feedback via our
10698
[community Slack](https://www.brimdata.io/join-slack/).
10799

108100
>**NOTE:** The SuperDB query engine can run locally without a storage engine by accessing

0 commit comments

Comments
 (0)