Skip to content

Releases: ale93p/namb

v0.8.1

Choose a tag to compare

@ale93p ale93p released this 27 Nov 21:56

Changelog:

  • Fixed rate generation bug on CBR stream distribution

v0.8.0

Choose a tag to compare

@ale93p ale93p released this 29 May 16:50
09096de

Changelog:

  • Adds new description for input streaming, with stream distribution definition
  • Minor fixes

v0.7.2

Choose a tag to compare

@ale93p ale93p released this 16 Mar 08:44
f480d46

Changelog:

Storm & Flink:

  • Refactored BenchmarkApplication component: splitted TopologyBuilder
  • Fixed tuple logging: now tuples are sampled based on source count and not local one. This assure to have printed always the same tuples, better for latency computation.

AppBuilder:

  • Compute Processing Load at init

v0.7.1

Choose a tag to compare

@ale93p ale93p released this 20 Dec 10:04
c849a49

Changelog:

  • Fixed wrong application version that was blocking namb script to run
  • Fixed path creation for Windows system support
  • and more minor fixes

v0.7.0

Choose a tag to compare

@ale93p ale93p released this 11 Dec 23:24
b6eebb8

Changelog:

  • Added support for Kafka as external data source (only on Storm and Flink)
  • Redesigned Data Generator component for better API utilization
  • and more minor fixes

v0.6.3

Choose a tag to compare

@ale93p ale93p released this 11 Sep 14:49
ed9897c

Changelog:

  • Fix some critical bugs in the Data Generator that was blocking the correct functioning of NAMB
  • and more minor fixes

v0.6.2

Choose a tag to compare

@ale93p ale93p released this 10 Sep 15:05
d8f5056

Changelog:

  • Improved Data Generator component
  • Fixed variable naming issue that was blocking the script run

v0.6.0

Choose a tag to compare

@ale93p ale93p released this 21 Aug 09:14
9364e1a

First official release.

NAMB v0.6

This release follows the first submission of the research paper from which NAMB is born. This release is the first publicly available.

Considering that this is a major initial release a changelog is not available. (Almost) All the functionalities of NAMB are explained in the documentation: https://ale93p.github.io/namb/

For future releases we'll try to keep a changelog.