From fb090b39b6f1aa406f4831a2feb61732d500ba53 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 14 Jul 2019 13:58:19 +0200 Subject: [PATCH] Adds CNCF and some fixes... --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 548ae61..61dd37b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Talks](#talks) - [Tutorials](#tutorials) - [Books](#books) - - [Sites](#sites) + - [Sites & Organizations](#sites--organizations) - [Emerging Technologies](#emerging-technologies) - [License](#license) - [Contributing](#contributing) @@ -72,7 +72,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Deis](http://deis.io/) - Open source application platform for public and private clouds. - [Fabric8](http://fabric8.io/) - Open source microservices platform based on Docker, Kubernetes and Jenkins. Makes it easy to create, edit, deploy and manage microservices and go faster. - [Hook.io](https://hook.io) - Open source provider of microservice and webhook hosting. -- [KintoHub](https://www.kintohub.com) - Microservice package manager empowering developers to easily build and share cloud ready features. +- [KintoHub ![c]](https://www.kintohub.com) - Microservice package manager empowering developers to easily build and share cloud ready features. - [Lightbend ![c]](https://www.lightbend.com/) - Platform for building scalable reactive systems on the JVM. - [Mantl](https://github.com/mantl/mantl) - Platform for rapidly deploying globally distributed services. - [Netflix OSS](https://netflix.github.io/) - Netflix open source software ecosystem. @@ -84,7 +84,7 @@ A curated list of Microservice Architecture related principles and technologies. ## Frameworks / Runtimes - [Akka](http://akka.io/) - Toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM. -- [Axon](https://axoniq.io/) - An end-to-end development and infrastructure platform for easy development and running of any DDD, CQRS and Event Sourcing applications on JVM. +- [Axon ![c]](https://axoniq.io/) - An end-to-end development and infrastructure platform for easy development and running of any DDD, CQRS and Event Sourcing applications on JVM. - [Baratine](http://baratine.io/) - Platform for building a network of loosely-coupled POJO microservices. - [Erlang/OTP](https://github.com/erlang/otp) - Programming language used to build massively scalable soft real-time systems with requirements on high availability. - [Finagle](http://twitter.github.io/finagle) - Extensible RPC system for the JVM, used to construct high-concurrency servers. @@ -94,6 +94,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Ice](https://zeroc.com/) - Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python, and more. - [Lagom](https://github.com/lagom/lagom) - Reactive microservices for the JVM. - [Light-4j](https://github.com/networknt/light-4j) - A high throughput, low latency, small memory footprint and more productive microservices platform. +- [Micro](https://micro.mu/) - A microservice development runtime. - [Microserver](https://github.com/aol/micro-server) - Java 8 native, zero configuration, standards based, battle hardened library to run Java REST microservices. - [Orbit](https://github.com/orbit/orbit) - Modern framework for JVM languages that makes it easier to build and maintain distributed and scalable online services. - [Quasar](https://github.com/puniverse/quasar) - Fibers, channels and actors for the JVM. @@ -374,7 +375,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Fluentd](http://www.fluentd.org/) - Open source data collector for unified logging layer. - [Graylog](https://www.graylog.org/) - Fully integrated open source log management platform. - [Kibana](https://www.elastic.co/products/kibana) - Flexible analytics and visualization platform. -- [LogDNA](https://logdna.com/) - Centralized log management software. Instantly collect, centralize, and analyze logs in real-time from any platform, at any volume. +- [LogDNA ![c]](https://logdna.com/) - Centralized log management software. Instantly collect, centralize, and analyze logs in real-time from any platform, at any volume. - [Logstash](https://www.elastic.co/products/logstash) - Tool for managing events and logs. - [Suro](https://github.com/Netflix/suro/wiki) - Distributed data pipeline which enables services for moving, aggregating, routing, storing data. @@ -529,10 +530,10 @@ A curated list of Microservice Architecture related principles and technologies. - [API Blueprint](https://apiblueprint.org/) - Tools for your whole API lifecycle. Use it to discuss your API with others. Generate documentation automatically. Or a test suite. Or even some code. - [Apidoc](https://github.com/mbryzek/apidoc) - Beautiful documentation for REST services. - [RAML](http://raml.org/) - RESTful API Modeling Language, a simple and succinct way of describing practically-RESTful APIs. +- [ReDoc](https://github.com/Rebilly/ReDoc) - OpenAPI/Swagger-generated API Documentation. - [Slate](https://github.com/tripit/slate) - Beautiful static documentation for your API. - [Spring REST Docs](http://projects.spring.io/spring-restdocs/) - Document RESTful services by combining hand-written documentation with auto-generated snippets produced with Spring MVC Test. - [Swagger](http://swagger.io/) - A simple yet powerful representation of your RESTful API. -- [ReDoc](https://github.com/Rebilly/ReDoc) - OpenAPI/Swagger-generated API Documentation ## Standards / Recommendations @@ -692,8 +693,9 @@ A curated list of Microservice Architecture related principles and technologies. + Book 5: Monitoring & Management with Docker & Containers. - [The Tao of Microservices](https://www.manning.com/books/the-tao-of-microservices) - Teaches the path to understanding how to apply microservices architecture with your own real-world projects. -### Sites +### Sites & Organizations +- [Cloud Native Computing Foundation](https://www.cncf.io/) - The Cloud Native Computing Foundation builds sustainable ecosystems and fosters a community around a constellation of high-quality projects that orchestrate containers as part of a microservices architecture. - [Microservices Resource Guide](http://martinfowler.com/microservices/) - Martin Fowler's choice of articles, videos, books, and podcasts that can teach you more about the microservices architectural style. - [Microservice Patterns](http://microservices.io/) - Microservice architecture patterns and best practices. - [Microservice Antipatterns and Pitfalls](https://www.oreilly.com/ideas/microservices-antipatterns-and-pitfalls) - Microservice mostly known antipatterns and pitfalls.