From 6e3566581938e0acc40628b02295c0ee1e0e7260 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 3 Sep 2016 09:49:11 +0200 Subject: [PATCH] feat: add microservice category Entries are Apollo, Lagom and SnopEE --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff58f83..1b03499 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Logging](#logging) - [Machine Learning](#machine-learning) - [Messaging](#messaging) + - [Microservice](#microservice) - [Miscellaneous](#miscellaneous) - [Monitoring](#monitoring) - [Native](#native) @@ -290,7 +291,6 @@ A curated list of awesome Java frameworks, libraries and software. * [Hazelcast](http://hazelcast.org/) - Highly scalable in-memory datagrid. * [Hystrix](https://github.com/Netflix/Hystrix) - Provides latency and fault tolerance. * [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters. -* [Lagom](https://www.lightbend.com/lagom) - Framework for creating microservice-based systems. * [Orbit](http://www.orbit.cloud/) - Virtual Actors, adding another level of abstraction to traditional actors. * [Quasar](http://www.paralleluniverse.co/quasar/) - Lightweight threads and actors for the JVM. @@ -501,6 +501,14 @@ A curated list of awesome Java frameworks, libraries and software. * [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. * [TypeTools](https://github.com/jhalterman/typetools) - Tools for resolving generic types. +## Microservice + +*Tools for managing microservices, i.e. creation, coordination or discovery.* + +* [Apollo](https://spotify.github.io/apollo/) - Libraries for writing composable microservices. +* [Lagom](https://www.lightbend.com/lagom) - Framework for creating microservice-based systems. +* [SnopEE](https://github.com/ivargrimstad/snoop) - Discovery service for Java EE microservices. + ## Monitoring *Tools that monitor applications in production.*