Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(interactive): Support Add Vertex and Edge Operations in Interactive #4591

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

shirly121
Copy link
Collaborator

@shirly121 shirly121 commented Mar 28, 2025

What do these changes do?

Support the following Cypher queries to add vertex and edge data by the Interactive Python SDK:

  1. Add Vertex
CREATE (charlie:Person {name: 'Charlie', id: 211, age: 32})
  1. Add Edge
CREATE (charlie:Person {id: 211})-[:ACTED_IN]->(movie:Movie {name: 'Wall Street'});

Continuous Add operations will be batched, and leverage the batch api provided by Python SDK to implement.

Related issue number

Fixes

Copy link
Contributor

github-actions bot commented Mar 28, 2025

Please check the preview of the documentation changes at
https://95d1023b.graphscope-docs-preview.pages.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant