Skip to content

docs: add getting started guide #1625

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

Merged
merged 1 commit into from
Apr 7, 2022
Merged

docs: add getting started guide #1625

merged 1 commit into from
Apr 7, 2022

Conversation

skyzh
Copy link
Contributor

@skyzh skyzh commented Apr 7, 2022

Signed-off-by: Alex Chi [email protected]

What's changed and what's your intention?

The full-featured getting started guide is well-organized and easy-to-read.

Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests

Refer to a related PR or issue link (optional)

@skyzh skyzh requested a review from BugenZhao April 7, 2022 02:28
@github-actions github-actions bot added the A-doc Area: Documentation. label Apr 7, 2022
@codecov
Copy link

codecov bot commented Apr 7, 2022

Codecov Report

Merging #1625 (5208bab) into main (31a9c85) will increase coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #1625   +/-   ##
=========================================
  Coverage     69.82%   69.82%           
  Complexity     2766     2766           
=========================================
  Files          1048     1048           
  Lines         92111    92111           
  Branches       1790     1790           
=========================================
+ Hits          64314    64316    +2     
+ Misses        26906    26904    -2     
  Partials        891      891           
Flag Coverage Δ
java 61.01% <ø> (ø)
rust 71.65% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/meta/src/hummock/compaction.rs 77.65% <0.00%> (-0.28%) ⬇️
.../src/executor/managed_state/aggregation/extreme.rs 90.40% <0.00%> (+0.27%) ⬆️
src/connector/src/filesystem/file_common.rs 81.16% <0.00%> (+0.44%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@skyzh skyzh merged commit fa2bff4 into main Apr 7, 2022
@skyzh skyzh deleted the skyzh/link-more-docs branch April 7, 2022 02:50
Little-Wallace added a commit that referenced this pull request Apr 7, 2022
commit 80a66b5f81fb6c8662bcff7a792d4487d3cb7027
Author: Little-Wallace <[email protected]>
Date:   Thu Apr 7 18:44:41 2022 +0800

        feat(frontend): show command (#1545)

        1.support show command (databases, schemas, tables, mviews, columns) and describe table or source.
        ```
        SHOW DATABASES
        SHOW SCHEMAS
        SHOW COLUMNS FROM <TABLE | SOURCE>
        DESCRIBE <TABLE | SOURCE>
        SHOW TABLES [FROM SCHEMA]
        SHOW MATERIALIZED VIEWS [FROM SCHEMA]
        ```
        2.remove show table and show source change to describe and show columns.

    commit 7403271
    Author: zwang28 <[email protected]>
    Date:   Thu Apr 7 11:03:44 2022 +0800

        chore: fix e2e command in doc. (#1626)

    commit fa2bff4
    Author: Alex Chi <[email protected]>
    Date:   Thu Apr 7 10:50:02 2022 +0800

        docs: add getting started guide (#1625)

        Signed-off-by: Alex Chi <[email protected]>

    Signed-off-by: Little-Wallace <[email protected]>

commit 4a13f7eb21b7fd58d4bfaced84fee71fa0834a94
Author: Little-Wallace <[email protected]>
Date:   Thu Apr 7 16:18:19 2022 +0800

    fix clippy

    Signed-off-by: Little-Wallace <[email protected]>

commit 8d206d98e254a01e568965e6ee96f14e3f36cf42
Author: Little-Wallace <[email protected]>
Date:   Thu Apr 7 15:53:04 2022 +0800

    add more test

    Signed-off-by: Little-Wallace <[email protected]>

commit 4432ab7337419b4ef7dbb267f470294ab751b2a7
Author: Little-Wallace <[email protected]>
Date:   Thu Apr 7 14:47:17 2022 +0800

    fix test

    Signed-off-by: Little-Wallace <[email protected]>

commit cf075a762d660109797206ba52a921fa369663b7
Author: Little-Wallace <[email protected]>
Date:   Thu Apr 7 14:37:09 2022 +0800

    tmp

    Signed-off-by: Little-Wallace <[email protected]>

commit 949a85f026eb8a3c25584775ab39b83d05197f61
Author: Little-Wallace <[email protected]>
Date:   Thu Apr 7 11:50:35 2022 +0800

    fix clippy

    Signed-off-by: Little-Wallace <[email protected]>

commit 94cbe1a4f6f4e01d706e63e812460fde2e7d6b2b
Author: Little-Wallace <[email protected]>
Date:   Thu Apr 7 11:28:53 2022 +0800

    add some note

    Signed-off-by: Little-Wallace <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-doc Area: Documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants