Scala Graph alternatives and similar packages
Based on the "Extensions" category.
Alternatively, view Scala Graph alternatives based on common mentions on social networks and blogs.
-
Enumeratum
A type-safe, reflection-free, powerful enumeration implementation for Scala with exhaustive pattern match warnings and helpful integrations. -
scribe
The fastest logging library in the world. Built from scratch in Scala and programmatically configurable. -
Rapture
DISCONTINUED. a collection of libraries for common, everyday programming tasks (I/O, JSON, i18n, etc.) -
Lamma
Lamma schedule generator for Scala is a professional schedule generation library for periodic schedules like fixed income coupon payment, equity deravitive fixing date generation etc. -
wvlet-log
DISCONTINUED. A library for enhancing your application logs with colors and source code locations. -
Resolvable
DISCONTINUED. A library to optimize fetching immutable data structures from several endpoints in several formats.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Scala Graph or a related project?
README
Graph for Scala
This is the source code repository and issue tracker for Graph for Scala.
Questions or any feedback are appreciated. Please use GitHub issues for proven issues or enhancement requests but not for questions.
You are also welcome as a co-contributor.
Have fun with Graph for Scala.
Peter
1.x started in 2011 and has evolved by paying high attention to version compatibility to allow little migration effort.
2.x started in 2019 to make some significant improvements that also need new, simplified signatures. Added features include
- multiple sources for directed hyperedges
- easy edge class definition using case classes thus easy definition of edge ADTs
- improved functional graph handling
There is still much left to do before 2.0 is ready for shipment.
3.x is planned to support functional immutability by representing immutable graphs by a persistent data structure.