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

Deploy GraphScope on local #214

Merged
merged 25 commits into from
Apr 2, 2021
Merged

Deploy GraphScope on local #214

merged 25 commits into from
Apr 2, 2021

Conversation

lidongze0629
Copy link
Collaborator

@lidongze0629 lidongze0629 commented Apr 1, 2021

What do these changes do?

Related issue number

Fixes #139

@lidongze0629 lidongze0629 changed the title Local Deploy GraphScope on local Apr 1, 2021
@lidongze0629 lidongze0629 changed the title Deploy GraphScope on local [WIP] Deploy GraphScope on local Apr 1, 2021
@lidongze0629 lidongze0629 changed the title [WIP] Deploy GraphScope on local Deploy GraphScope on local Apr 1, 2021
@codecov-io
Copy link

codecov-io commented Apr 1, 2021

Codecov Report

Merging #214 (ad2f524) into main (ea17259) will decrease coverage by 19.68%.
The diff coverage is 52.20%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #214       +/-   ##
===========================================
- Coverage   78.63%   58.95%   -19.69%     
===========================================
  Files          54       57        +3     
  Lines        5196     5240       +44     
===========================================
- Hits         4086     3089      -997     
- Misses       1110     2151     +1041     
Impacted Files Coverage Δ
python/graphscope/client/rpc.py 82.08% <ø> (-3.10%) ⬇️
...n/graphscope/deploy/kubernetes/resource_builder.py 57.14% <ø> (ø)
python/graphscope/deploy/tests/test_demo_script.py 99.23% <ø> (-0.02%) ⬇️
python/graphscope/interactive/query.py 90.47% <ø> (ø)
python/graphscope/deploy/hosts/cluster.py 32.75% <32.75%> (ø)
python/graphscope/deploy/hosts/utils.py 50.00% <50.00%> (ø)
python/graphscope/client/session.py 63.59% <60.00%> (-10.04%) ⬇️
python/graphscope/deploy/launcher.py 76.19% <76.19%> (ø)
python/graphscope/deploy/kubernetes/cluster.py 82.75% <80.00%> (+0.38%) ⬆️
python/graphscope/config.py 100.00% <100.00%> (ø)
... and 30 more

Continue to review full report at Codecov.

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

@lidongze0629 lidongze0629 merged commit af4f6e6 into alibaba:main Apr 2, 2021
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.

Compile and run GraphScope locally (without kubernetes)
3 participants