Closed yecol closed 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:
v2
Sorry, maybe I misunderstood.
duplicated to #816
Currently, the organization of the files:
Suggestions:
Since the v2 and v1(MaxGraph) would co-exist for a period, it would be better to organize them as a whole. Is that possible to move folders inv2
to the root, and merge the duplications (e.g., common, frontend, coordinator...)?Sorry, maybe I misunderstood.