Skip to content

Commit fcfcaf5

Browse files
authored
Merge pull request #25 from szarnyasg/master
Add new entries to gitignore, update README
2 parents 4576d18 + 838a231 commit fcfcaf5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ target/
1919
*.pyc
2020
scripts/
2121
*.iml
22+
/hadoop/
23+
/social_network/
24+
*.log

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
LDBC-SNB Data Generator
44
----------------------
55

6-
The LDBC-SNB Data Generator (DATAGEN) is the responsible of providing the data sets used by all the LDBC benchmarks. This data generator is designed to produce directed labeled graphs that mimic the characteristics of those graphs of real data. A detailed description of the schema produced by datagen, as well as the format of the output files, can be found in the latest version of official [LDBC SNB especification document](https://github.com/ldbc/ldbc_snb_docs)
6+
The LDBC-SNB Data Generator (DATAGEN) is the responsible of providing the data sets used by all the LDBC benchmarks. This data generator is designed to produce directed labeled graphs that mimic the characteristics of those graphs of real data. A detailed description of the schema produced by datagen, as well as the format of the output files, can be found in the latest version of official [LDBC SNB specification document](https://github.com/ldbc/ldbc_snb_docs)
77

88

99
ldbc_snb_datagen is part of the LDBC project (http://www.ldbc.eu/).

0 commit comments

Comments
 (0)