xko/files-fu

Data collector

Closed this issue · 0 comments

xko commented

Simple http server implemented with Akka Http and using alpakka connector to write to InfluxDB. Nice detail is that entire pipeline is made of Akka streams, so it can propagate backpressure from the database all the way down to the client.

Implementation

  • Influx writer impl with alpakka connector. It uses legacy
    1.x api, which needed a little hack at setup stage. But enables Akka streams all the way through.
  • #21

Experiments