Top 3 Scala tagless Projects
-
Hello, you can try to look for pet store implementations on GitHub using Scala, like https://github.com/pauljamescleary/scala-pet-store. The "Pet Store" is usually an example repo demonstrating how to build a CRUD service. Since Scala is a language capable of expressing multiple design techniques, multiple ways of solving similar problems exist, which is neither good nor bad, just irritating for a beginner.
-
pfps-shopping-cart
:shopping_cart: The Shopping Cart application developed in the book "Practical FP in Scala: A hands-on approach"
The only issue I had was how to put all this knowledge together. For that I bought Practical FP in scala by Gabriel Vlope, it's not for beginners, tho but takes you through a project with the latest typelevel stack. Here's the link. https://leanpub.com/pfp-scala.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
endless
Scala library to describe sharded and event sourced entities using tagless-final algebras (by endless4s)
Project mention: How to get started with Play, Akka and Spark in real-world applications ; | /r/scala | 2022-10-06Akka is more a toolkit than a framework. It's built upon the actor model, but I would say most real-world usage doesn't care about that, but rather high-level components such as Akka streams, persistence and clustering. Maybe try to build something with endless4s.
Index
What are some of the best open-source tagless projects in Scala? This list will help you:
Project | Stars | |
---|---|---|
1 | scala-pet-store | 1,026 |
2 | pfps-shopping-cart | 462 |
3 | endless | 71 |