Skip to content
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

feat(interactive): Support builtin app in Interactive #4242

Merged
merged 4 commits into from
Sep 20, 2024

Conversation

zhanglei1949
Copy link
Collaborator

@zhanglei1949 zhanglei1949 commented Sep 19, 2024

This PR introduces support for built-in procedures in Interactive. Users can access these procedures as soon as the graph is created, with more built-in apps to be added in the future.

For instance, a user can count the vertices of a specific label using:

call count_vertices("person");

Please note that built-in procedures cannot be deleted or updated, and users cannot create procedures with the same name as a built-in procedure.

Committed-by: xiaolei.zl from Dev container
Copy link
Contributor

github-actions bot commented Sep 19, 2024

Please check the preview of the documentation changes at
https://399fb15c.graphscope-docs-preview.pages.dev

Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.33%. Comparing base (4eadc2e) to head (d44bd64).
Report is 73 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #4242       +/-   ##
===========================================
- Coverage   46.45%   34.33%   -12.13%     
===========================================
  Files         173      126       -47     
  Lines       16171    13235     -2936     
===========================================
- Hits         7512     4544     -2968     
- Misses       8659     8691       +32     

see 162 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6d413c...d44bd64. Read the comment docs.

@zhanglei1949 zhanglei1949 merged commit 56963cd into alibaba:main Sep 20, 2024
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants