alibaba / alibaba/GraphScope

feat(interactive): Implement Delete API and Adapt to Multi-property Edges in Interactive

Open
#4,106 0 comments 0 reactions 2 assignees Claimed by @yqylh View on GitHub
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

The interactive mode supports RESTful APIs for getting, updating, and adding nodes and edges.

However, because the transaction does not support deletion, the current Delete interface remains unimplemented. It needs to be developed and supported after deletion is implemented.

Additionally, the graph database now supports multi-property edges, but the current transaction only supports operations on single-property edges. Therefore, the corresponding interfaces only support single-property edges, and they need to be adapted after modifications to the transaction.

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.