logstash-plugins / logstash-filter-jdbc_streaming

A Logstash filter that can enrich events with data from a database
Apache License 2.0
12 stars 23 forks source link

use lru_redux to implement caching #4

Closed guyboertje closed 7 years ago

guyboertje commented 7 years ago

Fixes #3

suyograo commented 7 years ago

@guyboertje can you please add integration tests using mysql service in travis? https://docs.travis-ci.com/user/database-setup/#MySQL. Other than that, looking good.