Skip to content

0.3 Release

Compare
Choose a tag to compare
@Leomrlin Leomrlin released this 08 Oct 07:23
· 1 commit to branch-0.3 since this release
a2e1ad3

Main Improvements

  • Supports automatic conversion of partial SQL Join statements based on graph definition to GQL execution
  • Graph definition supports edge association endpoint types
  • Supports reading CSV format files
  • Added configuration to convert full-graph traversal to streaming traversal
  • DSL supports termination of graph computation based on global aggregation
  • Framework supports graph computation with global aggregation
  • Framework supports asynchronous event submission
  • Framework supports asynchronous shuffle
  • Encoder supports Tuple/Triple types
  • Console interface supports internationalization
  • Console supports task reset
  • Console updates vertex and edge management module
  • Supports distinct deduplication in stream data
  • Simplifies static and dynamic graph definition in DSL
  • Local file writing adds built-in writer
  • Supports HBase Connector
  • Optimizes path merging and parameterized invocation logic in DSL runtime

Bug Fix

  • Fixed issue with checkpoint not being performed for individual window jobs
  • Fixed NPE error when UDGA encounters non-existing vertices
  • Fixed yarn build error when packaging geaflow-web image
  • Fixed error of JDBC connector not finding plugin type
  • Fixed precision error when casting String to numeric types
  • Fixed algorithm logic in built-in PageRank test

Refine Docs

  • Updated quick start documentation
  • Updated simplified performance report
  • Added internationalized interface screenshots to documentation
  • Added GeaFlow overall architecture diagram
  • Added link navigations in Readme