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
Copy file name to clipboardExpand all lines: content/en/docs/quickstart/computing/hugegraph-vermeer.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,23 +21,6 @@ The framework's runtime configuration can be passed via command-line parameters
21
21
Please ensure that `docker-compose.yaml` exists in your project root directory. If it doesn't, here is an example:
22
22
23
23
```yaml
24
-
#
25
-
# Licensed to the Apache Software Foundation (ASF) under one or more
26
-
# contributor license agreements. See the NOTICE file distributed with
27
-
# this work for additional information regarding copyright ownership.
28
-
# The ASF licenses this file to You under the Apache License, Version 2.0
29
-
# (the "License"); you may not use this file except in compliance with
30
-
# the License. You may obtain a copy of the License at
31
-
#
32
-
# http://www.apache.org/licenses/LICENSE-2.0
33
-
#
34
-
# Unless required by applicable law or agreed to in writing, software
35
-
# distributed under the License is distributed on an "AS IS" BASIS,
36
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37
-
# See the License for the specific language governing permissions and
38
-
# limitations under the License.
39
-
#
40
-
41
24
services:
42
25
vermeer-master:
43
26
image: hugegraph/vermeer
@@ -175,6 +158,8 @@ Vermeer provides three ways to load data:
175
158
176
159
1. Load from Local Files
177
160
161
+
You can obtain the dataset in advance, such as the Twitter-2010 dataset. Acquisition method: https://snap.stanford.edu/data/twitter-2010.html The first Twitter-2010.text.gz is sufficient.
0 commit comments