You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ecosystem (#2848)
<!--
Thanks for your contribution! please review
https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before
opening an issue.
-->
## 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
<!-- Please give a short brief about these changes. -->
## Related issue number
<!-- Are there any issues opened that will be resolved by merging this
change? -->
#2598
---------
Co-authored-by: siyuan0322 <[email protected]>
Co-authored-by: Longbin Lai <[email protected]>
Co-authored-by: longbinlai <[email protected]>
Overview
Provide an overview and introduction of the gie-db.
Must briefly introduce the property graph model,
give some insightful examples etc.
Installation
Introduce everything related to how to install the gie-db
System requirements
Hardware/Software requirements, versions & limitations
Linux installation (might fork the following for a Mac machine)
Instruct how to install on a Linux machine
Tarball executable
Download pre-compiled tarball from the website.
Pip install
A wheel package to allow users installing from pip, a consistent experience as GraphScope
Compile from source codes
Download from source code and due local compilation, potentially via:
Configuration
Describe each configurable items of the gs_db.yaml
Benchmark
Provide our current ldbc benchmark results, potentially audited
Development
Stored procedure
Introduce the apis for helping users developing a stored procedure for gie_db
Tools
The db admin tool
The admin tool is maintain in the
bin
directory, co-designed with thegs
cli tool.We current provide the following to entry for the admin tool:
Cypher-shell
Just briefly introduce that we use Neo4j's official Cypher-shell.
The following does not belong to the current production stage, but need to further consider:
Gremlin SDK
Cypher SDK
Found several nice case in https://help.aliyun.com/document_detail/112465.html?spm=a2c4g.112470.0.0.4be243cflDDABM @BingqingLyu
…
The text was updated successfully, but these errors were encountered: