TcpIngestor that receives a stream of json objects and stores them

This commit is contained in:
2016-12-11 18:40:44 +01:00
parent e936df6f7e
commit 89fbaf2d06
12 changed files with 451 additions and 26 deletions

View File

@@ -3,5 +3,6 @@ dependencies {
compile project(':performanceDb')
compile "io.thekraken:grok:0.1.5"
compile 'org.lucares:svak:1.0'
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.5'
}