-
Notifications
You must be signed in to change notification settings - Fork 6
Home
James Moger edited this page Apr 5, 2016
·
3 revisions
Fathom is an opinionated, modular, & injectable foundation for building microservices on a JVM.
(_) ______ __ __ __|__ / ____/___ _/ /_/ /_ ____ ____ ___ | / /_ / __ `/ __/ __ \/ __ \/ __ `__ \ \__/ \__/ / __/ / /_/ / /_/ / / / /_/ / / / / / / °-. .-° /_/ \__,_/\__/_/ /_/\____/_/ /_/ /_/ '
Fathom provides a tightly integrated base to quickly bootstrap your microservice project using best-of-breed components.
- Undertow is the development & deployment engine
- Guice is the dependency injection mechanism
- Guava is the standard library
- Config is the configuration file parser
- Args4j is the command-line parsing framework
- Logback is the logging framework
- SLF4J is the logging facade
- Java 8 is the baseline JVM
The footprint of the Fathom-Core foundation is ~7.5MB.
Fathom features a formal Module specification, Service infrastructure, and dependency injection all combined with Java ServiceLoader to give you ultimate modularity.
Distributed under the Apache Software License 2.0.