Skip to content

Instantly share code, notes, and snippets.

@MansurAshraf
Created November 4, 2014 16:54
Show Gist options
  • Save MansurAshraf/60c58f7e94f9ea3a2e2c to your computer and use it in GitHub Desktop.
Save MansurAshraf/60c58f7e94f9ea3a2e2c to your computer and use it in GitHub Desktop.
Class StreamingQueryService[T]{
Request[T]
.flatmap{
t => Seq(t)
}
.lookup(ReadibleStore)
.sumByKey(Monoid)
.sink
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment