Skip to content

Commit 1361006

Browse files
authored
docs: delete licsence/add link of twitter (#431)
1 parent 3ad41c8 commit 1361006

File tree

2 files changed

+4
-34
lines changed

2 files changed

+4
-34
lines changed

content/cn/docs/quickstart/computing/hugegraph-vermeer.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,6 @@ master 是负责通信、转发、汇总的节点,计算量和占用资源量
2121
确保docker-compose.yaml存在于您的项目根目录中。如果没有,以下是一个示例:
2222

2323
```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-
4124
services:
4225
vermeer-master:
4326
image: hugegraph/vermeer
@@ -174,6 +157,8 @@ vermeer提供三种加载方式:
174157

175158
1. 从本地加载
176159

160+
可以预先获取数据集,例如 twitter-2010 数据集。获取方式:https://snap.stanford.edu/data/twitter-2010.html,第一个 twitter-2010.txt.gz 即可。
161+
177162
**request 示例:**
178163

179164
```javascript

content/en/docs/quickstart/computing/hugegraph-vermeer.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,6 @@ The framework's runtime configuration can be passed via command-line parameters
2121
Please ensure that `docker-compose.yaml` exists in your project root directory. If it doesn't, here is an example:
2222

2323
```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-
4124
services:
4225
  vermeer-master:
4326
    image: hugegraph/vermeer
@@ -175,6 +158,8 @@ Vermeer provides three ways to load data:
175158

176159
1. Load from Local Files
177160

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.
162+
178163
**Request Example:**
179164

180165
```javascript

0 commit comments

Comments
 (0)