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

[GIE Compiler] Introduce cypher service to accept queries from neo4j ecosystem #2848

Merged
merged 90 commits into from Jun 20, 2023

Conversation

shirly121
Copy link
Collaborator

@shirly121 shirly121 commented Jun 9, 2023

What do these changes do?

  1. introdure GraphServer which wrappers IrGremlinServer (gremlin service) and CommunityBootstrapper (cypher service)
  2. remove cypher service from gremlin stack
  3. add document of neo4j ecosystem

Related issue number

#2598

shirly121 and others added 30 commits May 20, 2023 21:32
longbinlai and others added 28 commits June 14, 2023 08:17
Committed-by: longbinlai from Dev container
…hScope into ir_cypher_service

Committed-by: longbinlai from Dev container
Committed-by: longbinlai from Dev container
Committed-by: longbinlai from Dev container
This reverts commit 4a217ba.
Committed-by: longbinlai from Dev container
Committed-by: longbinlai from Dev container
Committed-by: longbinlai from Dev container
…hScope into ir_cypher_service

Committed-by: longbinlai from Dev container
Committed-by: longbinlai from Dev container
@@ -0,0 +1,58 @@
# Neo4j Ecosystem

Neo4j is a graph database management system that utilizes a graph-based approach to store and process data. Unlike traditional relational databases that rely on tables and rows, Neo4j leverages the power of interconnected nodes and relationships, forming a highly flexible and expressive data model. GIE implements Neo4j's HTTP and TCP protocol so that the system can seamlessly interact with the Neo4j ecosystem, including development tools such as [cypher-shell] (https://dist.neo4j.org/cypher-shell/cypher-shell-4.4.19.zip) and [drivers] (https://neo4j.com/developer/language-guides/).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not� include the doc in index.rst

}

public void start() throws Exception {
this.gremlinServer.start();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we allow configuring which server we want to start?

@longbinlai longbinlai merged commit c1007cf into alibaba:main Jun 20, 2023
43 checks passed
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.

None yet

4 participants