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: ldbc_socialnet_dbgen/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,18 @@
1
1
# Introduction
2
2
3
+
The LDBC Social Network Dataset Generator (SNDG) is the responsible of providing the data sets used by all the LDBC benchmarks. This dataset generator is designed to produce directed labeled graphs that mimic the characteristics of those graphs of real data. In the following pages, a detailed description of the generator can be found.
4
+
5
+
* In **[Data Schema](https://github.com/ldbc/ldbc_socialnet_bm/wiki/Data-Schema)**, we describe the schema of the data produced by the generator.
6
+
* In **[Data Generation Process](https://github.com/ldbc/ldbc_socialnet_bm/wiki/Data-Generation)**, we give details about the generation process of the data.
7
+
* In **[Data Output](https://github.com/ldbc/ldbc_socialnet_bm/wiki/Data-Output)**, we describe the contents and the format of the files produced by the generator.
8
+
9
+
3
10
ldbc_socialnet_dbgen is part of the LDBC project (http://www.ldbc.eu/).
4
11
ldbc_socialnet_dbgen is GPLv3 licensed, to see detailed information about this license read the LICENSE.txt.
5
12
6
13
This software was build using Apache hadoop version 1.0.3 and we not guarantee compatibility with newer releases.
7
14
You can download hadoop 1.0.3 from http://archive.apache.org/dist/hadoop/core/hadoop-1.0.3/
8
15
9
-
For a more detailed description about how the ldbc_socialnet_dbgen works, check the [wiki](https://github.com/ldbc/ldbc_socialnet_bm/wiki/Data-Generator)
0 commit comments