stkeky / best-of-scala

🏆 A ranked list of awesome Scala projects. Updated weekly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

best-of-scala

🏆  A ranked list of awesome Scala open-source libraries & tools. Updated weekly.

This curated list contains 400 awesome open-source projects with a total of 400K stars grouped into 22 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!

🧙‍♂️ Discover other best-of lists or create your own.

Contents

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (9 months no activity)
  • 💀  Dead project (18 months no activity)
  • 📈📉  Project is trending up or down
  • ➕  Project was recently added
  • ❗️  Warning (e.g. missing/risky license)
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects
  •   Libraries compatible with ZIO
  •   Libraries spawned from or a part of PlayFramework
  •   Projects compatible with Scala.js
  •   Projects compatible with Scala 3

Development Cycle

Back to top

Tools for compiling, testing, packaging, formatting, linting, ... your Scala code

sbt (🥇33 · ⭐ 4.8K · 📈) - sbt, the interactive build tool. Apache-2
  • GitHub (👨‍💻 420 · 🔀 930 · 📥 16M · 📋 4.2K - 18% open · ⏱️ 08.05.2024):

     git clone https://github.com/sbt/sbt
    
gitbucket (🥇32 · ⭐ 9.1K) - A Git platform powered by Scala with easy installation, high.. Apache-2
  • GitHub (👨‍💻 200 · 🔀 1.2K · 📥 730K · 📦 21 · 📋 1.8K - 18% open · ⏱️ 09.05.2024):

     git clone https://github.com/gitbucket/gitbucket
    
mill (🥈29 · ⭐ 2K) - Your shiny new Java/Scala build tool!. MIT
  • GitHub (👨‍💻 220 · 🔀 300 · 📥 1.5M · 📋 880 - 16% open · ⏱️ 08.05.2024):

     git clone https://github.com/com-lihaoyi/mill
    
metals (🥈27 · ⭐ 2K) - Scala language server with rich IDE features. Apache-2
  • GitHub (👨‍💻 190 · 🔀 320 · 📥 29 · 📋 1.9K - 13% open · ⏱️ 08.05.2024):

     git clone https://github.com/scalameta/metals
    
bloop (🥈26 · ⭐ 880) - Bloop is a build server and CLI tool to compile, test and run.. Apache-2
  • GitHub (👨‍💻 140 · 🔀 200 · 📥 180K · 📋 730 - 17% open · ⏱️ 08.05.2024):

     git clone https://github.com/scalacenter/bloop
    
scala-cli (🥈26 · ⭐ 510) - Scala CLI is a command-line tool to interact with the Scala.. Apache-2
  • GitHub (👨‍💻 80 · 🔀 120 · 📥 960K · 📋 850 - 27% open · ⏱️ 09.05.2024):

     git clone https://github.com/VirtusLab/scala-cli
    
giter8 (🥉22 · ⭐ 1.7K) - a command line tool to apply templates defined on GitHub. Apache-2
  • GitHub (👨‍💻 83 · 🔀 220 · 📋 280 - 17% open · ⏱️ 06.05.2024):

     git clone https://github.com/foundweekends/giter8
    
scalafix (🥉22 · ⭐ 810) - Refactoring and linting tool for Scala. BSD-3
  • GitHub (👨‍💻 110 · 🔀 180 · 📥 35 · 📋 670 - 10% open · ⏱️ 01.05.2024):

     git clone https://github.com/scalacenter/scalafix
    
wartremover (🥉20 · ⭐ 1.1K) - Flexible Scala code linting tool. Apache-2
  • GitHub (👨‍💻 63 · 🔀 110 · 📥 500 · 📋 340 - 30% open · ⏱️ 07.05.2024):

     git clone https://github.com/wartremover/wartremover
    
scapegoat (🥉20 · ⭐ 510) - Scala compiler plugin for static code analysis. Apache-2
  • GitHub (👨‍💻 64 · 🔀 88 · 📋 250 - 17% open · ⏱️ 08.05.2024):

     git clone https://github.com/scapegoat-scala/scapegoat
    
bleep (🥉15 · ⭐ 140) - A bleeping fast scala build tool!. MIT
  • GitHub (👨‍💻 16 · 🔀 21 · 📥 5K · 📋 94 - 52% open · ⏱️ 18.02.2024):

     git clone https://github.com/oyvindberg/bleep
    
fury (🥉15 · ⭐ 18) - A build tool for Scala. Apache-2
  • GitHub (📥 1.5K · 📋 45 - 17% open · ⏱️ 08.05.2024):

     git clone https://github.com/propensive/fury
    
Show 3 hidden projects...

Database Clients

Back to top

Libraries for connecting to, operating, and querying databases.

elastic4s (🥇26 · ⭐ 1.6K) - Elasticsearch Scala Client - Reactive, Non Blocking, Type.. Apache-2
  • GitHub (👨‍💻 410 · 🔀 700 · 📋 1.2K - 3% open · ⏱️ 08.05.2024):

     git clone https://github.com/sksamuel/elastic4s
    
  • Maven:

     <dependency>
     	<groupId>com.sksamuel.elastic4s</groupId>
     	<artifactId>elastic4s_2.13</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
scalikejdbc (🥇25 · ⭐ 1.3K) - A tidy SQL-based DB access library for Scala developers... Apache-2
  • GitHub (👨‍💻 110 · 🔀 220 · 📋 480 - 6% open · ⏱️ 06.05.2024):

     git clone https://github.com/scalikejdbc/scalikejdbc
    
  • Maven (📦 26 · ⏱️ 06.02.2024):

     <dependency>
     	<groupId>org.scalikejdbc</groupId>
     	<artifactId>scalikejdbc_2.13</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
slick (🥇24 · ⭐ 2.6K · 📉) - Slick (Scala Language Integrated Connection Kit) is a modern.. BSD-2
  • GitHub (👨‍💻 200 · 🔀 610 · 📋 1.4K - 31% open · ⏱️ 14.04.2024):

     git clone https://github.com/slick/slick
    
quill (🥇24 · ⭐ 2.1K) - Compile-time Language Integrated Queries for Scala. Apache-2
  • GitHub (👨‍💻 150 · 🔀 340 · 📋 1.1K - 28% open · ⏱️ 08.05.2024):

     git clone https://github.com/zio/zio-quill
    
doobie (🥇24 · ⭐ 2.1K) - Functional JDBC layer for Scala. MIT
  • GitHub (👨‍💻 170 · 🔀 350 · 📋 560 - 27% open · ⏱️ 06.05.2024):

     git clone https://github.com/tpolecat/doobie
    
skunk (🥈23 · ⭐ 1.6K) - A data access library for Scala + Postgres. MIT
  • GitHub (👨‍💻 81 · 🔀 160 · 📋 160 - 56% open · ⏱️ 09.05.2024):

     git clone https://github.com/typelevel/skunk
    
slick-pg (🥈22 · ⭐ 840) - Slick extensions for PostgreSQL. BSD-2
  • GitHub (👨‍💻 95 · 🔀 180 · 📋 390 - 29% open · ⏱️ 18.04.2024):

     git clone https://github.com/tminglei/slick-pg
    
scanamo (🥈22 · ⭐ 320) - Simpler DynamoDB access for Scala. Apache-2
  • GitHub (👨‍💻 87 · 🔀 120 · 📋 210 - 24% open · ⏱️ 19.04.2024):

     git clone https://github.com/scanamo/scanamo
    
ReactiveMongo (🥈19 · ⭐ 840) - Non-blocking, Reactive MongoDB Driver for Scala. Apache-2
  • GitHub (👨‍💻 89 · 🔀 230 · 📋 390 - 5% open · ⏱️ 04.05.2024):

     git clone https://github.com/ReactiveMongo/ReactiveMongo
    
neotypes (🥈18 · ⭐ 160) - Scala lightweight, type-safe, asynchronous driver for neo4j. MIT
  • GitHub (👨‍💻 15 · 🔀 32 · 📋 67 - 17% open · ⏱️ 09.05.2024):

     git clone https://github.com/neotypes/neotypes
    
ldbc (🥈18 · ⭐ 28) - ldbc is Pure functional JDBC layer with Cats Effect 3 and Scala 3. MIT
  • GitHub (👨‍💻 3 · 🔀 3 · ⏱️ 08.05.2024):

     git clone https://github.com/takapi327/ldbc
    
squeryl (🥈17 · ⭐ 580) - A Scala DSL for talking with databases with minimum verbosity.. Apache-2
  • GitHub (👨‍💻 60 · 🔀 140 · 📋 150 - 26% open · ⏱️ 06.05.2024):

     git clone https://github.com/squeryl/squeryl
    
pulsar4s (🥈17 · ⭐ 220) - Idiomatic, typesafe, and reactive Scala client for Apache Pulsar. Apache-2
  • GitHub (👨‍💻 24 · 🔀 45 · 📋 60 - 28% open · ⏱️ 09.02.2024):

     git clone https://github.com/CleverCloud/pulsar4s
    
anorm (🥈16 · ⭐ 230) - The Anorm database library. Apache-2
  • GitHub (👨‍💻 56 · 🔀 74 · 📋 71 - 9% open · ⏱️ 03.03.2024):

     git clone https://github.com/playframework/anorm
    
zio-redis (🥈16 · ⭐ 120) - A ZIO-based redis client. Apache-2
  • GitHub (👨‍💻 42 · 🔀 63 · 📋 140 - 18% open · ⏱️ 23.04.2024):

     git clone https://github.com/zio/zio-redis
    
zio-elasticsearch (🥈15 · ⭐ 62) - ZIO Elasticsearch is a type-safe and streaming-.. Apache-2
  • GitHub (👨‍💻 20 · 🔀 19 · 📋 47 - 23% open · ⏱️ 08.05.2024):

     git clone https://github.com/lambdaworks/zio-elasticsearch
    
  • Maven (⏱️ 05.08.2023):

     <dependency>
     	<groupId>io.lambdaworks</groupId>
     	<artifactId>zio-elasticsearch_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
couchbase-jvm-clients (🥈15 · ⭐ 44) - The Couchbase Monorepo for JVM Clients: Java, Scala,.. Apache-2
  • GitHub (👨‍💻 23 · 🔀 37 · ⏱️ 07.05.2024):

     git clone https://github.com/couchbase/couchbase-jvm-clients
    
zio-dynamodb (🥈15 · ⭐ 38) - Simple, type-safe, and efficient access to DynamoDB. Apache-2
  • GitHub (👨‍💻 13 · 🔀 16 · 📋 75 - 24% open · ⏱️ 04.05.2024):

     git clone https://github.com/zio/zio-dynamodb
    
relate (🥉13 · ⭐ 160) - Performant database access in Scala. Apache-2
  • GitHub (👨‍💻 19 · 🔀 16 · 📥 1.6K · 📋 25 - 48% open · ⏱️ 15.11.2023):

     git clone https://github.com/lucidsoftware/relate
    
laserdisc (🥉13 · ⭐ 92) - A Future-free Fs2 native pure FP Redis client. MIT
  • GitHub (👨‍💻 11 · 🔀 14 · 📋 25 - 56% open · ⏱️ 09.05.2024):

     git clone https://github.com/laserdisc-io/laserdisc
    
clickhouse-scala-client (🥉12 · ⭐ 110) - Clickhouse Scala Client with Reactive Streams support. ❗️LGPL-3.0
  • GitHub (👨‍💻 18 · 🔀 23 · 📋 34 - 41% open · ⏱️ 20.03.2024):

     git clone https://github.com/crobox/clickhouse-scala-client
    
otavia-sql (🥉11 · ⭐ 24) - Your shiny new IO & Actor programming model!. Apache-2
  • GitHub (👨‍💻 1 · 🔀 2 · ⏱️ 06.03.2024):

     git clone https://github.com/otavia-projects/otavia
    
  • Maven (📦 3 · ⏱️ 29.01.2024):

     <dependency>
     	<groupId>cc.otavia</groupId>
     	<artifactId>otavia-sql_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
otavia-postgres-driver (🥉10 · ⭐ 24) - Your shiny new IO & Actor programming model!. Apache-2
  • GitHub (👨‍💻 1 · 🔀 2 · ⏱️ 06.03.2024):

     git clone https://github.com/otavia-projects/otavia
    
  • Maven (📦 1 · ⏱️ 29.01.2024):

     <dependency>
     	<groupId>cc.otavia</groupId>
     	<artifactId>otavia-postgres-driver_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
otavia-mysql-driver (🥉10 · ⭐ 24) - Your shiny new IO & Actor programming model!. Apache-2
  • GitHub (👨‍💻 1 · 🔀 2 · ⏱️ 06.03.2024):

     git clone https://github.com/otavia-projects/otavia
    
  • Maven (📦 1 · ⏱️ 29.01.2024):

     <dependency>
     	<groupId>cc.otavia</groupId>
     	<artifactId>otavia-mysql-driver_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
kvs (🥉9 · ⭐ 23) - Highly available distributed strong eventual consistent and sequentially.. MIT
  • GitHub (👨‍💻 16 · 🔀 2 · 📋 14 - 21% open · ⏱️ 05.03.2024):

     git clone https://github.com/zero-deps/kvs
    
Show 23 hidden projects...
  • phantom (🥈19 · ⭐ 1K · 💀) - Schema safe, type-safe, reactive Scala driver for.. Apache-2
  • rediscala (🥈17 · ⭐ 790 · 💀) - Non-blocking, Reactive Redis driver for Scala (with Sentinel.. Apache-2
  • scala-activerecord (🥈15 · ⭐ 320 · 💀) - ActiveRecord-like ORM library for Scala. MIT
  • scala-redis (🥉14 · ⭐ 1K · 💀) - A scala library for connecting to a redis server, or a.. ❗Unlicensed
  • scredis (🥉13 · ⭐ 150 · 💀) - Non-blocking, ultra-fast Scala Redis client built on top of Akka.. Apache-2
  • scruid (🥉13 · ⭐ 120 · 💀) - Scala + Druid: Scruid. A library that allows you to compose.. Apache-2
  • finagle-postgres (🥉13 · ⭐ 80 · 💀) - PostgreSQL protocol support for Finagle. Apache-2
  • molecule (🥉13 · ⭐ 8) - Molecule translates custom Scala code to database queries.. Apache-2
  • casbah (🥉12 · ⭐ 510 · 💀) - Casbah is now officially end-of-life (EOL). ❗Unlicensed
  • salat (🥉12 · ⭐ 490 · 💀) - Salat is a simple serialization library for case classes. ❗Unlicensed
  • scala-forklift (🥉11 · ⭐ 190 · 💀) - Type-safe data migration tool for Slick, Git and.. ❗Unlicensed
  • couchdb-scala (🥉11 · ⭐ 65 · 💀) - A purely functional Scala client for CouchDB. Apache-2
  • longevity (🥉10 · ⭐ 100 · 💀) - A Persistence Framework for Scala and NoSQL. ❗Unlicensed
  • scalarelational (🥉9 · ⭐ 58 · 💀) - Type-Safe framework for defining, modifying, and.. ❗Unlicensed
  • lucene4s (🥉9 · ⭐ 54 · 💀) - Light-weight convenience wrapper around Lucene to simplify.. MIT
  • ReactiveCouchbase-rs-core (🥉9 · ⭐ 26 · 💀) - New ReactiveCouchbase driver using reactive-streams. Apache-2
  • akka-persistence-gcp-datastore (🥉9 · ⭐ 19 · 💀) - akka-persistence-gcp-datastore is a journal and.. Apache-2
  • shade (🥉8 · ⭐ 110 · 💀) - Memcached client for Scala. MIT
  • morpheus (🥉8 · ⭐ 100 · 💀) - Reactive type-safe Scala driver for SQL databases. ❗Unlicensed
  • etcd4s (🥉8 · ⭐ 31 · 💀) - Scala etcd client implementing V3 APIs. MIT
  • scala-sql (🥉7 · ⭐ 89 · 💤) - scala SQL api. ❗Unlicensed
  • mapperdao (🥉7 · ⭐ 14 · 💀) - A Scala ORM library. ❗Unlicensed
  • squery (🥉5 · ⭐ 8) - Simple SQL queries in Scala 3. Apache-2

JSON

Back to top

Libraries that handle JSON format.

circe (🥇29 · ⭐ 2.5K) - Yet another JSON library for Scala. Apache-2
  • GitHub (👨‍💻 280 · 🔀 530 · 📋 570 - 26% open · ⏱️ 26.04.2024):

     git clone https://github.com/circe/circe
    
  • Maven (📦 800 · ⏱️ 26.04.2024):

     <dependency>
     	<groupId>io.circe</groupId>
     	<artifactId>circe-core_2.13</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
argonaut (🥇23 · ⭐ 540) - Purely functional JSON parser and library in scala. BSD-3
  • GitHub (👨‍💻 59 · 🔀 110 · 📋 200 - 16% open · ⏱️ 07.05.2024):

     git clone https://github.com/argonaut-io/argonaut
    
  • Maven (📦 43 · ⏱️ 09.10.2023):

     <dependency>
     	<groupId>io.argonaut</groupId>
     	<artifactId>argonaut_2.13</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
jsoniter-scala (🥈21 · ⭐ 710) - Scala macros for compile-time generation of safe and.. MIT
  • GitHub (👨‍💻 23 · 🔀 91 · 📦 1 · 📋 310 - 22% open · ⏱️ 08.05.2024):

     git clone https://github.com/plokhotnyuk/jsoniter-scala
    
json4s (🥈20 · ⭐ 1.5K) - JSON library. Apache-2
  • GitHub (👨‍💻 130 · 🔀 330 · 📋 420 - 40% open · ⏱️ 06.05.2024):

     git clone https://github.com/json4s/json4s
    
play-json (🥈19 · ⭐ 350) - The Play JSON library. Apache-2
  • GitHub (👨‍💻 67 · 🔀 130 · 📋 140 - 32% open · ⏱️ 08.05.2024):

     git clone https://github.com/playframework/play-json
    
jackson-module-scala (🥈18 · ⭐ 500) - Add-on module for Jackson.. Apache-2
  • GitHub (👨‍💻 60 · 🔀 140 · 📋 480 - 9% open · ⏱️ 08.05.2024):

     git clone https://github.com/FasterXML/jackson-module-scala
    
zio-json (🥈18 · ⭐ 400) - Fast, secure JSON library with tight ZIO integration. Apache-2
  • GitHub (👨‍💻 63 · 🔀 140 · 📋 180 - 52% open · ⏱️ 01.05.2024):

     git clone https://github.com/zio/zio-json
    
diffson (🥈18 · ⭐ 310) - A scala diff/patch library for Json. Apache-2
  • GitHub (👨‍💻 32 · 🔀 53 · 📋 53 - 16% open · ⏱️ 02.04.2024):

     git clone https://github.com/gnieh/diffson
    
borer (🥉12 · ⭐ 220) - Efficient CBOR and JSON (de)serialization in Scala. MPL-2.0
  • GitHub (👨‍💻 9 · 🔀 13 · 📋 120 - 6% open · ⏱️ 02.04.2024):

     git clone https://github.com/sirthias/borer
    
ScalaJack (🥉11 · ⭐ 110 · 💤) - Fast JSON parser/generator for Scala. MIT
  • GitHub (👨‍💻 13 · 🔀 9 · 📋 51 - 3% open · ⏱️ 15.11.2022):

     git clone https://github.com/gzoller/ScalaJack
    
otavia-serde-json (🥉10 · ⭐ 24) - Your shiny new IO & Actor programming model!. Apache-2
  • GitHub (👨‍💻 1 · 🔀 2 · ⏱️ 06.03.2024):

     git clone https://github.com/otavia-projects/otavia
    
  • Maven (📦 2 · ⏱️ 29.01.2024):

     <dependency>
     	<groupId>cc.otavia</groupId>
     	<artifactId>otavia-serde-json_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
ninny-json (🥉9 · ⭐ 21) - JSON typeclasses that know the difference between null and.. Unlicense
  • GitHub (👨‍💻 3 · 🔀 5 · 📋 12 - 58% open · ⏱️ 29.02.2024):

     git clone https://github.com/nrktkt/ninny-json
    
Show 7 hidden projects...
  • spray-json (🥈22 · ⭐ 2.5K · 💀) - A lightweight, clean and simple JSON implementation in Scala. Apache-2
  • jawn (🥉16 · ⭐ 430) - Jawn is for parsing jay-sawn (JSON). ❗Unlicensed
  • scala-jsonapi (🥉11 · ⭐ 110 · 💀) - Scala support library for integrating the JSON API spec with.. MIT
  • pushka (🥉10 · ⭐ 81 · 💀) - ABANDONED Pure Scala serialization library with annotations. Apache-2
  • sbt-json (🥉8 · ⭐ 31 · 💀) - sbt plugin that generates Scala case classes for easy, statically typed.. MIT
  • tupson (🥉6 · ⭐ 3) - Stupid simple Scala 3 library for writing and reading JSON. Apache-2
  • json (🥉3 · ⭐ 11 · 💀) - Persist-Json, a Fast Json Parser Written in Scala. ❗Unlicensed

Web Frameworks

Back to top

playframework (🥇34 · ⭐ 13K · 📈) - The Community Maintained High Velocity Web Framework.. Apache-2
  • GitHub (👨‍💻 970 · 🔀 4.1K · 📦 21 · 📋 3.8K - 11% open · ⏱️ 06.05.2024):

     git clone https://github.com/playframework/playframework
    
  • Maven (📦 58 · ⏱️ 01.03.2024):

     <dependency>
     	<groupId>com.typesafe.play</groupId>
     	<artifactId>play_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
finatra (🥇22 · ⭐ 2.3K) - Fast, testable, Scala services built on TwitterServer and Finagle. Apache-2
  • GitHub (👨‍💻 260 · 🔀 410 · 📋 320 - 4% open · ⏱️ 07.05.2024):

     git clone https://github.com/twitter/finatra
    
framework (🥈21 · ⭐ 1.3K · 💤) - Lift Framework. Apache-2
  • GitHub (👨‍💻 120 · 🔀 270 · 📋 1.5K - 10% open · ⏱️ 11.04.2023):

     git clone https://github.com/lift/framework
    
udash-core (🥈20 · ⭐ 440) - Scala framework for building beautiful and maintainable web.. Apache-2
  • GitHub (👨‍💻 40 · 🔀 36 · 📋 120 - 24% open · ⏱️ 06.05.2024):

     git clone https://github.com/UdashFramework/udash-core
    
skinny-framework (🥈19 · ⭐ 740 · 💤) - Scala on Rails - A full-stack web app framework for rapid.. MIT
  • GitHub (👨‍💻 32 · 🔀 73 · 📥 12K · 📦 4 · 📋 150 - 12% open · ⏱️ 14.12.2022):

     git clone https://github.com/skinny-framework/skinny-framework
    
Binding.scala (🥈18 · ⭐ 1.6K) - Reactive data-binding for Scala. MIT
  • GitHub (👨‍💻 25 · 🔀 110 · 📋 110 - 41% open · ⏱️ 08.04.2024):

     git clone https://github.com/ThoughtWorksInc/Binding.scala
    
unfiltered (🥉17 · ⭐ 710) - A toolkit for servicing HTTP requests in Scala. MIT
  • GitHub (👨‍💻 88 · 🔀 110 · 📋 220 - 33% open · ⏱️ 06.05.2024):

     git clone https://github.com/unfiltered/unfiltered
    
korolev (🥉17 · ⭐ 580) - Single Page Applications running on the server side. Apache-2
  • GitHub (👨‍💻 26 · 🔀 50 · 📋 240 - 6% open · ⏱️ 06.08.2023):

     git clone https://github.com/fomkin/korolev
    
youi (🥉17 · ⭐ 210) - Next generation user interface and application development in Scala and.. MIT
  • GitHub (👨‍💻 11 · 🔀 29 · 📋 63 - 34% open · ⏱️ 26.04.2024):

     git clone https://github.com/outr/youi
    
xitrum (🥉16 · ⭐ 450 · 💤) - Async and clustered Scala web framework and HTTP(S) server. MIT
  • GitHub (👨‍💻 31 · 🔀 52 · 📋 660 - 8% open · ⏱️ 28.02.2023):

     git clone https://github.com/xitrum-framework/xitrum
    
sharaf (🥉8 · ⭐ 29) - Minimalistic Scala 3 web framework. Apache-2
  • GitHub (👨‍💻 1 · 🔀 1 · 📋 5 - 60% open · ⏱️ 01.05.2024):

     git clone https://github.com/sake92/sharaf
    
Show 7 hidden projects...
  • colossus (🥈19 · ⭐ 1.1K · 💀) - I/O and Microservice library for Scala. Apache-2
  • scalatra (🥈18 · ⭐ 2.6K) - Tiny Scala high-performance, async web framework, inspired.. ❗Unlicensed
  • cask (🥉15 · ⭐ 500) - Cask: a Scala HTTP micro-framework. ❗Unlicensed
  • chaos (🥉15 · ⭐ 250 · 💀) - A lightweight framework for writing REST services in Scala. Apache-2
  • reactive (🥉12 · ⭐ 220 · 💀) - A simple FRP library and a web UI framework built on it. ❗Unlicensed
  • analogweb-scala (🥉8 · ⭐ 13 · 💀) - Tiny High Performance HTTP Server for Scala. MIT
  • pagelets (🥉7 · ⭐ 76 · 💀) - A module for the Play Framework to build highly modular.. Apache-2

File Processing

Back to top

Libraries that handle common file formats including YAML, CSV, etc.

laika (🥇21 · ⭐ 400) - Site and E-book Generator and Customizable Text Markup.. Apache-2
  • GitHub (👨‍💻 24 · 🔀 43 · 📋 230 - 5% open · ⏱️ 09.05.2024):

     git clone https://github.com/typelevel/Laika
    
spata (🥉12 · ⭐ 26) - Functional, stream-based CSV processor for Scala. Apache-2
  • GitHub (👨‍💻 4 · 🔀 8 · ⏱️ 02.03.2024):

     git clone https://github.com/fingo/spata
    
Show 5 hidden projects...
  • kantan.csv (🥈15 · ⭐ 350 · 💀) - CSV handling library for Scala. Apache-2
  • scala-csv (🥈13 · ⭐ 690) - CSV Reader/Writer for Scala. ❗Unlicensed
  • spoiwo (🥉12 · ⭐ 180 · 💀) - Scala POI Wrapper for the spreadsheet generation in Excel:. MIT
  • moultingyaml (🥉10 · ⭐ 98 · 💀) - Scala wrapper for SnakeYAML. MIT
  • fm-flatfile (🥉6 · ⭐ 11 · 💤) - Scala Library for Reading Flat File Data.. Apache-2

SBT Plugins

Back to top

coursier (🥇29 · ⭐ 2K) - Pure Scala Artifact Fetching. Apache-2
  • GitHub (👨‍💻 150 · 🔀 300 · 📥 13M · 📋 1.1K - 34% open · ⏱️ 06.05.2024):

     git clone https://github.com/coursier/coursier
    
sbt-native-packager (🥇24 · ⭐ 1.6K) - sbt Native Packager. BSD-2
  • GitHub (👨‍💻 270 · 🔀 440 · 📋 810 - 17% open · ⏱️ 12.04.2024):

     git clone https://github.com/sbt/sbt-native-packager
    
sbt-assembly (🥇22 · ⭐ 1.9K) - Deploy ber-JARs. Restart processes. (port of codahale/assembly-sbt). MIT
  • GitHub (👨‍💻 83 · 🔀 220 · 📋 360 - 29% open · ⏱️ 06.05.2024):

     git clone https://github.com/sbt/sbt-assembly
    
sbt-eclipse (🥇21 · ⭐ 720) - Plugin for sbt to create Eclipse project definitions. Apache-2
  • GitHub (👨‍💻 40 · 🔀 170 · 📋 280 - 27% open · ⏱️ 06.05.2024):

     git clone https://github.com/sbt/sbt-eclipse
    
sbt-release (🥈20 · ⭐ 640) - A release plugin for sbt. Apache-2
  • GitHub (👨‍💻 65 · 🔀 160 · 📋 190 - 45% open · ⏱️ 06.05.2024):

     git clone https://github.com/sbt/sbt-release
    
sbt-scoverage (🥈20 · ⭐ 640) - sbt plugin for scoverage. Apache-2
  • GitHub (👨‍💻 73 · 🔀 150 · 📋 260 - 15% open · ⏱️ 02.05.2024):

     git clone https://github.com/scoverage/sbt-scoverage
    
mima (🥈19 · ⭐ 450) - A tool for catching binary incompatibility in Scala. Apache-2
  • GitHub (👨‍💻 49 · 🔀 69 · 📋 220 - 12% open · ⏱️ 08.05.2024):

     git clone https://github.com/lightbend/mima
    
mdoc (🥈19 · ⭐ 390) - Typechecked markdown documentation for Scala. Apache-2
  • GitHub (👨‍💻 52 · 🔀 78 · 📋 210 - 29% open · ⏱️ 17.04.2024):

     git clone https://github.com/scalameta/mdoc
    
sbt-jmh (🥈18 · ⭐ 780) - Trust no one, bench everything. - sbt plugin for JMH (Java.. Apache-2
  • GitHub (👨‍💻 51 · 🔀 89 · 📋 99 - 29% open · ⏱️ 07.05.2024):

     git clone https://github.com/sbt/sbt-jmh
    
sbt-buildinfo (🥈18 · ⭐ 550) - I know this because build.sbt knows this. MIT
  • GitHub (👨‍💻 50 · 🔀 88 · 📋 110 - 16% open · ⏱️ 20.03.2024):

     git clone https://github.com/sbt/sbt-buildinfo
    
sbt-microsites (🥈18 · ⭐ 320 · 📉) - An sbt plugin to create awesome microsites for your.. Apache-2
  • GitHub (👨‍💻 76 · 🔀 61 · 📋 140 - 12% open · ⏱️ 29.04.2024):

     git clone https://github.com/47degrees/sbt-microsites
    
sbt-updates (🥈17 · ⭐ 760) - sbt plugin that can check Maven and Ivy repositories for dependency.. BSD-3
  • GitHub (👨‍💻 29 · 🔀 55 · 📋 79 - 16% open · ⏱️ 04.03.2024):

     git clone https://github.com/rtimush/sbt-updates
    
sbt-sonatype (🥈17 · ⭐ 330) - A sbt plugin for publishing Scala/Java projects to the Maven.. Apache-2
  • GitHub (👨‍💻 30 · 🔀 58 · 📋 98 - 10% open · ⏱️ 06.05.2024):

     git clone https://github.com/xerial/sbt-sonatype
    
sbt-scalafmt (🥈17 · ⭐ 190) - sbt plugin for Scalafmt. Apache-2
  • GitHub (👨‍💻 28 · 🔀 42 · 📋 70 - 5% open · ⏱️ 07.05.2024):

     git clone https://github.com/scalameta/sbt-scalafmt
    
sbt-docker (🥈16 · ⭐ 730) - Create Docker images directly from sbt. MIT
  • GitHub (👨‍💻 27 · 🔀 110 · 📋 90 - 23% open · ⏱️ 24.08.2023):

     git clone https://github.com/marcuslonnberg/sbt-docker
    
xsbt-web-plugin (🥈16 · ⭐ 380) - Servlet support for sbt. BSD-3
  • GitHub (👨‍💻 33 · 🔀 99 · 📋 260 - 5% open · ⏱️ 06.04.2024):

     git clone https://github.com/earldouglas/xsbt-web-plugin
    
sbt-git (🥈16 · ⭐ 340 · 💤) - A git plugin for sbt. BSD-2
  • GitHub (👨‍💻 50 · 🔀 99 · 📋 110 - 25% open · ⏱️ 22.11.2022):

     git clone https://github.com/sbt/sbt-git
    
sbt-doctest (🥈16 · ⭐ 180) - Doctest for scala. MIT
  • GitHub (👨‍💻 26 · 🔀 27 · 📋 62 - 24% open · ⏱️ 06.05.2024):

     git clone https://github.com/tkawachi/sbt-doctest
    
sbt-ci-release (🥉15 · ⭐ 280) - sbt plugin to automate Sonatype releases from GitHub Actions. Apache-2
  • GitHub (👨‍💻 55 · 🔀 69 · 📋 71 - 5% open · ⏱️ 23.02.2024):

     git clone https://github.com/sbt/sbt-ci-release
    
sbt-dependency-check (🥉15 · ⭐ 260) - SBT Plugin for OWASP DependencyCheck. Monitor your.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 35 · 📋 83 - 4% open · ⏱️ 15.11.2023):

     git clone https://github.com/albuch/sbt-dependency-check
    
sbt-header (🥉15 · ⭐ 190 · 💤) - sbt-header is an sbt plugin for creating file headers, e.g... Apache-2
  • GitHub (👨‍💻 38 · 🔀 54 · 📋 88 - 12% open · ⏱️ 07.06.2023):

     git clone https://github.com/sbt/sbt-header
    
sbt-unidoc (🥉14 · ⭐ 120) - sbt plugin to create a unified Scaladoc or Javadoc API document.. Apache-2
  • GitHub (👨‍💻 23 · 🔀 27 · 📋 60 - 41% open · ⏱️ 08.05.2024):

     git clone https://github.com/sbt/sbt-unidoc
    
sbt-revolver (🥉13 · ⭐ 840 · 💤) - An SBT plugin for dangerously fast development turnaround.. Apache-2
  • GitHub (👨‍💻 16 · 🔀 54 · 📋 85 - 24% open · ⏱️ 08.04.2023):

     git clone https://github.com/spray/sbt-revolver
    
splain (🥉13 · ⭐ 370) - better implicit errors for scala. MIT
  • GitHub (👨‍💻 18 · 🔀 31 · 📥 240 · 📋 68 - 14% open · ⏱️ 24.02.2024):

     git clone https://github.com/tek/splain
    
sbt-api-mappings (🥉12 · ⭐ 90 · 💤) - An Sbt plugin that fills apiMappings for common Scala.. Apache-2
  • GitHub (👨‍💻 12 · 🔀 17 · 📋 14 - 57% open · ⏱️ 15.07.2023):

     git clone https://github.com/ThoughtWorksInc/sbt-api-mappings
    
sbt-ide-settings (🥉11 · ⭐ 61) - SBT plugin for tweaking various IDE settings. Apache-2
  • GitHub (👨‍💻 7 · 🔀 7 · 📋 14 - 57% open · ⏱️ 10.10.2023):

     git clone https://github.com/Jetbrains/sbt-ide-settings
    
sbt-scala-js-map (🥉10 · ⭐ 36) - A Sbt plugin that configures source mapping for.. Apache-2
  • GitHub (👨‍💻 4 · 🔀 3 · 📋 7 - 71% open · ⏱️ 03.05.2024):

     git clone https://github.com/ThoughtWorksInc/sbt-scala-js-map
    
Show 9 hidden projects...
  • sbt-pack (🥉15 · ⭐ 490) - A sbt plugin for creating distributable Scala packages. ❗Unlicensed
  • sbt-site (🥉15 · ⭐ 170) - Site generation for sbt. ❗Unlicensed
  • better-monadic-for (🥉13 · ⭐ 700 · 💀) - Desugaring scala for without implicit withFilters. MIT
  • tut (🥉13 · ⭐ 600 · 💀) - doc/tutorial generator for scala. MIT
  • scala-clippy (🥉13 · ⭐ 310 · 💀) - Good advice for Scala compiler errors. Apache-2
  • sbt-ghpages (🥉12 · ⭐ 91) - git, site and ghpages support for sbt projects. ❗Unlicensed
  • sbt-pgp (🥉11 · ⭐ 140) - PGP plugin for sbt. ❗Unlicensed
  • sbt-groll (🥉10 · ⭐ 130 · 💀) - sbt plugin to roll the Git history. Apache-2
  • sbt-deploy-ssh (🥉10 · ⭐ 28 · 💀) - SBT deploy plugin. MIT

Toolkits, Extensions & Ecosystems

Back to top

Extensions and platforms that provide various abstractions.

zio (🥇32 · ⭐ 4K) - ZIO A type-safe, composable library for async and concurrent.. Apache-2
  • GitHub (👨‍💻 700 · 🔀 1.2K · 📋 2.5K - 15% open · ⏱️ 09.05.2024):

     git clone https://github.com/zio/zio
    
  • Maven (📦 1.1K · ⏱️ 02.05.2024):

     <dependency>
     	<groupId>dev.zio</groupId>
     	<artifactId>zio_2.13</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
ammonite (🥇28 · ⭐ 2.6K) - Scala Scripting. MIT
  • GitHub (👨‍💻 140 · 🔀 360 · 📥 920K · 📋 830 - 17% open · ⏱️ 07.05.2024):

     git clone https://github.com/com-lihaoyi/ammonite
    
scalameta (🥇26 · ⭐ 1.1K) - Library to read, analyze, transform and generate Scala programs. BSD-3
  • GitHub (👨‍💻 120 · 🔀 220 · 📦 3 · 📋 1.2K - 11% open · ⏱️ 30.04.2024):

     git clone https://github.com/scalameta/scalameta
    
shapeless (🥈25 · ⭐ 3.4K) - Generic programming for Scala. Apache-2
  • GitHub (👨‍💻 150 · 🔀 530 · 📦 130 · 📋 420 - 7% open · ⏱️ 25.04.2024):

     git clone https://github.com/milessabin/shapeless
    
refined (🥈24 · ⭐ 1.7K) - Refinement types for Scala. MIT
  • GitHub (👨‍💻 77 · 🔀 150 · 📋 220 - 32% open · ⏱️ 07.05.2024):

     git clone https://github.com/fthomas/refined
    
chimney (🥈23 · ⭐ 1.1K · 📈) - Scala library for boilerplate-free, type-safe data.. Apache-2
  • GitHub (👨‍💻 32 · 🔀 85 · 📋 190 - 8% open · ⏱️ 08.05.2024):

     git clone https://github.com/scalalandio/chimney
    
Monocle (🥈22 · ⭐ 1.6K) - Optics library for Scala. MIT
  • GitHub (👨‍💻 120 · 🔀 200 · 📋 380 - 13% open · ⏱️ 08.05.2024):

     git clone https://github.com/optics-dev/monocle
    
util (🥈21 · ⭐ 2.7K) - Wonderful reusable code from Twitter. Apache-2
  • GitHub (👨‍💻 320 · 🔀 580 · 📋 120 - 9% open · ⏱️ 07.05.2024):

     git clone https://github.com/twitter/util
    
quicklens (🥈19 · ⭐ 810) - Modify deeply nested case class fields. Apache-2
  • GitHub (👨‍💻 26 · 🔀 53 · 📋 55 - 43% open · ⏱️ 28.03.2024):

     git clone https://github.com/softwaremill/quicklens
    
scribe (🥈19 · ⭐ 510) - The fastest logging library in the world. Built from scratch in.. MIT
  • GitHub (👨‍💻 19 · 🔀 39 · 📋 160 - 10% open · ⏱️ 09.05.2024):

     git clone https://github.com/outr/scribe
    
enumeratum (🥈18 · ⭐ 1.2K) - A type-safe, reflection-free, powerful enumeration.. MIT
  • GitHub (👨‍💻 91 · 🔀 150 · 📋 130 - 22% open · ⏱️ 06.05.2024):

     git clone https://github.com/lloydmeta/enumeratum
    
async (🥈18 · ⭐ 1.1K) - An asynchronous programming facility for Scala. Apache-2
  • GitHub (👨‍💻 28 · 🔀 94 · 📋 90 - 16% open · ⏱️ 28.03.2024):

     git clone https://github.com/scala/scala-async
    
eff (🥈18 · ⭐ 570) - Eff monad for cats - https://atnos-org.github.io/eff. MIT
  • GitHub (👨‍💻 43 · 🔀 79 · 📋 68 - 7% open · ⏱️ 06.05.2024):

     git clone https://github.com/atnos-org/eff
    
ox (🥈18 · ⭐ 310) - Safe direct style concurrency and resiliency for Scala on the JVM. Apache-2
  • GitHub (👨‍💻 15 · 🔀 22 · 📋 32 - 65% open · ⏱️ 09.05.2024):

     git clone https://github.com/softwaremill/ox
    
better-files (🥉16 · ⭐ 1.5K) - Simple, safe and intuitive Scala I/O. MIT
  • GitHub (👨‍💻 62 · 🔀 140 · 📋 230 - 21% open · ⏱️ 18.03.2024):

     git clone https://github.com/pathikrit/better-files
    
simulacrum (🥉16 · ⭐ 940) - First class syntax support for type classes in Scala. BSD-3
  • GitHub (👨‍💻 35 · 🔀 60 · 📋 75 - 40% open · ⏱️ 26.03.2024):

     git clone https://github.com/typelevel/simulacrum
    
nscala-time (🥉16 · ⭐ 870) - A new Scala wrapper for Joda Time based on scala-time. Apache-2
  • GitHub (👨‍💻 26 · 🔀 79 · 📋 55 - 10% open · ⏱️ 07.05.2024):

     git clone https://github.com/nscala-time/nscala-time
    
each (🥉16 · ⭐ 250 · 💤) - A macro library that converts native imperative syntax to.. Apache-2
  • GitHub (👨‍💻 15 · 🔀 27 · 📋 38 - 26% open · ⏱️ 03.02.2023):

     git clone https://github.com/ThoughtWorksInc/each
    
scala-graph (🥉15 · ⭐ 560) - Graph for Scala is intended to provide basic graph.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 71 · 📋 130 - 14% open · ⏱️ 01.01.2024):

     git clone https://github.com/scala-graph/scala-graph
    
larray (🥉15 · ⭐ 400 · 💤) - Large off-heap arrays and mmap files for Scala and Java. Apache-2
  • GitHub (👨‍💻 11 · 🔀 42 · 📋 55 - 40% open · ⏱️ 25.11.2022):

     git clone https://github.com/xerial/larray
    
Dsl.scala (🥉15 · ⭐ 260) - A framework to create embedded Domain-Specific Languages.. Apache-2
  • GitHub (👨‍💻 5 · 🔀 29 · 📋 42 - 57% open · ⏱️ 03.05.2024):

     git clone https://github.com/ThoughtWorksInc/Dsl.scala
    
chronoscala (🥉14 · ⭐ 67) - A JSR-310 port of nscala_time. MIT
  • GitHub (👨‍💻 10 · 🔀 8 · 📋 17 - 11% open · ⏱️ 07.04.2024):

     git clone https://github.com/chronoscala/chronoscala
    
enableIf.scala (🥉12 · ⭐ 65 · 💤) - A library that toggles Scala code at compile-time, like.. Apache-2
  • GitHub (👨‍💻 6 · 🔀 5 · 📋 10 - 50% open · ⏱️ 02.07.2023):

     git clone https://github.com/ThoughtWorksInc/enableIf.scala
    
otavia-all (🥉10 · ⭐ 24) - Your shiny new IO & Actor programming model!. Apache-2
  • GitHub (👨‍💻 1 · 🔀 2 · ⏱️ 06.03.2024):

     git clone https://github.com/otavia-projects/otavia
    
  • Maven (⏱️ 29.01.2024):

     <dependency>
     	<groupId>cc.otavia</groupId>
     	<artifactId>otavia-all_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
Show 10 hidden projects...
  • cats (🥇26 · ⭐ 5.2K) - Lightweight, modular, and extensible library for.. ❗Unlicensed
  • scalaz (🥈20 · ⭐ 4.7K) - Principled Functional Programming in Scala. ❗Unlicensed
  • cassovary (🥈18 · ⭐ 1K · 💀) - Cassovary is a simple big graph processing library for the JVM. Apache-2
  • freestyle (🥉17 · ⭐ 610 · 💀) - A cohesive & pragmatic framework of FP centric Scala.. Apache-2
  • hamsters (🥉14 · ⭐ 290 · 💀) - A mini Scala utility library. Apache-2
  • squid (🥉12 · ⭐ 200 · 💀) - Squid type-safe metaprogramming and compilation framework for Scala. Apache-2
  • scala-records (🥉11 · ⭐ 160 · 💀) - Labeled records for Scala based on structural.. BSD-3
  • Freasy-Monad (🥉8 · ⭐ 110 · 💀) - Easy way to create Free Monad using Scala macros with.. MIT
  • freedsl (🥉8 · ⭐ 36 · 💀) - Practical effect composition library based on abstract wrapping.. ❗Unlicensed
  • lamma (🥉6 · ⭐ 90 · 💀) - Lamma schedule generator for Scala is a professional schedule.. ❗Unlicensed

Media Processing

Back to top

Libraries for audio, image, and video handling and processing

scrimage (🥇20 · ⭐ 1K) - JVM - Java, Kotlin, Scala image processing library. Apache-2
  • GitHub (👨‍💻 58 · 🔀 140 · 📋 200 - 2% open · ⏱️ 26.04.2024):

     git clone https://github.com/sksamuel/scrimage
    
scalismo (🥈17 · ⭐ 240) - Scalable Image Analysis and Shape Modelling. Apache-2
  • GitHub (👨‍💻 23 · 🔀 66 · 📋 80 - 12% open · ⏱️ 23.01.2024):

     git clone https://github.com/unibas-gravis/scalismo
    
media4s (🥉9 · ⭐ 33) - Scala command-line wrapper around ffmpeg, ffprobe, ImageMagick, and other.. MIT
  • GitHub (👨‍💻 3 · 🔀 4 · ⏱️ 29.12.2023):

     git clone https://github.com/outr/media4s
    
Show 4 hidden projects...
  • scalacollider (🥈11 · ⭐ 190 · 💀) - A Scala sound synthesis library based on SuperCollider. ❗️AGPL-3.0
  • sbt-javacv (🥉9 · ⭐ 90 · 💀) - Start using OpenCV in your JVM project in just 1 line, no separate.. MIT
  • scala-phash (🥉8 · ⭐ 20 · 💀) - Image comparison by hash codes. MIT
  • chromaprint.scala (🥉7 · ⭐ 84 · 💀) - Chromaprint/AcoustID audio fingerprinting for the JVM. ❗Unlicensed

Dependency Injection

Back to top

airframe (🥇21 · ⭐ 620) - Essential Building Blocks for Scala. Apache-2
  • GitHub (👨‍💻 44 · 🔀 62 · 📋 630 - 15% open · ⏱️ 09.05.2024):

     git clone https://github.com/wvlet/airframe
    
izumi (🥇21 · ⭐ 610) - Productivity-oriented collection of lightweight fancy stuff for.. BSD-2
  • GitHub (👨‍💻 31 · 🔀 64 · 📋 460 - 14% open · ⏱️ 27.04.2024):

     git clone https://github.com/7mind/izumi
    
macwire (🥈19 · ⭐ 1.3K) - Lightweight and Nonintrusive Scala Dependency Injection.. Apache-2
  • GitHub (👨‍💻 42 · 🔀 75 · 📋 140 - 51% open · ⏱️ 07.05.2024):

     git clone https://github.com/softwaremill/macwire
    
scala-guice (🥈15 · ⭐ 340 · 💤) - Scala extensions for Google Guice. Apache-2
  • GitHub (👨‍💻 26 · 🔀 44 · 📋 61 - 19% open · ⏱️ 13.05.2023):

     git clone https://github.com/codingwell/scala-guice
    
otavia-runtime (🥉12 · ⭐ 24) - Your shiny new IO & Actor programming model!. Apache-2
  • GitHub (👨‍💻 1 · 🔀 2 · ⏱️ 06.03.2024):

     git clone https://github.com/otavia-projects/otavia
    
  • Maven (📦 14 · ⏱️ 29.01.2024):

     <dependency>
     	<groupId>cc.otavia</groupId>
     	<artifactId>otavia-runtime_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
jam (🥉9 · ⭐ 60) - Incredibly simple DI Scala library. MIT
  • GitHub (👨‍💻 4 · 🔀 4 · ⏱️ 13.03.2024):

     git clone https://github.com/yakivy/jam
    
Show 3 hidden projects...
  • scaldi (🥈15 · ⭐ 290 · 💀) - Lightweight Scala Dependency Injection Library. Apache-2
  • subcut (🥉10 · ⭐ 400 · 💀) - Scala Uniquely Bound Classes Under Traits. ❗Unlicensed
  • sclasner (🥉6 · ⭐ 10 · 💀) - Scala classpath scanner. MIT

HTTP

Back to top

HTTP clients and servers

http4s (🥇27 · ⭐ 2.5K) - A minimal, idiomatic Scala interface for HTTP. Apache-2
  • GitHub (👨‍💻 470 · 🔀 780 · 📋 1.5K - 21% open · ⏱️ 03.05.2024):

     git clone https://github.com/http4s/http4s
    
tapir (🥇27 · ⭐ 1.3K · 📈) - Declarative, type-safe web endpoints library. Apache-2
  • GitHub (👨‍💻 290 · 🔀 390 · 📋 830 - 16% open · ⏱️ 09.05.2024):

     git clone https://github.com/softwaremill/tapir
    
sttp (🥈25 · ⭐ 1.4K) - The Scala HTTP client you always wanted!. Apache-2
  • GitHub (👨‍💻 210 · 🔀 300 · 📋 450 - 15% open · ⏱️ 08.05.2024):

     git clone https://github.com/softwaremill/sttp
    
finch (🥈22 · ⭐ 1.6K) - Scala combinator library for building Finagle HTTP services. Apache-2
  • GitHub (👨‍💻 130 · 🔀 230 · 📋 410 - 10% open · ⏱️ 08.05.2024):

     git clone https://github.com/finagle/finch
    
scalaxb (🥈21 · ⭐ 330) - scalaxb is an XML data binding tool for Scala. MIT
  • GitHub (👨‍💻 69 · 🔀 160 · 📋 440 - 36% open · ⏱️ 19.01.2024):

     git clone https://github.com/eed3si9n/scalaxb
    
endpoints4s (🥈20 · ⭐ 400) - Describe HTTP endpoints in Scala and derive clients,.. MIT
  • GitHub (👨‍💻 63 · 🔀 95 · 📋 210 - 17% open · ⏱️ 08.05.2024):

     git clone https://github.com/endpoints4s/endpoints4s
    
play-ws (🥉19 · ⭐ 220) - Standalone Play WS, an async HTTP client with fluent API. Apache-2
  • GitHub (👨‍💻 49 · 🔀 87 · 📋 160 - 50% open · ⏱️ 03.05.2024):

     git clone https://github.com/playframework/play-ws
    
pekko-http (🥉18 · ⭐ 140) - The Streaming-first HTTP server/module of Apache Pekko. Apache-2
  • GitHub (👨‍💻 360 · 🔀 33 · 📋 92 - 34% open · ⏱️ 08.05.2024):

     git clone https://github.com/apache/incubator-pekko-http
    
reboot (🥉17 · ⭐ 420 · 💤) - Scala wrapper for the Java AsyncHttpClient. ❗️LGPL-3.0
  • GitHub (👨‍💻 38 · 🔀 100 · 📋 100 - 4% open · ⏱️ 02.02.2023):

     git clone https://github.com/dispatch/reboot
    
lolhttp (🥉11 · ⭐ 93 · 💤) - An HTTP Server and Client library for Scala. Apache-2
  • GitHub (👨‍💻 20 · 🔀 18 · 📋 37 - 78% open · ⏱️ 17.07.2023):

     git clone https://github.com/criteo/lolhttp
    
otavia-codec-http (🥉10 · ⭐ 24) - Your shiny new IO & Actor programming model!. Apache-2
  • GitHub (👨‍💻 1 · 🔀 2 · ⏱️ 06.03.2024):

     git clone https://github.com/otavia-projects/otavia
    
  • Maven (📦 1 · ⏱️ 29.01.2024):

     <dependency>
     	<groupId>cc.otavia</groupId>
     	<artifactId>otavia-codec-http_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
Show 7 hidden projects...
  • akka-http (🥈23 · ⭐ 1.3K) - The Streaming-first HTTP server/module of Akka. ❗Unlicensed
  • scalaj-http (🥉15 · ⭐ 980 · 💀) - Simple scala wrapper for HttpURLConnection. OAuth included. Apache-2
  • requests-scala (🥉15 · ⭐ 700) - A Scala port of the popular Python Requests HTTP.. ❗Unlicensed
  • fintrospect (🥉11 · ⭐ 91 · 💀) - Implement fast, type-safe HTTP webservices for Finagle. Apache-2
  • roshttp (🥉10 · ⭐ 120 · 💀) - Unified Scala.js + Scala HTTP client API. MIT
  • frontier (🥉7 · ⭐ 9) - Fast, efficient, pure-functional, effect-free websocket, http and udp.. MIT
  • jefe (🥉7 · ⭐ 8 · 💀) - Manages installation, updating, downloading, launching, error reporting, and.. MIT

Testing

Back to top

Libraries and frameworks for various types of code testing

gatling (🥇28 · ⭐ 6.3K) - Modern Load Testing as Code. Apache-2
  • GitHub (👨‍💻 240 · 🔀 1.2K · 📦 23 · 📋 3.7K - 1% open · ⏱️ 09.05.2024):

     git clone https://github.com/gatling/gatling
    
scalacheck (🥇23 · ⭐ 1.9K) - Property-based testing for Scala. BSD-3
  • GitHub (👨‍💻 140 · 🔀 400 · 📋 350 - 18% open · ⏱️ 06.05.2024):

     git clone https://github.com/typelevel/scalacheck
    
spark-testing-base (🥈22 · ⭐ 1.5K) - Base classes to use when writing tests with Spark. Apache-2
  • GitHub (👨‍💻 61 · 🔀 360 · 📦 37 · 📋 220 - 46% open · ⏱️ 04.05.2024):

     git clone https://github.com/holdenk/spark-testing-base
    
scalatest (🥈21 · ⭐ 1.1K) - A testing tool for Scala and Java developers. Apache-2
  • GitHub (👨‍💻 64 · 🔀 330 · 📋 860 - 61% open · ⏱️ 15.12.2023):

     git clone https://github.com/scalatest/scalatest
    
stryker4s (🥈21 · ⭐ 190) - Mutation testing for Scala. Apache-2
  • GitHub (👨‍💻 36 · 🔀 36 · 📦 3 · 📋 160 - 19% open · ⏱️ 09.05.2024):

     git clone https://github.com/stryker-mutator/stryker4s
    
cornichon (🥈20 · ⭐ 220) - Testing tool in Scala for HTTP JSON API. Apache-2
  • GitHub (👨‍💻 18 · 🔀 29 · 📋 160 - 4% open · ⏱️ 07.05.2024):

     git clone https://github.com/agourlay/cornichon
    
scalamock (🥉19 · ⭐ 500) - Native Scala mocking framework. MIT
  • GitHub (👨‍💻 34 · 🔀 97 · 📋 230 - 12% open · ⏱️ 06.04.2024):

     git clone https://github.com/paulbutcher/scalamock
    
munit (🥉19 · ⭐ 420) - Scala testing library with actionable errors and extensible.. Apache-2
  • GitHub (👨‍💻 49 · 🔀 84 · 📋 150 - 24% open · ⏱️ 08.05.2024):

     git clone https://github.com/scalameta/munit
    
testcontainers-scala (🥉17 · ⭐ 620) - Docker containers for testing in scala. MIT
  • GitHub (👨‍💻 81 · 🔀 120 · 📋 110 - 33% open · ⏱️ 11.03.2024):

     git clone https://github.com/testcontainers/testcontainers-scala
    
mockito-scala (🥉16 · ⭐ 350) - Mockito for Scala language. MIT
  • GitHub (👨‍💻 31 · 🔀 57 · 📋 130 - 25% open · ⏱️ 02.04.2024):

     git clone https://github.com/mockito/mockito-scala
    
scalaprops (🥉14 · ⭐ 280) - property based testing library for Scala. MIT
  • GitHub (👨‍💻 12 · 🔀 22 · 📋 22 - 45% open · ⏱️ 06.05.2024):

     git clone https://github.com/scalaprops/scalaprops
    
Show 6 hidden projects...
  • specs2 (🥈20 · ⭐ 740) - Software Specifications for Scala. ❗Unlicensed
  • utest (🥉15 · ⭐ 480) - A simple testing framework for Scala. ❗Unlicensed
  • weaver-test (🥉15 · ⭐ 430) - A test framework that runs everything in parallel. ❗Unlicensed
  • minitest (🥉15 · ⭐ 180 · 💀) - The super light testing library for Scala and Scala.js. Apache-2
  • scalameter (🥉13 · ⭐ 500 · 💀) - Microbenchmarking and performance regression testing.. ❗Unlicensed
  • scalive (🥉11 · ⭐ 200 · 💀) - Connect a Scala REPL to running JVM processes without any prior setup. MIT

Security

Back to top

Libraries for security, authentication, and cryptography

play-googleauth (🥇17 · ⭐ 34) - Simple play module for authenticating against Google. Apache-2
  • GitHub (👨‍💻 47 · 🔀 11 · ⏱️ 30.04.2024):

     git clone https://github.com/guardian/play-googleauth
    
scala-oauth2-provider (🥈16 · ⭐ 540) - OAuth 2.0 server-side implementation written in Scala. MIT
  • GitHub (👨‍💻 28 · 🔀 100 · 📋 67 - 5% open · ⏱️ 04.12.2023):

     git clone https://github.com/nulab/scala-oauth2-provider
    
akka-http-session (🥈16 · ⭐ 440) - Web & mobile client-side akka-http sessions, with.. Apache-2
  • GitHub (👨‍💻 24 · 🔀 60 · 📋 44 - 27% open · ⏱️ 29.08.2023):

     git clone https://github.com/softwaremill/akka-http-session
    
play-pac4j (🥈15 · ⭐ 400) - Security library for Play framework 2 in Java and Scala: OAuth,.. Apache-2
  • GitHub (👨‍💻 49 · 🔀 100 · ⏱️ 07.05.2024):

     git clone https://github.com/pac4j/play-pac4j
    
sttp-oauth2 (🥉13 · ⭐ 74) - OAuth2 client library implemented in Scala using sttp. Apache-2
  • GitHub (👨‍💻 14 · 🔀 21 · 📋 43 - 53% open · ⏱️ 07.05.2024):

     git clone https://github.com/ocadotechnology/sttp-oauth2
    
  • Maven (⏱️ 28.02.2023):

     <dependency>
     	<groupId>com.ocadotechnology</groupId>
     	<artifactId>sttp-oauth2_2.13</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
jose (🥉10 · ⭐ 15 · 💤) - Extensible JOSE library for Scala. Unlicense
  • GitHub (👨‍💻 4 · 🔀 5 · 📋 13 - 69% open · ⏱️ 14.07.2023):

     git clone https://github.com/blackdoor/jose
    
Show 6 hidden projects...
  • securesocial (🥇17 · ⭐ 1.2K · 💀) - A module that provides OAuth, OAuth2 and OpenID.. Apache-2
  • play2-auth (🥈15 · ⭐ 620 · 💀) - Play2.x Authentication and Authorization module. Apache-2
  • tsec (🥈15 · ⭐ 350 · 💀) - Type-safe general-cryptography library -.. MIT
  • scrypto (🥉13 · ⭐ 200) - Cryptographic primitives for Scala. ❗️CC0-1.0
  • aws-request-signer (🥉9 · ⭐ 21 · 💀) - Scala library to sign HTTP requests to AWS services. Apache-2
  • OAuth2-mock-play (🥉7 · ⭐ 25 · 💀) - An implementation of an OAuth2 server designed for.. MIT

Data Handling

Back to top

Libraries for data binding, validation, and serialization

scalapb (🥇26 · ⭐ 1.3K) - Protocol buffer compiler for Scala. Apache-2
  • GitHub (👨‍💻 120 · 🔀 280 · 📥 470K · 📋 590 - 4% open · ⏱️ 08.05.2024):

     git clone https://github.com/scalapb/scalapb
    
avro4s (🥇21 · ⭐ 720) - Avro schema generation and serialization / deserialization for.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 240 · 📋 390 - 7% open · ⏱️ 23.01.2024):

     git clone https://github.com/sksamuel/avro4s
    
scrooge (🥈20 · ⭐ 790) - A Thrift parser/generator. Apache-2
  • GitHub (👨‍💻 230 · 🔀 240 · 📋 180 - 22% open · ⏱️ 07.05.2024):

     git clone https://github.com/twitter/scrooge
    
scodec (🥈19 · ⭐ 800) - Scala combinator library for working with binary data. BSD-3
  • GitHub (👨‍💻 62 · 🔀 110 · 📋 74 - 8% open · ⏱️ 01.04.2024):

     git clone https://github.com/scodec/scodec
    
upickle (🥈19 · ⭐ 690) - uPickle: a simple, fast, dependency-free JSON & Binary.. MIT
  • GitHub (👨‍💻 54 · 🔀 160 · 📋 310 - 12% open · ⏱️ 15.04.2024):

     git clone https://github.com/com-lihaoyi/upickle
    
chill (🥈18 · ⭐ 610 · 💤) - Scala extensions for the Kryo serialization library. Apache-2
  • GitHub (👨‍💻 67 · 🔀 150 · 📋 170 - 44% open · ⏱️ 19.03.2023):

     git clone https://github.com/twitter/chill
    
proto (🥉11 · ⭐ 34) - Lightweight and fast serialization library for Scala 2/3 based on.. MIT
  • GitHub (👨‍💻 7 · 🔀 3 · ⏱️ 05.03.2024):

     git clone https://github.com/zero-deps/proto
    
dupin (🥉6 · ⭐ 42) - Minimal, idiomatic, customizable validation Scala library. MIT
  • GitHub (👨‍💻 2 · 🔀 2 · ⏱️ 02.04.2024):

     git clone https://github.com/yakivy/dupin
    
Show 6 hidden projects...
  • accord (🥉12 · ⭐ 530 · 💤) - Accord: A sane validation library for Scala. ❗Unlicensed
  • octopus (🥉11 · ⭐ 150 · 💀) - Scala library for boilerplate-free validation. Apache-2
  • fields (🥉8 · ⭐ 46 · 💀) - Scala validation library. Apache-2
  • msgpack-scala (🥉7 · ⭐ 94 · 💀) - MessagePack serializer implementation for Scala /.. ❗Unlicensed
  • avro-codegen (🥉7 · ⭐ 9 · 💀) - Scala code generator for Avro schemas. ❗Unlicensed
  • veto (🥉4 · ⭐ 6 · 💀) - If you dont agree with the data. Apache-2

Parsers

Back to top

Libraries for creating custom parsers

scala-parser-combinators (🥇19 · ⭐ 640) - simple combinator-based parsing for Scala. formerly.. Apache-2
  • GitHub (👨‍💻 70 · 🔀 130 · 📋 120 - 18% open · ⏱️ 18.04.2024):

     git clone https://github.com/scala/scala-parser-combinators
    
fastparse (🥈17 · ⭐ 1.1K) - Writing Fast Parsers Fast in Scala. MIT
  • GitHub (👨‍💻 53 · 🔀 160 · 📋 140 - 14% open · ⏱️ 15.04.2024):

     git clone https://github.com/com-lihaoyi/fastparse
    
cats-parse (🥈17 · ⭐ 220) - A parsing library for the cats ecosystem. MIT
  • GitHub (👨‍💻 36 · 🔀 50 · 📋 96 - 27% open · ⏱️ 04.05.2024):

     git clone https://github.com/typelevel/cats-parse
    
Show 3 hidden projects...
  • atto (🥉15 · ⭐ 360 · 💀) - friendly little parsers. MIT
  • parboiled2 (🥉14 · ⭐ 710) - A macro-based PEG parser generator for Scala 2.10+. ❗Unlicensed
  • scallion (🥉9 · ⭐ 54 · 💀) - LL(1) parser combinators in Scala. Apache-2

Reactive Programming

Back to top

Reactive programming libraries (streams, observables...)

monix (🥇21 · ⭐ 1.9K) - Asynchronous, Reactive Programming for Scala and Scala.js. Apache-2
  • GitHub (👨‍💻 110 · 🔀 240 · 📋 700 - 17% open · ⏱️ 17.10.2023):

     git clone https://github.com/monix/monix
    
rescala (🥈16 · ⭐ 88) - REScala - distributed and reactive programming embedded in.. Apache-2
  • GitHub (👨‍💻 32 · 🔀 28 · ⏱️ 08.05.2024):

     git clone https://github.com/rescala-lang/rescala
    
otavia (🥉12 · ⭐ 24) - Your shiny new IO & Actor programming model!. Apache-2
  • GitHub (👨‍💻 1 · 🔀 2 · ⏱️ 06.03.2024):

     git clone https://github.com/otavia-projects/otavia
    
  • Maven (📦 14 · ⏱️ 29.01.2024):

     <dependency>
     	<groupId>cc.otavia</groupId>
     	<artifactId>otavia-runtime_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
Show 9 hidden projects...
  • fs2 (🥇24 · ⭐ 2.3K) - Compositional, streaming I/O library for Scala. ❗Unlicensed
  • vertx-lang-scala (🥈17 · ⭐ 120) - Vert.x for Scala. ❗Unlicensed
  • rxscala (🥈16 · ⭐ 880 · 💀) - RxScala Reactive Extensions for Scala a library for composing.. Apache-2
  • iteratee (🥉15 · ⭐ 180 · 💀) - Iteratees for Cats. Apache-2
  • reactor-scala-extensions (🥉13 · ⭐ 52 · 💀) - A scala extension for Project Reactors Flux and Mono. Apache-2
  • scala.rx (🥉12 · ⭐ 990 · 💀) - An experimental library for Functional Reactive.. ❗Unlicensed
  • synapsegrid (🥉8 · ⭐ 120 · 💀) - SynapseGrid is a framework for constructing dynamic low.. ❗Unlicensed
  • reactors (🥉8 · ⭐ 4 · 💀) - A concurrent reactive programming framework. BSD-3
  • wire-signals (🥉5 · ⭐ 12 · 💀) - A small and effective event-handling library for Scala. ❗️GPL-3.0

Development Environment

Back to top

Various tooling libraries that help with the overall Scala programming environment

dregex (🥇14 · ⭐ 43) - dregex is a Java library that implements a regular expression engine using.. BSD-2
  • GitHub (👨‍💻 6 · 🔀 4 · 📋 6 - 16% open · ⏱️ 05.05.2024):

     git clone https://github.com/marianobarrios/dregex
    
fast-string-interpolator (🥈12 · ⭐ 88) - Scala macro that generates ultra-fast string.. Apache-2
  • GitHub (👨‍💻 7 · 🔀 6 · 📋 7 - 28% open · ⏱️ 08.05.2024):

     git clone https://github.com/plokhotnyuk/fast-string-interpolator
    
fastring (🥈11 · ⭐ 120) - Extremely fast string formatting. Apache-2
  • GitHub (👨‍💻 7 · 🔀 10 · 📋 10 - 60% open · ⏱️ 03.05.2024):

     git clone https://github.com/atry/fastring
    
Show 6 hidden projects...
  • scalatex (🥈10 · ⭐ 290 · 💀) - Programmable, Typesafe Document Generation. ❗Unlicensed
  • scala-trace-debug (🥉9 · ⭐ 120 · 💀) - Macro based print debugging. Locates log statements in.. MIT
  • scala2plantuml (🥉9 · ⭐ 23 · 💀) - Scala2PlantUML generates PlantUML diagrams from Scala code. MIT
  • pos (🥉8 · ⭐ 23 · 💀) - Macro based print debugging for Scala code. Locates debug statements in.. Apache-2
  • stone (🥉8 · ⭐ 4 · 💀) - URL (de)construct. Withers. Apache-2
  • scalajs-router (🥉5 · ⭐ 4 · 💀) - ScalaJS frontend router. Apache-2

Templating Engines

Back to top

twirl (🥇21 · ⭐ 540) - Twirl is Plays default template engine. Apache-2
  • GitHub (👨‍💻 56 · 🔀 110 · 📋 120 - 33% open · ⏱️ 03.05.2024):

     git clone https://github.com/playframework/twirl
    
scalate (🥈17 · ⭐ 600) - Scalate is a Scala based template engine which supports HAML,.. Apache-2
  • GitHub (👨‍💻 73 · 🔀 100 · 📋 74 - 54% open · ⏱️ 07.05.2024):

     git clone https://github.com/scalate/scalate
    
scalatags (🥉15 · ⭐ 740) - ScalaTags is a small XML/HTML construction library for Scala. MIT
  • GitHub (👨‍💻 62 · 🔀 120 · 📋 150 - 23% open · ⏱️ 15.04.2024):

     git clone https://github.com/com-lihaoyi/scalatags
    
hepek (🥉10 · ⭐ 100) - Typesafe HTML templates and static site generator in pure Scala. Apache-2
  • GitHub (👨‍💻 6 · 🔀 10 · 📋 36 - 38% open · ⏱️ 01.05.2024):

     git clone https://github.com/sake92/hepek
    
Show 1 hidden projects...
  • beard (🥉10 · ⭐ 120) - A lightweight, logicless templating engine, written in Scala and.. ❗Unlicensed

Business Intelligence

Back to top

Libraries for data analysis, machine learning, and AI

bigdl (🥇30 · ⭐ 6K) - Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM,.. Apache-2
  • GitHub (👨‍💻 99 · 🔀 1.2K · 📥 470 · 📦 51 · 📋 2.2K - 35% open · ⏱️ 09.05.2024):

     git clone https://github.com/intel-analytics/bigdl
    
spark-nlp (🥇29 · ⭐ 3.7K) - State of the Art Natural Language Processing. Apache-2
  • GitHub (👨‍💻 110 · 🔀 700 · 📦 420 · 📋 880 - 5% open · ⏱️ 02.05.2024):

     git clone https://github.com/johnsnowlabs/spark-nlp
    
Snowplow (🥈27 · ⭐ 6.7K) - The enterprise-grade behavioral data engine (web, mobile, server-.. Apache-2
  • GitHub (👨‍💻 100 · 🔀 1.2K · 📥 6.2K · 📦 21 · 📋 4K - 1% open · ⏱️ 26.03.2024):

     git clone https://github.com/snowplow/snowplow
    
zeppelin (🥈23 · ⭐ 6.3K · 📉) - Web-based notebook that enables data-driven, interactive data.. Apache-2
  • GitHub (👨‍💻 530 · 🔀 2.8K · 📦 21 · ⏱️ 27.04.2024):

     git clone https://github.com/apache/zeppelin
    
algebird (🥈22 · ⭐ 2.3K) - Abstract Algebra for Scala. Apache-2
  • GitHub (👨‍💻 120 · 🔀 340 · 📋 270 - 38% open · ⏱️ 24.02.2024):

     git clone https://github.com/twitter/algebird
    
spire (🥈20 · ⭐ 1.8K) - Powerful new number types and numeric abstractions for Scala. MIT
  • GitHub (👨‍💻 100 · 🔀 240 · 📋 420 - 35% open · ⏱️ 26.03.2024):

     git clone https://github.com/typelevel/spire
    
breeze (🥈18 · ⭐ 3.4K) - Breeze is a numerical processing library for Scala. Apache-2
  • GitHub (👨‍💻 140 · 🔀 690 · 📋 540 - 16% open · ⏱️ 12.02.2024):

     git clone https://github.com/scalanlp/breeze
    
openai-scala-client (🥈18 · ⭐ 160) - Scala client for OpenAI API. MIT
  • GitHub (👨‍💻 6 · 🔀 17 · 📋 36 - 25% open · ⏱️ 05.05.2024):

     git clone https://github.com/cequence-io/openai-scala-client
    
  • Maven (📦 5 · ⏱️ 25.04.2024):

     <dependency>
     	<groupId>io.cequence</groupId>
     	<artifactId>openai-scala-client_2.13</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
squants (🥈16 · ⭐ 910) - The Scala API for Quantities, Units of Measure and.. Apache-2
  • GitHub (👨‍💻 63 · 🔀 120 · 📋 160 - 36% open · ⏱️ 08.01.2024):

     git clone https://github.com/typelevel/squants
    
openmole (🥈16 · ⭐ 140) - Workflow engine for exploration of simulation models using high.. ❗️AGPL-3.0
  • GitHub (👨‍💻 48 · 🔀 34 · 📥 56 · 📋 450 - 17% open · ⏱️ 01.05.2024):

     git clone https://github.com/openmole/openmole
    
onnx-scala (🥉13 · ⭐ 140) - An ONNX (Open Neural Network eXchange) API and.. ❗️AGPL-3.0
  • GitHub (👨‍💻 4 · 🔀 9 · 📋 11 - 18% open · ⏱️ 05.05.2024):

     git clone https://github.com/emergentorder/onnx-scala
    
numsca (🥉11 · ⭐ 180 · 💤) - numsca is numpy for scala. BSD-2
  • GitHub (🔀 17 · 📋 10 - 30% open · ⏱️ 30.01.2023):

     git clone https://github.com/botkop/numsca
    
ndscala (🥉6 · ⭐ 47 · 💤) - N-dimensional / multi-dimensional arrays (tensors) in Scala 3... ❗️AGPL-3.0
  • GitHub (👨‍💻 3 · 🔀 5 · ⏱️ 22.12.2022):

     git clone https://github.com/sciscala/ndscala
    
Show 14 hidden projects...
  • smile (🥇28 · ⭐ 5.9K) - Statistical Machine Intelligence & Learning Engine. ❗Unlicensed
  • spark-notebook (🥈21 · ⭐ 3.1K · 💀) - Interactive and Reactive Data Science using Scala and.. Apache-2
  • tensorflow_scala (🥈16 · ⭐ 930 · 💀) - TensorFlow API for the Scala Programming Language. Apache-2
  • figaro (🥈16 · ⭐ 750 · 💀) - Figaro Programming Language and Core Libraries. ❗Unlicensed
  • optimus (🥉13 · ⭐ 140 · 💀) - Optimus is a mathematical programming library for Scala. ❗️LGPL-3.0
  • doddle-model (🥉13 · ⭐ 140 · 💀) - doddle-model: machine learning in Scala. Apache-2
  • libra (🥉10 · ⭐ 200 · 💀) - A dimensional analysis library based on dependent types. ❗Unlicensed
  • clustering4ever (🥉10 · ⭐ 130 · 💀) - C4E, a JVM friendly library written in Scala for both.. Apache-2
  • lomrf (🥉9 · ⭐ 81 · 💀) - LoMRF is an open-source implementation of Markov Logic Networks. Apache-2
  • rings (🥉9 · ⭐ 72) - Rings: efficient JVM library for polynomial rings. ❗Unlicensed
  • axle (🥉9 · ⭐ 66 · 💤) - Axle Domain Specific Language for Scientific Cloud Computing and.. ❗Unlicensed
  • mgo (🥉8 · ⭐ 71) - Purely functional genetic algorithms for multi-objective.. ❗Unlicensed
  • vecmatlib (🥉8 · ⭐ 3) - Open source Scala library that provides data structures for vectors.. Apache-2
  • synapses (🥉7 · ⭐ 68 · 💀) - A group of neural-network libraries for functional and mainstream.. MIT

Big Data

Back to top

Libraries for processing and handling big data sets

spark (🥇29 · ⭐ 38K) - Apache Spark - A unified analytics engine for large-scale data processing. Apache-2
  • GitHub (👨‍💻 3.1K · 🔀 28K · ⏱️ 09.05.2024):

     git clone https://github.com/apache/spark
    
flink (🥇29 · ⭐ 23K) - Apache Flink. Apache-2
  • GitHub (👨‍💻 1.9K · 🔀 13K · 📦 21 · ⏱️ 09.05.2024):

     git clone https://github.com/apache/flink
    
scio (🥈27 · ⭐ 2.5K) - A Scala API for Apache Beam and Google Cloud Dataflow. Apache-2
  • GitHub (👨‍💻 230 · 🔀 510 · 📥 11K · 📋 1.3K - 10% open · ⏱️ 07.05.2024):

     git clone https://github.com/spotify/scio
    
nussknacker (🥈23 · ⭐ 610) - Low-code tool for automating actions on real time data | Stream.. Apache-2
  • GitHub (👨‍💻 83 · 🔀 90 · 📥 370 · 📋 490 - 23% open · ⏱️ 09.05.2024):

     git clone https://github.com/touk/nussknacker
    
scalding (🥈22 · ⭐ 3.5K · 💤) - A Scala API for Cascading. Apache-2
  • GitHub (👨‍💻 210 · 🔀 700 · 📋 650 - 49% open · ⏱️ 28.05.2023):

     git clone https://github.com/twitter/scalding
    
gridscale (🥉10 · ⭐ 26) - Scala library for accessing various file, batch systems, job.. ❗️AGPL-3.0
  • GitHub (👨‍💻 5 · 🔀 8 · 📋 12 - 33% open · ⏱️ 06.03.2024):

     git clone https://github.com/openmole/gridscale
    
gallia-core (🥉9 · ⭐ 84 · 📉) - A schema-aware Scala library for data transformation. Apache-2
  • GitHub (👨‍💻 1 · 🔀 4 · ⏱️ 23.02.2024):

     git clone https://github.com/galliaproject/gallia-core
    
Show 7 hidden projects...
  • summingbird (🥈20 · ⭐ 2.1K · 💀) - Streaming MapReduce with Scalding and Storm. Apache-2
  • alpakka-kafka (🥈20 · ⭐ 1.4K) - Alpakka Kafka connector - Alpakka is a Reactive.. ❗Unlicensed
  • sparta (🥉19 · ⭐ 520 · 💀) - Real Time Analytics and Data Pipelines based on Spark Streaming. Apache-2
  • bidmach (🥉18 · ⭐ 910 · 💀) - CPU and GPU-accelerated Machine Learning Library. BSD-3
  • vegas (🥉16 · ⭐ 730 · 💀) - The missing MatPlotLib for Scala + Spark. MIT
  • schemer (🥉9 · ⭐ 110 · 💀) - Schema registry for CSV, TSV, JSON, AVRO and Parquet schema... Apache-2
  • sparkplug (🥉9 · ⭐ 28 · 💀) - Spark package to plug holes in data using SQL based rules. Apache-2

Distributed

Back to top

Libraries and frameworks for building and maintaining distributed systems and fault-tolerant applications.

kafka (🥇29 · ⭐ 27K) - Mirror of Apache Kafka. Apache-2
  • GitHub (👨‍💻 1.4K · 🔀 13K · 📦 25 · ⏱️ 09.05.2024):

     git clone https://github.com/apache/kafka
    
finagle (🥇29 · ⭐ 8.8K · 📈) - A fault tolerant, protocol-agnostic RPC system. Apache-2
  • GitHub (👨‍💻 530 · 🔀 1.4K · 📦 21 · 📋 420 - 13% open · ⏱️ 07.05.2024):

     git clone https://github.com/twitter/finagle
    
lagom (🥈22 · ⭐ 2.6K) - Reactive Microservices for the JVM. Apache-2
  • GitHub (👨‍💻 150 · 🔀 630 · 📋 1.1K - 41% open · ⏱️ 14.08.2023):

     git clone https://github.com/lagom/lagom
    
pekko (🥈21 · ⭐ 1.1K) - Build highly concurrent, distributed, and resilient message-driven.. Apache-2
  • GitHub (👨‍💻 1.1K · 🔀 120 · 📋 300 - 34% open · ⏱️ 08.05.2024):

     git clone https://github.com/apache/incubator-pekko
    
parapet (🥉11 · ⭐ 140 · 💤) - A purely functional library to build distributed and event-driven.. Apache-2
  • GitHub (👨‍💻 7 · 🔀 7 · 📋 26 - 30% open · ⏱️ 30.04.2023):

     git clone https://github.com/parapet-io/parapet
    
poppet (🥉9 · ⭐ 25) - Minimal, type-safe RPC Scala library. MIT
  • GitHub (👨‍💻 2 · 🔀 2 · ⏱️ 08.12.2023):

     git clone https://github.com/yakivy/poppet
    
annette (🥉8 · ⭐ 16 · 💤) - Platform to build distributed, scalable, enterprise-wide business.. Apache-2
  • GitHub (⏱️ 18.07.2023):

     git clone https://github.com/annetteplatform/annette
    
Show 5 hidden projects...
  • akka (🥇30 · ⭐ 13K) - Build highly concurrent, distributed, and resilient message-.. ❗Unlicensed
  • Remora (🥉14 · ⭐ 200 · 💀) - Kafka consumer lag-checking application for monitoring, written in.. MIT
  • curiodb (🥉11 · ⭐ 510 · 💀) - Distributed NoSQL Database. BSD-2
  • akka-tracing (🥉11 · ⭐ 320 · 💀) - A distributed tracing extension for Akka. Provides.. ❗Unlicensed
  • glokka (🥉9 · ⭐ 56 · 💀) - Library to register and lookup actors by names in an Akka cluster. MIT

ScalaJS

Back to top

Libraries purely built for Scala.js

scala-js (🥇25 · ⭐ 4.5K) - Scala.js, the Scala to JavaScript compiler. Apache-2
  • GitHub (👨‍💻 100 · 🔀 380 · 📋 2.2K - 1% open · ⏱️ 09.05.2024):

     git clone https://github.com/scala-js/scala-js
    
scalajs-react (🥈21 · ⭐ 1.6K) - Facebooks React on Scala.JS. Apache-2
  • GitHub (👨‍💻 81 · 🔀 230 · 📋 540 - 5% open · ⏱️ 02.02.2024):

     git clone https://github.com/japgolly/scalajs-react
    
Laminar (🥉15 · ⭐ 720) - Simple, expressive, and safe UI library for Scala.js. MIT
  • GitHub (👨‍💻 14 · 🔀 45 · 📋 100 - 22% open · ⏱️ 09.05.2024):

     git clone https://github.com/raquo/Laminar
    
Show 4 hidden projects...
  • scala-js-dom (🥈18 · ⭐ 310) - Statically typed DOM API for Scala.js. ❗Unlicensed
  • scalajs-angular (🥉14 · ⭐ 260 · 💀) - AngularJS Binding for Scala.js. Apache-2
  • scalajs-bundler (🥉14 · ⭐ 230) - ❗Unlicensed
  • nodejs (🥉14 · ⭐ 160 · 💀) - This project provides Scala.js type-safe bindings for Node.js.. Apache-2

Logging

Back to top

Libraries for working with and generating logs.

tinylog (🥇27 · ⭐ 670) - tinylog is a lightweight logging framework for Java, Kotlin, Scala,.. Apache-2
  • GitHub (👨‍💻 23 · 🔀 82 · 📥 38K · 📦 1.4K · 📋 250 - 12% open · ⏱️ 02.05.2024):

     git clone https://github.com/tinylog-org/tinylog
    
scala-logging (🥈17 · ⭐ 900) - Convenient and performant logging library for Scala.. Apache-2
  • GitHub (👨‍💻 45 · 🔀 130 · 📋 140 - 27% open · ⏱️ 19.04.2024):

     git clone https://github.com/lightbend-labs/scala-logging
    
Show 2 hidden projects...
  • log4s (🥉11 · ⭐ 170) - High-performance SLF4J wrapper for Scala. ❗Unlicensed
  • blindsight (🥉10 · ⭐ 84) - Blindsight is a Scala logging API with DSL based.. ❗Unlicensed

Others

Back to top

eclair (🥇25 · ⭐ 1.2K) - A scala implementation of the Lightning Network. Apache-2
  • GitHub (👨‍💻 50 · 🔀 250 · 📥 45K · 📋 720 - 5% open · ⏱️ 30.04.2024):

     git clone https://github.com/acinq/eclair
    
sangria (🥇23 · ⭐ 2K) - Scala GraphQL implementation. Apache-2
  • GitHub (👨‍💻 65 · 🔀 220 · 📋 470 - 13% open · ⏱️ 06.05.2024):

     git clone https://github.com/sangria-graphql/sangria
    
bootzooka (🥇21 · ⭐ 720) - Simple project to quickly start developing a Scala-based.. Apache-2
  • GitHub (👨‍💻 65 · 🔀 150 · 📋 120 - 10% open · ⏱️ 07.05.2024):

     git clone https://github.com/softwaremill/bootzooka
    
pureconfig (🥇20 · ⭐ 1.5K) - A boilerplate-free library for loading configuration files. MPL-2.0
  • GitHub (👨‍💻 87 · 🔀 180 · 📋 300 - 16% open · ⏱️ 07.05.2024):

     git clone https://github.com/pureconfig/pureconfig
    
skuber (🥇19 · ⭐ 74) - A Scala Kubernetes client library. Apache-2
  • GitHub (👨‍💻 66 · 🔀 29 · 📋 46 - 50% open · ⏱️ 04.03.2024):

     git clone https://github.com/hagay3/skuber
    
metrics-scala (🥈18 · ⭐ 420) - The scala API for Dropwizards Metrics. Apache-2
  • GitHub (👨‍💻 90 · 🔀 61 · 📋 74 - 2% open · ⏱️ 08.05.2024):

     git clone https://github.com/erikvanoosten/metrics-scala
    
fs2-aws (🥈18 · ⭐ 190) - fs2 utilities to interact with AWS. MIT
  • GitHub (👨‍💻 30 · 🔀 44 · 📋 68 - 25% open · ⏱️ 06.05.2024):

     git clone https://github.com/laserdisc-io/fs2-aws
    
scala-scraper (🥈17 · ⭐ 710) - A Scala library for scraping content from HTML pages. MIT
  • GitHub (👨‍💻 15 · 🔀 100 · 📋 61 - 13% open · ⏱️ 06.05.2024):

     git clone https://github.com/ruippeixotog/scala-scraper
    
scallop (🥈17 · ⭐ 670) - a simple Scala CLI parsing library. MIT
  • GitHub (👨‍💻 25 · 🔀 58 · 📋 190 - 3% open · ⏱️ 16.03.2024):

     git clone https://github.com/scallop/scallop
    
play-swagger (🥈17 · ⭐ 400 · 💤) - Swagger spec generator for play framework. Apache-2
  • GitHub (👨‍💻 54 · 🔀 130 · 📋 180 - 12% open · ⏱️ 28.07.2023):

     git clone https://github.com/iheartradio/play-swagger
    
decline (🥈16 · ⭐ 630 · 💤) - A composable command-line parser for Scala. Apache-2
  • GitHub (👨‍💻 34 · 🔀 67 · 📋 100 - 42% open · ⏱️ 11.06.2023):

     git clone https://github.com/bkirwi/decline
    
pprint (🥈15 · ⭐ 220) - Pretty-printing value, types and type-signatures in Scala. MIT
  • GitHub (👨‍💻 18 · 🔀 39 · 📋 53 - 58% open · ⏱️ 15.04.2024):

     git clone https://github.com/com-lihaoyi/pprint
    
franklin (🥈14 · ⭐ 71) - A STAC/OGC API Features Web Service. Apache-2
  • GitHub (👨‍💻 12 · 🔀 18 · 📋 200 - 48% open · ⏱️ 09.05.2024):

     git clone https://github.com/azavea/franklin
    
rtree2d (🥈13 · ⭐ 130) - RTree2D is a 2D immutable R-tree for ultra-fast nearest and.. Apache-2
  • GitHub (👨‍💻 6 · 🔀 11 · 📋 18 - 44% open · ⏱️ 08.05.2024):

     git clone https://github.com/plokhotnyuk/rtree2d
    
stac4s (🥈13 · ⭐ 15) - a scala library with primitives to build applications using the.. Apache-2
  • GitHub (👨‍💻 15 · 🔀 9 · 📋 51 - 39% open · ⏱️ 06.05.2024):

     git clone https://github.com/stac-utils/stac4s
    
scurl-detector (🥉11 · ⭐ 16) - Scala library that detects and extracts URLs from text. Apache-2
  • GitHub (👨‍💻 7 · 🔀 2 · 📋 10 - 10% open · ⏱️ 08.05.2024):

     git clone https://github.com/lambdaworks/scurl-detector
    
  • Maven (⏱️ 24.04.2023):

     <dependency>
     	<groupId>io.lambdaworks</groupId>
     	<artifactId>scurl-detector_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
scountries (🥉10 · ⭐ 20) - Scala library that provides an enumeration of ISO 3166 codes.. Apache-2
  • GitHub (👨‍💻 5 · 🔀 2 · ⏱️ 08.05.2024):

     git clone https://github.com/lambdaworks/scountries
    
  • Maven (⏱️ 24.04.2023):

     <dependency>
     	<groupId>io.lambdaworks</groupId>
     	<artifactId>scountries_3</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
figlet4s (🥉8 · ⭐ 38 · 💤) - ASCII-art banners in Scala. MIT
  • GitHub (👨‍💻 1 · 📋 21 - 57% open · ⏱️ 08.11.2022):

     git clone https://github.com/colofabrix/figlet4s
    
mailgun4s (🥉8 · ⭐ 17) - Mailgun API implementation in Scala. MIT
  • GitHub (👨‍💻 6 · 🔀 7 · ⏱️ 27.12.2023):

     git clone https://github.com/outr/mailgun4s
    
spliff (🥉7 · ⭐ 58) - Efficient diffing in Scala. MPL-2.0
  • GitHub (👨‍💻 3 · 🔀 2 · ⏱️ 29.04.2024):

     git clone https://github.com/sirthias/spliff
    
Show 31 hidden projects...
  • geotrellis (🥇20 · ⭐ 1.3K) - GeoTrellis is a geographic data processing engine for high.. ❗Unlicensed
  • scopt (🥈17 · ⭐ 1.4K) - command line options parsing for Scala. ❗Unlicensed
  • scalafx (🥈17 · ⭐ 660) - ScalaFX simplifies creation of JavaFX-based user interfaces.. ❗Unlicensed
  • cilib (🥈16 · ⭐ 120 · 💀) - Typesafe, purely functional Computational Intelligence. Apache-2
  • sbt-android (🥈14 · ⭐ 740 · 💀) - An easy-to-use sbt plugin for working with all Android.. ❗Unlicensed
  • fansi (🥈14 · ⭐ 220) - Scala/Scala.js library for manipulating Fancy Ansi colored.. ❗Unlicensed
  • scaloid (🥈13 · ⭐ 2.1K · 💀) - Scaloid makes your Android code easy to understand and.. ❗Unlicensed
  • banana-rdf (🥈13 · ⭐ 300 · 💀) - Banana RDF. ❗Unlicensed
  • op-rabbit (🥈13 · ⭐ 240 · 💀) - The Opinionated RabbitMQ Library for Scala and Akka. ❗Unlicensed
  • mainargs (🥈13 · ⭐ 180) - A small, convenient, dependency-free library for.. ❗Unlicensed
  • aptus-core (🥈13 · ⭐ 6) - A utility library aiming to simplify the Scala coding.. Apache-2
  • akka-quartz-scheduler (🥉12 · ⭐ 560 · 💀) - Quartz Extension and utilities for cron-style.. ❗Unlicensed
  • scala-stm (🥉12 · ⭐ 250 · 💀) - A library-based Software Transactional Memory (STM) for Scala,.. BSD-3
  • scala-ssh (🥉12 · ⭐ 230 · 💀) - Remote shell access via SSH for your Scala applications. Apache-2
  • scowl (🥉12 · ⭐ 54 · 💀) - A Scala DSL for programming with the OWL API. MIT
  • scalafiddle-editor (🥉11 · ⭐ 100 · 💀) - Web user interface for ScalaFiddle. Apache-2
  • osm4scala (🥉11 · ⭐ 77 · 💀) - Scala and Spark library focused on reading OpenStreetMap Pbf files. MIT
  • replesent (🥉10 · ⭐ 400 · 💀) - A neat little tool to build presentations using the Scala REPL. Apache-2
  • miniboxing-plugin (🥉10 · ⭐ 120 · 💀) - Miniboxing is a program transformation that improves.. ❗Unlicensed
  • managerial (🥉10 · ⭐ 13) - A zero-dependency Scala library for managing resources.. Apache-2
  • clist (🥉8 · ⭐ 100 · 💀) - Command Line Interface Scala Toolkit. Apache-2
  • xs4s (🥉8 · ⭐ 58 · 💀) - XML Streaming for Scala including FS2/cats support. ❗Unlicensed
  • ostinato (🥉8 · ⭐ 51 · 💀) - A chess library that runs on the server (Scala) and on the browser.. MIT
  • scaposer (🥉8 · ⭐ 38 · 💀) - GNU Gettext .po file loader for Scala. MIT
  • scala-xgettext (🥉8 · ⭐ 25 · 💀) - Scala compiler plugin that acts like GNU xgettext command to.. MIT
  • aws4s (🥉7 · ⭐ 87 · 💀) - Non-blocking AWS SDK for Scala exposing strongly-typed APIs built on top.. MIT
  • sfcurve (🥉7 · ⭐ 81 · 💤) - LocationTech SFCurve is a Scala library for the creation,.. ❗Unlicensed
  • google-api-scala (🥉7 · ⭐ 18 · 💀) - This API is a wrapper for the google java libraries... Apache-2
  • service-chassis (🥉5 · ⭐ 7) - A scala chassis to get your applications and services.. ❗Unlicensed
  • sevenz4s (🥉4 · ⭐ 44 · 💀) - SevenZip library for Scala, easy to use. ❗️LGPL-2.1
  • google4s (🥉3 · ⭐ 11 · 💀) - A lean, functional library for Google Cloud Services in Scala. ❗Unlicensed

Related Resources

  • Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.

Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

About

🏆 A ranked list of awesome Scala projects. Updated weekly.

License:Creative Commons Attribution Share Alike 4.0 International