Skip to content

Instantly share code, notes, and snippets.

View qstyler's full-sized avatar
👾
AYBABTU

Konstantin Bodnia qstyler

👾
AYBABTU
View GitHub Profile
import akka.actor.ActorSystem
import akka.http.scaladsl.Http
import akka.http.scaladsl.model._
import akka.http.scaladsl.unmarshalling.Unmarshal
import akka.stream.scaladsl.{ Flow, GraphDSL, Merge, RunnableGraph, Sink, Source }
import akka.stream.{ SourceShape, UniformFanInShape }
import akka.{ Done, NotUsed }
import de.heikoseeberger.akkahttpcirce.FailFastCirceSupport._
import io.circe.Json
import io.circe.optics.JsonPath._