Skip to content
/ sc8s Public

Scala on Skates - Extensions for distributed applications based on Akka & Lagom

License

Notifications You must be signed in to change notification settings

an-tex/sc8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-central-version Scala Steward badge

sc8s

akka-circe

Akka serializers using circe. Includes serializers for ActorRefs and StreamRefs

lagom-api-circe

Lagom message serializers using circe.

lagom-server-circe

Lagom components using akka-circe

lagom-server-circe-testkit

Lagom ScalaTest helpers

logstage-elastic

Rendering policy for Logstage for enhanced ElasticSearch compability

Usage

Add the following to your build.sbt:

val sc8sVersion = CHANGEME

libraryDependencies ++= Seq(
  "net.sc8s" %% "akka-circe" % sc8sVersion,
  "net.sc8s" %% "lagom-api-circe" % sc8sVersion,
  "net.sc8s" %% "lagom-server-circe" % sc8sVersion,
  "net.sc8s" %% "lagom-server-circe-testkit" % sc8sVersion % Test,
  "net.sc8s" %% "logstage-elastic" % sc8sVersion,
)

About

Scala on Skates - Extensions for distributed applications based on Akka & Lagom

Topics

Resources

License

Stars

Watchers

Forks

Languages