-
Updated
Jul 4, 2022 - Scala
#
monix
Here are 65 public repositories matching this topic...
Asynchronous, Reactive Programming for Scala and Scala.js.
cats
reactivex
scala
functional-programming
typelevel
reactive-streams
fp
reactive-programming
monix
cats-effect
The Scala HTTP client you always wanted!
cats
http
client
scala
akka-http
asynchronous
uri
reactive-streams
http-client
httpclient
okhttp
scalaz
synchronous
monix
zipkin
distributed-tracing
interpolator
zipkin-brave
-
Updated
Jul 10, 2022 - Scala
Simple & Efficient data access for Scala and Scala.js
-
Updated
Jun 29, 2022 - Scala
Idiomatic, typesafe, and reactive Scala client for Apache Pulsar
-
Updated
May 20, 2022 - Scala
Additional accompaniment to Functional and Reactive Domain Modeling
-
Updated
May 21, 2022 - Scala
Asynchronous data type with typed errors.
-
Updated
May 24, 2022 - Scala
Power Plant simulator service that can ramp up and down power producing units
-
Updated
Jul 6, 2022 - Scala
A project comparing the Tagless Final approach with the Free Monad one, using the Monix's Task as the target monad
-
Updated
May 20, 2017 - Scala
Import data from CSV files to Cassandra using Monix Reactive Streams
-
Updated
Nov 20, 2017 - Scala
DavidGregory084
commented
Mar 11, 2020
Due to the way that the TutModule works in mill ( my fault
This produces some weird and whacky results when trying to run Tut.
Rather than fixing the TutModule it might be a good idea to investigate mdoc now that Tut is deprecated.
good first issue
Good for newcomers
Idiomatic and reactive Scala client for Aerospike database
-
Updated
Mar 1, 2022 - Scala
Type classes, syntax and instances to help integrating http4s based api with 3rd party dependencies
-
Updated
Sep 11, 2019 - Scala
Lawful circuit breakers for Scala. Akka and monix circuit breaker implementations with monitoring.
circuitbreaker
scala
akka
monitoring
gateway
kamon
monix
circuit-breaker
bulkhead
akka-circuit-breaker
monix-circuit-breaker
-
Updated
Dec 13, 2021 - Scala
Functional Scala Todo-List using doobie, flyway, circe, akka-http, monix
-
Updated
Nov 24, 2018 - Scala
HBase / Bigtable client for Scala 🐱
-
Updated
May 24, 2022 - Scala
cats
docker
scala
kafka
fs2
streams
kafka-consumer
kafka-producer
monix
typeclasses
tagless-final
monix-task
-
Updated
Feb 22, 2021 - Scala
The school task on factorization. Scala.js with Monix web-application
-
Updated
Jul 4, 2017 - Scala
Sample full-stack app / blueprint (Scala backend & Elm, Vue.js, Twirl frontends)
vuejs
scala
akka-http
vue
elm
vuejs2
circe
monix
elm-lang
twirl-templates
twirl
pureconfig
tagless-final
-
Updated
Jan 17, 2018 - Scala
Improve this page
Add a description, image, and links to the monix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the monix topic, visit your repo's landing page and select "manage topics."
Additionally, it would be good if we could reuse the
ReplaceOneModelandUpdateOneModelfrom the sink signatures,where currently they are expecting a
Tuple2[Bson, Bson]for the updates, and aTuple2[Bson, Document], we could create a case class respectively to wrap those values in a more idiomatic way.i.e