jgordijn / processLinks
A small framework to define long running (persistent)processes.
☆29Updated 9 years ago
Alternatives and similar repositories for process
Users that are interested in process are comparing it to the libraries listed below
Sorting:
- Snappy Flows☆27Updated 2 years ago
- Concurrency tools for Scala, with equivalents for Scala.js.☆49Updated 9 years ago
- A reasonable logging library for Scala☆84Updated 8 years ago
- Simple Scala Config: Typesafe Config wrapped in a `Dynamic` blanket.☆44Updated 8 years ago
- front end to view akka cluster topography☆48Updated 8 years ago
- Docker client based on Akka HTTP☆47Updated 9 years ago
- Scala Logging Library☆37Updated 8 years ago
- Common build and release steps for SBT projects☆58Updated 6 years ago
- An sbt plugin for launching application containers on the Mesosphere Marathon platform. (archived as unmaintained)☆22Updated 8 years ago
- Enhances Akka with a safer alternative to "ask"☆42Updated 5 years ago
- Kamon integration for metrics, context and distributed tracing with Akka HTTP☆71Updated 5 years ago
- Asynchronous DNS resolver for Akka☆26Updated 7 years ago
- Diagram- and graph-generating library for Akka Streams☆95Updated 4 years ago
- ☆29Updated 7 years ago
- ☆21Updated 6 years ago
- A scala DSL to generate JSON schema and swagger documentation for your web services.☆79Updated 7 years ago
- Activator template containing a tutorial project for eventuate with scala☆17Updated 9 years ago
- Library for creating health endpoint checks for Akka Http applications☆39Updated 5 years ago
- Some extra directives and other things for akka-http projects☆31Updated 8 years ago
- Multi-JVM testing in sbt☆58Updated 2 weeks ago
- Introduction to gRPC with ScalaPB.☆37Updated 7 years ago
- Scala Records: Extensible records and type-indexed maps☆81Updated 10 years ago
- Code for my talk, "A purely functional approach to building large applications"☆38Updated 10 years ago
- Warn or ban particular dependencies in a build to prevent usage.☆48Updated 6 years ago
- Logging backend for Akka based on Log4j☆28Updated 5 years ago
- Populate Case Classes From Any Data Source☆84Updated 4 years ago
- Trying to understand Free Monad by implementing one