forked from alibaba/GraphScope
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCITATION.cff
141 lines (140 loc) · 4.15 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
cff-version: 1.2.0
message: >-
If you use this software, please cite our paper using the
metadata from this file.
title: 'GraphScope: a unified engine for big graph processing'
authors:
- given-names: Wenfei
family-names: Fan
affiliation: University of Edinburgh
- given-names: Tao
family-names: He
affiliation: Alibaba Group
- given-names: Longbin
family-names: Lai
affiliation: Alibaba Group
- given-names: Xue
family-names: Li
affiliation: Alibaba Group
- given-names: Yong
family-names: Li
affiliation: Alibaba Group
- given-names: Zhao
family-names: Li
affiliation: Alibaba Group
- given-names: Zhengqian
family-names: Qian
affiliation: Alibaba Group
- given-names: Chao
family-names: Tian
affiliation: Alibaba Group
- given-names: Lei
family-names: Wang
affiliation: Alibaba Group
- given-names: Jingbo
family-names: Xu
affiliation: Alibaba Group
- given-names: Qiang
family-names: Yin
affiliation: Alibaba Group
- given-names: Wenyuan
family-names: Yu
affiliation: Alibaba Group
- given-names: Jingren
family-names: Zhou
affiliation: Alibaba Group
- given-names: Diwen
family-names: Zhu
affiliation: Alibaba Group
- given-names: Rong
family-names: Zhu
affiliation: Alibaba Group
license: Apache-2.0
identifiers:
- type: doi
value: 10.14778/3476311.3476369
repository-code: 'https://github.com/alibaba/GraphScope'
url: 'https://graphscope.io'
abstract: >-
GraphScope is a system and a set of language extensions
that enable a new programming interface for large-scale
distributed graph computing. It generalizes previous graph
processing frameworks (e.g., Pregel, GraphX) and
distributed graph databases (e.g., JanusGraph, Neptune) in
two important ways: by exposing a unified programming
interface to a wide variety of graph computations such as
graph traversal, pattern matching, iterative algorithms,
and graph neural networks within a high-level programming
language; and by supporting the seamless integration of a
highly optimized graph engine in a general purpose
data-parallel computing system.
A GraphScope program is a sequential program composed of
declarative data-parallel operators and can be written
using standard Python development tools. The system
automatically handles the parallelization and distributed
execution of programs on a cluster of machines. It
outperforms current state-of-the-art systems by enabling a
separate optimization (or family of optimizations) for
each graph operation in one carefully designed coherent
framework. We describe the design and implementation of
GraphScope and evaluate system performance using several
real-world applications.
preferred-citation:
type: article
title: 'GraphScope: a unified engine for big graph processing'
authors:
- given-names: Wenfei
family-names: Fan
affiliation: University of Edinburgh
- given-names: Tao
family-names: He
affiliation: Alibaba Group
- given-names: Longbin
family-names: Lai
affiliation: Alibaba Group
- given-names: Xue
family-names: Li
affiliation: Alibaba Group
- given-names: Yong
family-names: Li
affiliation: Alibaba Group
- given-names: Zhao
family-names: Li
affiliation: Alibaba Group
- given-names: Zhengqian
family-names: Qian
affiliation: Alibaba Group
- given-names: Chao
family-names: Tian
affiliation: Alibaba Group
- given-names: Lei
family-names: Wang
affiliation: Alibaba Group
- given-names: Jingbo
family-names: Xu
affiliation: Alibaba Group
- given-names: Qiang
family-names: Yin
affiliation: Alibaba Group
- given-names: Wenyuan
family-names: Yu
affiliation: Alibaba Group
- given-names: Jingren
family-names: Zhou
affiliation: Alibaba Group
- given-names: Diwen
family-names: Zhu
affiliation: Alibaba Group
- given-names: Rong
family-names: Zhu
affiliation: Alibaba Group
year: 2021
journal: "Proceedings of the VLDB Endowment"
doi: 10.14778/3476311.3476369
month: 08
start: 2879
end: 2892
volume: 14
number: 12
publisher:
name: VLDB Endowment