Skip to content

Releases: ldbc/ldbc_snb_datagen_spark

v0.2.5 Added graphalytics.3 scale factor

03 Nov 13:27
Compare
Choose a tag to compare
Added graphalytics.3 scale factor

v0.2.4: Tunable clustering coefficient

02 Nov 12:55
Compare
Choose a tag to compare

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

27 Oct 09:22
Compare
Choose a tag to compare

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

27 Oct 08:43
Compare
Choose a tag to compare

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

20 Apr 15:54
Compare
Choose a tag to compare

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

08 Apr 14:12
Compare
Choose a tag to compare

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

27 Apr 13:33
Compare
Choose a tag to compare
Pre-release
v0.1.0

Added new parameter generation script with better selection of tags f…