Krymnos / IDP

University project
0 stars 0 forks source link

Add support for buffers for the provenance API #48

Closed Krymnos closed 6 years ago

Krymnos commented 6 years ago

buffer DPs to increase

mukrram-bajwa commented 6 years ago

I added the support for buffers to the Provenance API and now buffer size can be configured in the configuration file and Provenance API will buffer that many Datapoints before persisting them. The buffer capacity defaults to 1 if not explicitly specified in the configuration file and the property looks as follow:

buffer.capacity: 10

I pushed my changes to the develop branch.