[ANN] Simple Scala Config: Typesafe Config in a `Dynamic` Blanket

110 views
Skip to first unread message

Simeon Fitch

unread,
Jul 25, 2016, 10:58:31 AM7/25/16
to scala-user

I’ve written a thin wrapper around Typesafe Config that I want to promote, to get more users and generate feedback for improvements. It’s located here:

https://github.com/elderresearch/ssc

Hers’s the intro description from the README.md:

Typesafe Config is about as perfect as an application configuration system can be. HOCON is fantastic to work with, and the underlying Java implementation is both robust and consistent. However, as a Scala developer, I'm not immune to wanting a little extra "sugar" mixed in with the robustly fantastic Java goodness. Simple Scala Config is an extremely thin wrapper (less than 100 SLOCs plus Readers) around Typesafe Config, allowing retrieval of configuration values using field-dereference syntax.

In addition to allowing field-dereference syntax in configuration properly lookups, it also has several built-in typeclass-based Reader[T]s implementations (e.g. Reader[UUID], Reader[InetAddress], Reader[Path], etc), and ability for custom conversions.

Again, I’m interested in feedback (via GitHub issues or Gitter) anyone might be willing to offer.

Thanks,

Simeon

Reply all
Reply to author
Forward
0 new messages