Skip to content

Commit

Permalink
Merge pull request #38 from ChengyangLiu/t-gremlin
Browse files Browse the repository at this point in the history
add gremlin yaml
  • Loading branch information
yecol authored Aug 9, 2018
2 parents 7dc59e4 + 7c8fdb9 commit 07d3410
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions gremlin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
app: # Application specification
# checkout parameter
param:
- string
name: gremlin
so_location: $GRAPE_LIB/libapp_gremlin.so

# compatible graph spec:
graph_etype:
- double
- float
graph_vtype:
- double
- float
- int
graph_type:
- immutable_edgecut
graph_load_strategy:
- both_out_in

message_strategy: sync_on_out_vertex
message_type: pair
result_prefix: .

enable_coordinator_aggregation: false
enable_assemble: true
enable_result_output: true
enable_auto: false

query_type: string

0 comments on commit 07d3410

Please sign in to comment.