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

[GIE Doc] Refine Docs for Cypher #2995

Merged
merged 8 commits into from
Jul 12, 2023
Merged

Conversation

shirly121
Copy link
Collaborator

@shirly121 shirly121 commented Jul 10, 2023

What do these changes do?

as titled.

Related issue number

Fixes #2987

@shirly121 shirly121 changed the title [GIE Doc] refine docs for cypher [GIE Doc] Refine Docs for Cypher Jul 10, 2023
@shirly121 shirly121 marked this pull request as ready for review July 11, 2023 05:38
@@ -74,10 +74,11 @@ deployment and management of applications. To deploy GIE standalone using Helm,
kubectl describe svc [YOUR_RELEASE_NAME]-gie-standalone-frontend \
| grep "Endpoints:" | awk -F' ' '{print $2}'
```
You should see the GIE Frontend service endpoint as `<ip>:<gremlinPort>`.
You should see two exposed endpoints for GIE Frontend service, one is `<ip>:<gremlinPort>` for gremlin querying, another is `<ip>:<cypherPort>` for cypher querying.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Explicitly use two commands, one for obtaining Cypher endpoint, the other for Gremlin endpoint.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@shirly121 shirly121 closed this Jul 11, 2023
@shirly121 shirly121 reopened this Jul 11, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2995 (b03b3e7) into main (9bf63ac) will decrease coverage by 31.53%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2995       +/-   ##
===========================================
- Coverage   73.91%   42.38%   -31.53%     
===========================================
  Files          99       99               
  Lines       10698    10687       -11     
===========================================
- Hits         7907     4530     -3377     
- Misses       2791     6157     +3366     

see 59 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 363e1be...b03b3e7. Read the comment docs.

@@ -102,7 +102,7 @@ You could pass additional key-value pairs to customize the startup configuration

```python
# Set the timeout value to 10 min
g = gs.gremlin(graph, params={'pegasus.timeout': 600000})
g = gs.gremlin(graph, params={'query.execution.timeout.ms': 600000})
Copy link
Collaborator

Choose a reason for hiding this comment

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

How this may be configured with the new python apis?

@longbinlai longbinlai merged commit 4944655 into alibaba:main Jul 12, 2023
44 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.

The Cypher-related contents in GIE docs
3 participants