pekko VS ZIO

Compare pekko vs ZIO and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pekko ZIO
8 59
1,069 3,991
4.4% 0.3%
9.7 9.5
8 days ago 7 days ago
Scala Scala
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pekko

Posts with mentions or reviews of pekko. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.
  • Is akka still worth learning to be employable?
    1 project | /r/scala | 7 Dec 2023
    Pekko is open source, has the same API. So there's no problem there.
  • Migrate the classic transport of pekko to Netty 4 without CVEs
    1 project | /r/scala | 12 Sep 2023
  • 6 Common Misconceptions Around Akka-HTTP / Pekko-HTTP
    2 projects | /r/scala | 6 Jul 2023
    Understandable considering the size of Pekko and how much time is passed, I would recommend asking any questions/concerns on either the Pekko mailing list https://lists.apache.org/[email protected] or on Github discussions https://github.com/apache/incubator-pekko/discussions.
  • Reconnecting with Scala. What's new?
    7 projects | /r/scala | 24 May 2023
    Another big reason behind the "struggle" is we have done further improvements. For example the first release of Pekko will support all Scala versions from 2.12 up to 3.3.0 LTS (which was just released a couple of days ago). This also includes Pekko's modules which means we had to either add back in Scala 2.12 support or Scala 3 support. Yet another example would be https://github.com/apache/incubator-pekko/pull/281 which allowed us to drop scala-java8-compat dependency for Scala 2.13 or higher. So while these improvements aren't technically necessary, they have a large impact on Pekko going forward, i.e. the scala-java8-compat change means that we can drop Scala 2.12 at any point in time without breaking users.
  • Scala opensource projects
    4 projects | /r/scala | 6 May 2023
    Apache Pekko is the open source fork of Akka. I know they can use more hands right now - https://github.com/apache/incubator-pekko/issues
  • What is the current status of Akka in your organisation?
    3 projects | /r/scala | 3 Mar 2023
    There is an option missing: Considering switching to pekko when it's ready: https://github.com/apache/incubator-pekko
  • Stop Building on Corporate-Controlled Languages
    10 projects | news.ycombinator.com | 18 Jan 2023
    - In 2022, Lightbend changed the Akka licence, made it proprietary and very expensive at large scale

    Software that starts out as more "pure", non-corporate open-source can still turn the tables on you and charge large licensing fees later. But at least if it's open source from the start, it can be forked, e.g. for Akka, there's this Apache fork that was started after Akka changed its licence: https://github.com/apache/incubator-pekko . This is the key open source protection, and it's true for both corporate and non-corporate projects.

ZIO

Posts with mentions or reviews of ZIO. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-11.
  • The golden age of Kotlin and its uncertain future
    4 projects | news.ycombinator.com | 11 Jan 2024
  • I had a great experience with Scala and hopefully it will get more popular
    10 projects | /r/scala | 11 Jul 2023
    scala has 2 healthy and pretty complete lib ecosystems : check out typelevel and ZIO. Both are FP oriented, which might not be your cup of tea at first glance but I would encourage you to try em out ! Softest introduction would be to start with the typelevel cats library and build up from there. The excellent Scala with Cats will ease you softly into an FP mindset. It's a bit dated and for scala 2 only but translating to Scala 3 is a very good exercise if you feel so inclined !
  • Is it prudent to use Scala for anything new?
    2 projects | news.ycombinator.com | 14 Jun 2023
    Last but not least, Scala is currently the language with one of the best effect systems in my opinion (https://zio.dev/). Kotlin for example has copied the approach with https://arrow-kt.io/ which I think is great actually. But when comparing Scala and Kotlin here, Scala wins by a large margin, it is a completely different world. It's like building a highly concurrent system in Erlang vs C.

    Of course, if you don't want to learn things like union types, traits/typeclasses and effects (similar to async/await but more powerful) you will be annoyed by Scala. But once you learned them, you can never go back.

  • How to get started?
    4 projects | /r/scala | 2 Jun 2023
    ZIO
  • Reconnecting with Scala. What's new?
    7 projects | /r/scala | 24 May 2023
    Links: - https://dotty.epfl.ch/ - https://scala-native.org/en/stable/ - https://www.scala-js.org/ - https://typelevel.org/ - https://zio.dev/ - https://github.com/scala-native/scala-native/pull/3120 - https://github.com/lampepfl/dotty/pull/16517 - https://dotty.epfl.ch/docs/reference/experimental/index.html - https://scala-cli.virtuslab.org/ - https://scalameta.org/metals/ - https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html - https://www.scala-lang.org/blog/2023/04/18/faster-scalajs-development-with-frontend-tooling.html - https://www.scala-lang.org/blog/2022/08/17/long-term-compatibility-plans.html
  • Why actors are a great fit for a data processing pipeline and how we use them for Quickwit's engine
    1 project | /r/programming | 11 May 2023
    For the Rx approach, The ZIO framework for Scala has a streaming API that can meet those sorts of requirements. e.g.
  • How to build a Scala Zio CRUD Microservice
    1 project | /r/TheSampleApp | 19 Apr 2023
    This tutorial will introduce how to build from scratch, a REST microservice using the ZIO framework, and examples of ZIO dependency injection, ZIO HTTP, JSON, JDBC, and others from the ZIO environment. The source code is available here
  • Cuál lenguaje les da de comer, comunidad?
    1 project | /r/programacion | 12 Mar 2023
  • Is Parallel Programming Hard, and, If So, What Can You Do About It? [pdf]
    4 projects | news.ycombinator.com | 19 Feb 2023
    I use ZIO (http://zio.dev) for Scala which makes parallel programming trivial.

    Wraps different styles of asynchronicity e.g. callbacks, futures, fibers into one coherent model. And has excellent resource management so you can be sure that when you are forking a task that it will always clean up after itself.

    Have yet to see anything that comes close whilst still being practical i.e. you can leverage the very large ecosystem of Java libraries.

  • 40x Faster! We rewrote our project with Rust!
    5 projects | /r/rust | 30 Jan 2023
    The one advantage Rust has over Scala is that it detects data races at compile time, and that's a big time saver if you use low level thread synchronization. However, if you write pure FP code with ZIO or Cats Effect that's basically a non-issue anyway.

What are some alternatives?

When comparing pekko and ZIO you can also consider the following projects:

zio-akka-cluster - ZIO wrapper for Akka Cluster

cats-effect - The pure asynchronous runtime for Scala

Scala Native - Your favorite language gets closer to bare metal.

Monix - Asynchronous, Reactive Programming for Scala and Scala.js.

scala-cli - Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)

Http4s - A minimal, idiomatic Scala interface for HTTP

Play - The Community Maintained High Velocity Web Framework For Java and Scala.

Vert.x - Vert.x is a tool-kit for building reactive applications on the JVM

nim-sqlite3-abi - SQLite3 wrapper

cats - Lightweight, modular, and extensible library for functional programming.

cask - Cask: a Scala HTTP micro-framework

fs2-kafka - Functional Kafka Streams for Scala