alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.24k stars 438 forks source link

A separate front-end for GAIA #502

Closed yecol closed 3 years ago

yecol commented 3 years ago

as titled. following our discussion, the coordinator will redirect the queries to different front-end.

# by default, proxy the queries to the front-end of MaxGraph;
g.V().XXX

# with a specific step, the python will direct this query to the front-end of GAIA.
g.gaia().V().XXX
yecol commented 3 years ago

Supposed to be closed on 7.23