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

Add deploy on local doc #2523

Merged
merged 7 commits into from
Mar 17, 2023
Merged

Add deploy on local doc #2523

merged 7 commits into from
Mar 17, 2023

Conversation

siyuan0322
Copy link
Collaborator

@siyuan0322 siyuan0322 commented Mar 15, 2023

Tested on ubuntu:latest

@github-actions
Copy link
Contributor

github-actions bot commented Mar 15, 2023

🎊 PR Preview 8ff1242 has been successfully built and deployed to https://alibaba-graphscope-build-pr-2523.surge.sh

🤖 By surge-preview

docs/deploy_graphscope_on_local.md Outdated Show resolved Hide resolved
docs/deploy_graphscope_on_local.md Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Mar 15, 2023

Codecov Report

Merging #2523 (09fb480) into main (8c98bc5) will increase coverage by 24.23%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2523       +/-   ##
===========================================
+ Coverage   42.76%   67.00%   +24.23%     
===========================================
  Files          88       88               
  Lines        9816     9814        -2     
===========================================
+ Hits         4198     6576     +2378     
+ Misses       5618     3238     -2380     
Impacted Files Coverage Δ
python/graphscope/tests/minitest/test_min.py 0.00% <0.00%> (ø)

... and 55 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 56e657f...09fb480. Read the comment docs.

@siyuan0322 siyuan0322 requested a review from yecol March 16, 2023 04:58
Copy link
Collaborator

@yecol yecol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revised and please address TODOs.

Use Aliyun mirror to accelerate downloading if in need.

```bash
python3 -m pip install graphscope -i http://mirrors.aliyun.com/pypi/simple/ \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double check the code? graphscope-client?

```

The output should indicate that the cluster is running and the kubectl context is set to the minikube context.
The default location of the kubeconfig file is `~/.kube/config`, which should looks like this
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBF

see more details in [Session](https://graphscope.io/docs/reference/session.html#session).

#### Specify the number of workers

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBF

@siyuan0322 siyuan0322 merged commit 7259e42 into alibaba:main Mar 17, 2023
@siyuan0322 siyuan0322 deleted the zsy/doc branch March 17, 2023 09:30
That's it! You now have a running instance of GraphScope in a Kubernetes cluster.

You can use GraphScope to analyze graphs as usual.
Check out the [getting started](../overview/getting_started.md) guide for more information.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting Started

@yecol
Copy link
Collaborator

yecol commented Mar 17, 2023

partial addressed #2522

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.

None yet

3 participants