mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-27 11:24:38 -05:00
Add Light Java and Light OAuth2
This commit is contained in:
parent
3c110127b3
commit
7485ce7c05
1 changed files with 4 additions and 0 deletions
|
@ -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:<sup>PDF</sup>
|
|||
- 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue