alibaba / alibaba/GraphScope

[GIE] Start Cypher-only service

Open
#3,208 0 comments 0 reactions 1 assignee Claimed by @shirly121 View on GitHub
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

Now we have provided GIE service in Python SDK that supports starting Gremlin-only service using:
```
graphscope.gremlin(g)
```
or
```
graphscope.interactive(g, with_cypher=False) # False is the default option and can be omitted
```

and Gremlin/Cypher services using
```
graphscope.interactive(g, with_cypher=True)
```

We can add an api that starts Cypher-only service., like:
```
graphscope.cypher(g)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.