alpakka VS Scala-CSV

Compare alpakka vs Scala-CSV and see what are their differences.

alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka. (by akka)

Scala-CSV

CSV Reader/Writer for Scala (by tototoshi)
CSV
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
alpakka Scala-CSV
1 5
1,261 685
0.2% -
8.2 7.2
11 days ago 5 days ago
Scala Scala
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

alpakka

Posts with mentions or reviews of alpakka. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-11.
  • How do i read a csv file and parse it by , but ignore "ewf,wef" ?
    3 projects | /r/scala | 11 Oct 2021
    Alpakka uses a state to track separators and quotes. Rather ugly code; https://github.com/akka/alpakka/blob/master/csv/src/main/scala/akka/stream/alpakka/csv/impl/CsvParser.scala If you think "," is hard think about "\n" where parsing the input line-by-line is fundamentally wrong ;)

Scala-CSV

Posts with mentions or reviews of Scala-CSV. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-11.

What are some alternatives?

When comparing alpakka and Scala-CSV you can also consider the following projects:

kantan.csv - CSV handling library for Scala

AkkaGRPC - Akka gRPC

fm-flatfile - Scala Library for Reading Flat File Data (CSV/TSV/XLS/XLSX)

Akka - Build highly concurrent, distributed, and resilient message-driven applications on the JVM

fs2-data - streaming data parsing and transformation library

Lagom - Reactive Microservices for the JVM

cormorant - A CSV Handling Library for FP.

Reactive-kafka - Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.