diff --git a/README.md b/README.md index 049f326..6118400 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Service Fabric I/O](http://scalecube.io) - A microservices framework for the rapid development of distributed, resilient, reactive applications at scale. - [Vert.X](http://vertx.io/) - Toolkit for building reactive applications on the JVM. - [Vert.X Toolbox](https://github.com/vert-x3/vertx-microservices-toolbox) - A set of Vert.x components to build reactive microservice applications. +- [Light Java](https://github.com/networknt/light-java) - The fastest, lightest and most productive microservices framework. ## Service Toolkits @@ -297,6 +298,7 @@ A curated list of Microservice Architecture related principles and technologies. - [OSIAM](https://github.com/osiam/osiam) - Open source identity and access management implementing OAuth 2.0 and SCIMv2. - [SCIM](http://www.simplecloud.info/) - System for Cross-domain Identity Management. - [Vault](https://www.vaultproject.io/) - Secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets in modern computing. +- [Light OAuth2](https://github.com/networknt/light-oauth2) - The fastest, lightest and cloud native OAuth 2.0 authorization microservices. ### Job Schedulers / Workload Automation @@ -624,6 +626,8 @@ a strategic modeling approach. :small_orange_diamond:PDF - Microservices in C#: [Part 1](http://insidethecpu.com/2015/07/17/microservices-in-c-part-1-building-and-testing/), [Part 2](http://insidethecpu.com/2015/07/31/microservices-in-c-part-2-consistent-message-delivery/), [Part 3](http://insidethecpu.com/2015/08/14/microservices-in-c-part-3-queue-pool-sizing/), [Part 4](http://insidethecpu.com/2015/08/28/microservices-in-c-part-4-scaling-out/), [Part 5](http://insidethecpu.com/2015/09/11/microservices-in-c-part-5-autoscaling/). - [Microservices with Python, RabbitMQ and Nameko](http://brunorocha.org/python/microservices-with-python-rabbitmq-and-nameko.html) - [Using Packer and Ansible to build immutable infrastructure](https://blog.codeship.com/packer-ansible/) +- [Petstore Example in Light Java](https://networknt.github.io/light-java/example/petstore/) - Petstore API from OpenAPI specification to production. +- [Developing Microservices in Light Java](https://networknt.github.io/light-java/tutorials/microservices/) - A step by step guide to build microservices with security, logging, metrics etc. and deployed with docker. ### Books