GraphScope
GraphScope copied to clipboard
🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
Currently `union` step is not supported in gremlin service provided by interactive.
## What do these changes do? bulkload with multiple threads
**Is your feature request related to a problem? Please describe.** The GIE IR layer is re-factored based on Calcite. However, the physical layer is still in the pre-IR route. Migrate...
### Discussed in https://github.com/alibaba/GraphScope/discussions/3225 Originally posted by **zjarles** September 16, 2023 将子图转换为networks图后,在循环遍历时,报错如下,请问是什么原因呢? G = nx.DiGraph(sub_graph, default_label="trmnl") for node in G.nodes(data=True): print(node) AnalyticalEngineInternalError: /work/analytical_engine/core/object/object_manager.h:80: GetObject -> Object graph_GWXIIwo7 does not exist...
### Discussed in https://github.com/alibaba/GraphScope/discussions/3272 Originally posted by **rgreen13** September 29, 2023 It seems the current version of GraphScope uses an interface like NetworkX 2.8. Are there plans to adjust some...
Add profile in compiler's pom.xml. This profile will build a fat-jar which can be used to generate physcial plan.
**Describe the bug** User run `flash.harmonic_centrality` algorithm on a large string id dataset (1.2 billion vertices, 3.2 billion edges), and dumps the result with `contest.output`. Got error:  **To Reproduce**...
GraphScope Interactive service composes two process: `HQPS Engine` and `Compiler GraphServer`. To support graph switching(Admin Service's interface), we need to tell the compiler to use a new graph schema. Maybe...
Now in `interactive_engine/compiler/src/test/java/com/alibaba/graphscope/gremlin/antlr4x/GraphBuilderTest.java`, there are two kinds of test cases. The Algebra case: For example, `RelNode node = eval("g.V().has('name', containing('mar'))")`, as introduced by the `eval()` function. The Expression case: For...
Following [GIE for Gremlin](https://graphscope.io/docs/interactive_engine/tinkerpop/tinkerpop_gremlin#connecting-via-gremlin-console), I failed to connect to GIE Gremlin endpoint. ```bash WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/workspaces/apache-tinkerpop-gremlin-console-3.6.4/lib/groovy-2.5.22-indy.jar) to method...