Skip to content
Christopher Rost edited this page Jul 6, 2018 · 19 revisions

Version 0.4.0 (Current Stable)

  • Upgrade Flink from 1.3.1 to 1.5.0
  • JSONDataSource and JSONDataSink are now marked as deprecated
  • CSVDataSource and CSVDataSink supporting all available property value types
  • IndexedCSVDataSink added
  • Added Gradoop-Store module with Apache Accumulo and HBase support
  • Added Store Api with manual predicate pushdown (for Accumulo DataSource)

Version 0.3.3

--

Version 0.3.2

--

Version 0.3.1

Bug fixes and support for more Gelly algorithms.

Version 0.2.0

Added Pattern Matching and Frequent Subgraph Mining algorithms.

Version 0.1

Major refactoring of internal EPGM representation (e.g. ID and property handling), Equality Operators, GDL-based unit testing

Version 0.0.3

Apache Flink replaces MapReduce and Giraph as operator implementation layer and distributed execution engine.

Version 0.0.2

Added support for HBase as distributed graph storage.

Version 0.0.1

First prototype using Hadoop MapReduce and Apache Giraph for operator processing.