Skip to content

Releases: ale93p/namb

v0.8.1

27 Nov 21:56
Compare
Choose a tag to compare

Changelog:

  • Fixed rate generation bug on CBR stream distribution

v0.8.0

29 May 16:50
09096de
Compare
Choose a tag to compare

Changelog:

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

v0.7.2

16 Mar 08:44
f480d46
Compare
Choose a tag to compare

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

20 Dec 10:04
c849a49
Compare
Choose a tag to compare

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

11 Dec 23:24
b6eebb8
Compare
Choose a tag to compare

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

11 Sep 14:49
ed9897c
Compare
Choose a tag to compare

Changelog:

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

v0.6.2

10 Sep 15:05
d8f5056
Compare
Choose a tag to compare

Changelog:

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

v0.6.0

21 Aug 09:14
9364e1a
Compare
Choose a tag to compare

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.