Thanks Dominik. I've also added Cron window support with RateLimiting. So it gives the flexibility of having various time triggers instead of fixed intervals. What do you think?
Issue: https://issues.apache.org/jira/browse/STREAMPIPES-151 PR: https://github.com/apache/incubator-streampipes-extensions/pull/20 Grainier Perera. On Mon, 1 Jun 2020 at 03:11, Dominik Riemer <[email protected]> wrote: > This is super cool! > That's a component we should definitely highlight in the next release as > it can be used together with many other pipeline elements. > > Btw, I also moved the pipeline element overview from the documentation to > the main website, so that it's easier for users to discover available > pipeline elements and made the list searchable: > https://streampipes.apache.org/pipeline-elements.html > > Can't wait to add the new elements to this list after the next release 😊 > > Dominik > > -----Original Message----- > From: Grainier Perera <[email protected]> > Sent: Sunday, May 31, 2020 4:48 PM > To: [email protected] > Subject: PE to rate-limit events > > Hi all, > > As per the discussion on [1], I've implemented a PE to rate-limit events. > For now, it supports the following configurations, and I believe it covers > most rate-limit use cases. What do you think? > > - window type: time/length > - window size. > - event selection: first/last/all > - event grouping: by field (for each unique field value, it'll create a > separate window) > > Issue: https://issues.apache.org/jira/browse/STREAMPIPES-147 > PR: https://github.com/apache/incubator-streampipes-extensions/pull/18 > [1] > > https://lists.apache.org/thread.html/r836afda725bab338d81174c3f37b425f3cdd95c7b8699b1841d93170%40%3Cdev.streampipes.apache.org%3E > > Grainier Perera. > >
