Releases: ldbc/ldbc_snb_datagen_spark
Releases · ldbc/ldbc_snb_datagen_spark
v0.2.5 Added graphalytics.3 scale factor
Added graphalytics.3 scale factor
v0.2.4: Tunable clustering coefficient
This verison adds the possibility to tune the clustering coefficient of the generated Person-Knows-Person subgraph
v0.2.3: Added new scale factors for graphalytics
This version adds new scale factors for graphalytics and readjusts the existing ones.
v0.2.2 - Improved Execution flow for a better scalability on graphalytics scale factors
This Release includes an optimized execution flow for the generation of the person person graph. This new execution flow reduces the necessary input and output, as well as the number of sorting steps.
v0.2.1: Added scale factors for graphalytics
Includes minor improvements/features:
- Changed the way scale factors are internally specified. Now they not only can set the number of persons, start year and number of simulated years, but any other parameter.
- Added a new serializer specially designed for the Graphalytics benchmark.
- Added weights to knows relationships. These are currently used only in Graphalytics and are correlated with the distance of the countries of the two connected persons.
- Changed the names of scale factors. The former 1, 10, 30, etc. scale factors that were used in LDBC SNB, are now named snb.interactive.1, snb.interactive.10, snb.interactive.30, etc. respectively.
- Defined new scale factors for graphalytics. These are called graphalytics.10, graphalytics.30, graphalytics.100 and graphalytics.300. Please read the Compile and Execution page for more information.
LDBC Datagen 0.2.0 first release
This is the first release of LDBC Datagen. The following is the list of major improvements over v0.1
- Full refactorin of the code: Better maintainability and robustness. Code base reduced.
- Use of hadoop 2.6.0
- Added customizable serializers
- Added customizable degree distributions
- Performance optimizations
- Bug fixing
LDBC Datagen 0.1.0 Alpha Release
v0.1.0 Added new parameter generation script with better selection of tags f…