elasticsearch-streams icon indicating copy to clipboard operation
elasticsearch-streams copied to clipboard

Stream in and out of Elasticsearch

Results 3 elasticsearch-streams issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I'm having trouble using this lib with Node14 (tests fail). Using a different name for the event fix test && my use case. I'm sorry if this PR is...

Hello there, I have been using elasticsearch-streams in production for several month and I'm pretty happy with it. However I think I could have an easier time debugging. I would...

Can we add a param to enable us to convert this: ` if (self.from >= self.total) { self._next = false; // we got them all. } ` into this: `...