psliwa's Stars
kubernetes/kubernetes
Production-Grade Container Scheduling and Management
reduxjs/redux
A JS library for predictable global state management
kubernetes/minikube
Run Kubernetes locally
Netflix/Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
acdlite/recompose
A React utility belt for function components and higher-order components.
hmemcpy/milewski-ctfp-pdf
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
resilience4j/resilience4j
Resilience4j is a fault tolerance library designed for Java8 and functional programming
prometheus-operator/prometheus-operator
Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes
mapstruct/mapstruct
An annotation processor for generating type-safe bean mappers
slick/slick
Slick (Scala Language Integrated Connection Kit) is a modern database query and access library for Scala
scala-exercises/scala-exercises
The easy way to learn Scala.
com-lihaoyi/Ammonite
Scala Scripting
typelevel/fs2
Compositional, streaming I/O library for Scala
prometheus/client_java
Prometheus instrumentation library for JVM applications
optics-dev/Monocle
Optics library for Scala
scopt/scopt
command line options parsing for Scala
ddd-by-examples/factory
The missing, complete example of Domain-Driven Design enterprise application backed by Spring stack
pact-foundation/pact-jvm
JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
spray/spray-json
A lightweight, clean and simple JSON implementation in Scala
sbt/sbt-jmh
"Trust no one, bench everything." - sbt plugin for JMH (Java Microbenchmark Harness)
pact-foundation/pact_broker
Enables your consumer driven contracts workflow
mmenestret/fp-resources
Functional programming great resources
TanUkkii007/akka-cluster-custom-downing
akka-cluster-custom-downing provides configurable auto-downing strategy you can choose based on your distributed application design.
dnvriend/akka-persistence-inmemory
Akka-persistence-inmemory is a plugin for akka-persistence that stores journal and snapshot messages memory, which is very useful when testing persistent actors, persistent FSM and akka cluster
JetBrains/sbt-idea-plugin
Develop IntelliJ plugins with Scala and SBT
mbilski/akka-reasonable-downing
Quorum split brain resolver for static akka cluster
lightbend/akka-cluster-operator
Run Akka Cluster applications in Kubernetes.
miciek/free-prisoners
Prisoner's Dilemma game engine implemented using Cats Free Monad and Freestyle
psliwa/akka-persistence-chaos-journal
A plugin for akka-persistence that stores messages in memory with configurable failure rate. In may be used in persistence fault tolerance tests.
miciek/playing-with-cats
A playground to investigate cats features