alibaba / GraphScope

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

reorg for GIE and its v2 code. #526

Closed yecol closed 3 years ago

yecol commented 3 years ago

Currently, the organization of the files:

├── src
│   ├── api
│   ├── assembly
│   ├── common
│   ├── coordinator
│   ├── data_load_tools
│   ├── executor
│   ├── frontend
│   ├── instance-manager
│   ├── pom.xml
│   └── v2
│       ├── pom.xml
│       └── src
│           ├── main/java/com/alibaba/maxgraph/v2/
|               ├── MaxGraph.java
|               ├── MaxNode.java
|               ├── common               
|               ├── coordinator          
|               ├── frontend             
|               ├── grafting
|               ├── ingestor
|               ├── sdk
|               ├── store
|               └── tools

Suggestions:

Sorry, maybe I misunderstood.

yecol commented 3 years ago

duplicated to #816