#data_pipeline #bigdata #monadError #fp #spark_Streaming #akka #fs2 #Trembita #cassandra
https://www.youtube.com/watch?v=PDBVCVv4mVc&t=984s
https://www.youtube.com/watch?v=PDBVCVv4mVc&t=984s
YouTube
Vitalii Honta - Project Trembita - Functional Data Pipelining. ScalaUA2018
Vitalii Honta - Project Trembita - Functional Data Pipelining (Lightning Talk) ScalaUA2018 Project Trembita is a library in active development. Modules and f...
#akka #akka_actors #vs #zio #team #degoes
https://www.youtube.com/watch?list=PL8NC5lCgGs6MYG0hR_ZOhQLvtoyThURka&v=d6WWmia0BPM
https://www.youtube.com/watch?list=PL8NC5lCgGs6MYG0hR_ZOhQLvtoyThURka&v=d6WWmia0BPM
YouTube
ATOMICALLY { DELETE YOUR ACTORS } - John A De Goes & Wiem Zine Elabadine | Scalar 2019
Moore's Law may be dead, but CPUs acquire more cores every year. If you want to minimize response latency in your application, you need to use every last core - without wasting resources that would destroy performance and throughput. Traditional locks grind…
#akka #akka_cluster #use_case #alternative #zio #aecor #zio_akka_cluster
https://blog.softwaremill.com/when-do-you-need-akka-cluster-5885d43e901b
https://blog.softwaremill.com/when-do-you-need-akka-cluster-5885d43e901b
Medium
When do you need Akka Cluster?
Can Akka Cluster + Sharding + Persistence create an ultimate trio for building fast, resilient, scalable, distributed applications?
#akka #akka_cluster #anti_pattern #pattern
https://blog.softwaremill.com/6-reasons-why-not-to-use-akka-cluster-for-interservice-communication-in-a-microservice-architecture-2736d5223573
https://blog.softwaremill.com/6-reasons-why-not-to-use-akka-cluster-for-interservice-communication-in-a-microservice-architecture-2736d5223573
Medium
6 reasons why not to use Akka Cluster for interservice communication in a microservice architecture
Using Akka Cluster as the main method of communication in microservices architecture is a bad idea.
#akka_cluster #gossip #gossip_protocol #protocol #crdt #p2p #distributed_cache
https://medium.com/@hussachai/creating-a-distributed-cache-in-100-lines-with-akka-5387bd7310fd
https://medium.com/@hussachai/creating-a-distributed-cache-in-100-lines-with-akka-5387bd7310fd
Medium
A Distributed Cache in Less Than 100 Lines of Code With Akka
An in-memory cache is a crucial component in a modern software architecture. It can improve the throughput of a system. As a result, the…
#akka_cluster #akka #lightbend #kubernetes #demo #deployment #distributed_system #distributed_monolith
https://blog.softwaremill.com/running-akka-cluster-on-kubernetes-e4cd2913e951
https://blog.softwaremill.com/running-akka-cluster-on-kubernetes-e4cd2913e951
Medium
Running akka-cluster on Kubernetes
In this article I won’t go into akka-cluster details and why it’s great. You can find a lot of excellent articles about it. Of course a…
#scala #http4s #cats_effect #akka #akka_http #slick #doobie #io #io_monad
https://www.innoq.com/en/blog/functional-service-in-scala/
https://www.innoq.com/en/blog/functional-service-in-scala/
Innoq
Functional Service in Scala
Functional programming helps programmers to reason about their codebase using referential transparency and side-effect
control principles. Let’s push the limit and make pure-functional REST service using IO Monad from Cats-Effect project. First, we will do…
control principles. Let’s push the limit and make pure-functional REST service using IO Monad from Cats-Effect project. First, we will do…
#akka_http #crud #scala #dockers #demo #slink
https://medium.com/se-notes-by-alexey-novakov/crud-microservice-with-akkahttp-c914059bcf9f
https://medium.com/se-notes-by-alexey-novakov/crud-microservice-with-akkahttp-c914059bcf9f
Medium
CRUD Microservice with AkkaHttp
Let’s use Scala and its famous library AkkaHttp to build microservice for Create-Read-Update-Delete type of operations. We will briefly…
#fp #vs #oop #akka_http #http4s #akka #benchmarks #performance #typelevel #pure #vs #side_effects
https://speakerdeck.com/miciek/fast-and-functional-66b89d68-5d8c-4d2b-9bc2-5fa4adf16734?slide=1
https://speakerdeck.com/miciek/fast-and-functional-66b89d68-5d8c-4d2b-9bc2-5fa4adf16734?slide=1
Speaker Deck
Fast & Functional
In this talk we are going to create a functional and blazingly fast microservice. We will use functional programming abstractions to quickly mix & match different HTTP libraries, state implementations and concurrency configurations. Each step will be followed…
#lightbend #team #jonas_boner #jvm #scala #faas #knative #kubernetes #cloudstate #akka #grpc #graalvm
https://www.youtube.com/watch?v=DVTf5WQlgB8
https://www.youtube.com/watch?v=DVTf5WQlgB8
YouTube
CloudState—Towards Stateful Serverless by Jonas Bonér
The Serverless experience is revolutionary and will grow to dominate the future of Cloud Computing. Function-as-a-Service (FaaS) is, however—with its ephemeral, stateless, and short-lived functions—is only the first step. FaaS is great for processing intensive…