-
Notifications
You must be signed in to change notification settings - Fork 449
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): Add helm chart for Interactive #3387
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3387 +/- ##
=======================================
Coverage 40.90% 40.90%
=======================================
Files 109 109
Lines 11343 11343
=======================================
Hits 4640 4640
Misses 6703 6703 Continue to review full report in Codecov by Sentry.
|
can launch, todo: test and make service on add readme and container running script refactor binary stash loading the builtin graph f stash the interactive stash changes support query on modern graph finish implementation
379e6d8
to
02c4d32
Compare
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.
LGTM, better cleanup those debug info, like the image tag.
With the GraphScope Interactive helm chart, users can easily deploy an
Interactive
service on a k8s cluster.Fix #3386
Other Modification:
InteractiveServer
Itself will not init the default builtin graph. The builtin graph is loaded beforeInteractiveServer
starts.