Skip to content

Latest commit

ย 

History

History
658 lines (529 loc) ยท 66.8 KB

README.md

File metadata and controls

658 lines (529 loc) ยท 66.8 KB

Awesome Microservices Awesome

A curated list of Microservice Architecture related principles and technologies.

Table of Contents

Platforms

  • ๐ŸŒŽ Jolie - Open source microservice-oriented programming language.
  • ๐ŸŒŽ Kalix (c) - Platform as a Service that abstracts away the complexity of event-driven microservices.
  • ๐ŸŒŽ Lightbend (c) - Platform for building scalable reactive systems on the JVM.
  • OpenWhisk - Serverless, open source cloud platform that executes functions in response to events at any scale.
  • ๐ŸŒŽ Pulumi - SDK for cloud native infrastructure as code. Use your favorite language to preview and manage updates to your apps and infrastructure, and continuously deploy to any cloud (no YAML required).
  • ย ย 1310โญ ย ย ย 182๐Ÿด Triton) - Open-source cloud management platform that delivers next generation, container-based, service-oriented infrastructure across one or more data centers.
  • ๐ŸŒŽ Wing - Cloud-oriented programming language. It allows developers to build distributed systems that fully leverage the power of the cloud without having to worry about the underlying infrastructure.

Frameworks / Runtimes

  • Akka - Toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM.
  • ๐ŸŒŽ Axon (c) - An end-to-end development and infrastructure platform for easy development and running of any DDD, CQRS and Event Sourcing applications on JVM.
  • ๐ŸŒŽ Ballerina - Cloud native programming language.
  • ๐ŸŒŽ Bun - Fast all-in-one JavaScript runtime.
  • ๐ŸŒŽ Dapr - Open source runtime for writing highly performant microservices using any programming language.
  • ๐ŸŒŽ Deno - JavaScript, TypeScript, and WebAssembly runtime with secure defaults and a great developer experience.
  • ๐ŸŒŽ Eclipse Microprofile - An open forum to optimize Enterprise Java for a microservices architecture by innovating across multiple implementations and collaborating on common areas of interest with a goal of standardization.
  • ย 11299โญ ย ย 2938๐Ÿด Erlang/OTP) - Programming language used to build massively scalable soft real-time systems with requirements on high availability.
  • Finagle - Extensible RPC system for the JVM, used to construct high-concurrency servers.
  • ๐ŸŒŽ Gleam - A friendly language for building type-safe, scalable systems.
  • ๐ŸŒŽ GraalVM - High-performance runtime that provides significant improvements in application performance and efficiency which is ideal for microservices.
  • ๐ŸŒŽ Helidon - Collection of Java libraries for writing microservices that run on a fast web core powered by Netty.
  • ๐ŸŒŽ Ice - Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python, and more.
  • ย ย 3609โญ ย ย ย 630๐Ÿด Light-4j) - A high throughput, low latency, small memory footprint and more productive microservices platform.
  • Micronaut - A modern, JVM-based, full-stack framework for building modular, easily testable microservice applications.
  • Moleculer - Fast & powerful microservices framework for Node.js, Java, Go and Ruby.
  • ๐ŸŒŽ Open Liberty - A lightweight open framework for building fast and efficient cloud-native Java microservices.
  • ย ย 1704โญ ย ย ย 173๐Ÿด Orbit) - Modern framework for JVM languages that makes it easier to build and maintain distributed and scalable online services.
  • ๐ŸŒŽ SmallRye - APIs and implementations tailored for cloud development, including Eclipse MicroProfile.
  • ย ย 5158โญ ย ย ย 247๐Ÿด Spin) - An open source framework for building and running fast, secure, and composable cloud microservices with WebAssembly.
  • ย ย ย 610โญ ย ย ย 105๐Ÿด ScaleCube) - Toolkit for building reactive microservices for the JVM: low-latency, high-throughput, scalable and resilient.
  • Vert.X - Toolkit for building reactive applications on the JVM.
  • ย ย ย 114โญ ย ย ย ย 67๐Ÿด Vert.X Toolbox) - A set of Vert.x components to build reactive microservice applications.
  • ย ย 3048โญ ย ย ย 538๐Ÿด Wangle) - A framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.

Service Toolkits

Polyglot

  • GRPC - A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. Libraries in C, C++, Java, Go, Node.js, Python, Ruby, Objective-C, PHP and C#.
  • Hprose - A very newbility RPC Library, support 25+ languages now.

C

  • ๐ŸŒŽ Kore - Easy to use web application framework for writing scalable web APIs in C.
  • ย ย ย ย ย ?โญ ย ย ย ย ย ?๐Ÿด Libasyncd) - Embeddable event-based asynchronous HTTP server library for C.
  • Libslack - Provides a generic agent oriented programming model, run time selection of locking strategies, functions that make writing daemons trivial and simplify the implementation of network servers and clients, &c.
  • Lwan - High-performance and scalable web server.
  • ย ย 2014โญ ย ย ย 250๐Ÿด Onion) - C library to create simple HTTP servers and web applications.

C++

  • ๐ŸŒŽ Capโ€™n Proto RPC - The Capโ€™n Proto C++ RPC implementation.
  • ย ย ย 807โญ ย ย ย 258๐Ÿด C++ Micro Services) - An OSGi-like C++ dynamic module system and service registry.
  • ย ย ย ย ย ?โญ ย ย ย ย ย ?๐Ÿด Enduro/X) - XATMI based service framework for GNU/Linux.
  • ย ย 3162โญ ย ย ย 695๐Ÿด Pistache) - A high-performance REST toolkit written in C++.
  • Poco - C++ class libraries for building network-based applications and servers.
  • ย 12968โญ ย ย 2402๐Ÿด Sogou Workflow) - Enterprise-grade programming engine aimed to satisfy most of the backend development requirements.

CSharp

  • ย ย 2725โญ ย ย ย 373๐Ÿด Awesome Microservices .NET Core) โญ - A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for microservices in .NET Core.
  • Akka.NET - Toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on .NET & Mono.
  • ๐ŸŒŽ Orleans - Provides a straightforward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns.

D

  • Vibe.d - Asynchronous I/O that doesnโ€™t get in your way, written in D.

Erlang VM

Elixir

  • Phoenix - Framework for building HTML5 apps, API backends and distributed systems.
  • ย ย 2844โญ ย ย ย 583๐Ÿด Plug) - A specification and conveniences for composable modules between web applications.

Erlang

  • ย ย 7262โญ ย ย 1164๐Ÿด Cowboy) - Small, fast, modular HTTP server written in Erlang.
  • ย ย 1863โญ ย ย ย 474๐Ÿด Mochiweb) - Erlang library for building lightweight HTTP servers.

Go

  • ย 18158โญ ย ย ย 980๐Ÿด Chi) - Lightweight, idiomatic and composable router for building Go HTTP services.
  • ๐ŸŒŽ Echo - Fast and unfancy HTTP server framework for Go. Up to 10x faster than the rest.
  • ย 33191โญ ย ย 1635๐Ÿด Fiber) - Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind.
  • ย 78028โญ ย ย 7970๐Ÿด Gin) - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance, up to 40 times faster.
  • ย ย 5635โญ ย ย ย 557๐Ÿด Goa) - Design-based HTTP microservices in Go.
  • ย ย 2364โญ ย ย ย 171๐Ÿด GoFr) - An opinionated microservice development framework emphasizing scalability and robustness. Designed to simplify the development of microservices.
  • ย ย 2733โญ ย ย ย 469๐Ÿด Go Chassis) - A framework for rapid development of microservices in Go that is easy to integrate with some cloud ecosystems.
  • ย 26505โญ ย ย 2425๐Ÿด Go kit) - Distributed programming toolkit for microservices in the modern enterprise.
  • ย 21822โญ ย ย 2349๐Ÿด Go-micro) - A distributed systems development framework.
  • ย 28913โญ ย ย 3914๐Ÿด go-zero) - A web and rpc distributed system development framework.
  • Gorilla - Web toolkit for the Go programming language.
  • ย 25160โญ ย ย 2478๐Ÿด Iris) - Fast, simple and efficient micro web framework for Go.
  • ย ย 6304โญ ย ย ย 565๐Ÿด Lura) - Framework to build ultra performance API Gateways with middlewares.
  • ย 12090โญ ย ย 1047๐Ÿด Micro) - A distributed systems runtime for the cloud and beyond.
  • ย ย 7449โญ ย ย ย 578๐Ÿด Negroni) - Idiomatic HTTP middleware for Golang.
  • ย ย 8079โญ ย ย 1162๐Ÿด RPCX) - A distributed RPC service framework based on NET/RPC like Alibaba Dubbo and Weibo Motan.

Haskell

  • ย ย 1715โญ ย ย ย 134๐Ÿด Scotty) - Micro web framework inspired by Ruby's Sinatra, using WAI and Warp.
  • ย ย 1812โญ ย ย ย 409๐Ÿด Servant) - Type-level web DSL.
  • ย ย 2628โญ ย ย ย 370๐Ÿด Yesod) - The Haskell RESTful web framework.

Java VM

Clojure

  • ย ย 4084โญ ย ย ย 259๐Ÿด Compojure) - A concise routing library for Ring/Clojure.
  • ย ย 1127โญ ย ย ย ย 51๐Ÿด Duct) - Minimal framework for building web applications in Clojure, with a strong emphasis on simplicity.
  • ย ย ย 607โญ ย ย ย ย 77๐Ÿด System) - Built on top of Stuart Sierra's component library, offers a set of readymade components.
  • ย ย ย 190โญ ย ย ย ย 26๐Ÿด Tesla) - Common basis for some of Otto.de's Clojure microservices.

Java

  • ๐ŸŒŽ ActiveRPC - Lightweight and fast library for complex high-load distributed applications and Memcached-like solutions.
  • ย ย ย 583โญ ย ย ย 333๐Ÿด Airlift) - Framework for building REST services in Java.
  • ๐ŸŒŽ Armeria - Open-source asynchronous HTTP/2 RPC/REST client/server library built on top of Java 8, Netty, Thrift and gRPC.
  • ย 17362โญ ย ย 3918๐Ÿด Disruptor) - High-performance inter-thread messaging library.
  • ๐ŸŒŽ Dropwizard - Java framework for developing ops-friendly, high-performance, RESTful web services.
  • ย 40355โญ ย 26407๐Ÿด Dubbo) - A high-performance, java based RPC framework open-sourced by Alibaba.
  • ย ย ย ย 80โญ ย ย ย ย 95๐Ÿด Conjure) - Opinionated set of libraries for defining and creating RESTish/RPC servers and clients based on Feign or Retrofit as a client and Dropwizard/Jersey with JAX-RS service definitions as a server.
  • ย ย ย 690โญ ย ย ย 351๐Ÿด Jersey) - RESTful services in Java. JAX-RS reference implementation.
  • ๐ŸŒŽ Quarkus - A Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM, crafted from the best of breed Java libraries and standards.
  • ๐ŸŒŽ Ratpack - Set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. specific support for the Groovy language is provided.
  • Spring Boot - Makes it easy to create stand-alone, production-grade Spring based applications.

Kotlin

  • ๐ŸŒŽ Http4k - Lightweight but fully-featured HTTP toolkit written in pure Kotlin that enables the serving and consuming of HTTP services in a functional and consistent way.
  • ๐ŸŒŽ Ktor - Framework for building asynchronous servers and clients in connected systems using the Kotlin programming language.

Scala

  • Finatra - Fast, testable, Scala HTTP services built on Twitter-Server and Finagle.
  • Http4s - A minimal, idiomatic Scala interface for HTTP
  • ๐ŸŒŽ Play - The high velocity web framework for Java and Scala.
  • Squbs - A suite of components enabling standardization and operationalization of Akka and Akka HTTP applications/services in a large scale, managed, cloud environment.

Node.js

  • Actionhero - Multi-transport Node.js API server with integrated cluster capabilities and delayed tasks.
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • ๐ŸŒŽ Fastify - Fastify, Fast and low overhead web framework, for Node.js.
  • FeathersJS - An open source REST and realtime API layer for modern applications.
  • ๐ŸŒŽ Hono - Small, simple, and ultrafast web framework for the Edges. It works on any JavaScript runtime.
  • Koa - Next generation web framework for Node.js
  • Loopback - Node.js framework for creating APIs and easily connecting to backend data sources.
  • Micro - Asynchronous HTTP microservices.
  • ๐ŸŒŽ NestJS - A Node.js framework for building efficient and scalable server-side applications with a built-in microservices support.
  • ย ย 3955โญ ย ย ย 314๐Ÿด Seneca) - A microservices toolkit for Node.js
  • ย 46377โญ ย ย 5694๐Ÿด Serverless) - Build and maintain web, mobile and IoT applications running on AWS Lambda and API Gateway (formerly known as JAWS).
  • ย 34424โญ ย ย 1221๐Ÿด tRPC) - End-to-end typesafe APIs.

Perl

  • Cro - Libraries for creating reactive distributed systems using Perl 6.
  • ๐ŸŒŽ Mojolicious - Next generation web framework for Perl.

PHP

  • ๐ŸŒŽ API Platform - API-first web framework on top of Symfony with JSON-LD, Schema.org and Hydra support.
  • ๐ŸŒŽ Ecotone - Framework based on architectural principles of DDD, CQRS and Event Sourcing that provides building blocks to create scalable and extensible applications.
  • ย ย 6158โญ ย ย 1198๐Ÿด Hyperf) - Hyperf is an extremely performant and flexible PHP CLI framework based on Swoole 4.5+, powered by the state-of-the-art coroutine server and a large number of battle-tested components.
  • ๐ŸŒŽ Lumen - Stunningly fast micro-framework.
  • ๐ŸŒŽ Phalcon - Full-stack PHP framework delivered as a C-extension.
  • Slim - Micro-framework that helps you quickly write simple yet powerful web applications and APIs.
  • ๐ŸŒŽ Spiral - Framework designed for long-running applications using ๐ŸŒŽ RoadRunner. It offers advanced features like integration with the ๐ŸŒŽ Temporal workflow engine and ๐ŸŒŽ Centrifugo websocket server. It is particularly effective for microservices architecture, providing robust support for REST APIs and gRPC services.
  • ย ย ย ย ย ?โญ ย ย ย ย ย ?๐Ÿด Swoft) - PHP microservices coroutine framework for building high-performance web systems, APIs, middleware, and basic services.
  • ๐ŸŒŽ Symfony - Micro-framework based on the Symfony components.

Python

  • ย 14972โญ ย ย 1995๐Ÿด Aiohttp) - HTTP client/server for asyncio.
  • ๐ŸŒŽ Bottle - Fast, simple and lightweight WSGI micro web-framework for Python.
  • ย ย 4474โญ ย ย ย 760๐Ÿด Connexion) - Swagger/OpenAPI framework for Python on top of Flask with automatic endpoint validation and OAuth2 support.
  • ๐ŸŒŽ Falcon - Bare-metal Python web API framework for building very fast app backends and microservices.
  • ๐ŸŒŽ FastAPI - Modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
  • Flask - Python framework for microservices based on Werkzeug and Jinja 2.
  • ย ย 4701โญ ย ย ย 467๐Ÿด Nameko) - Python framework for building microservices.
  • ย 18015โญ ย ย 1542๐Ÿด Sanic) - Sanic is a Flask-like Python 3.5+ web server that's written to go fast.
  • Tornado - Web framework and asynchronous networking library.
  • ๐ŸŒŽ Twisted - Event-driven network programming engine.
  • ย ย ย ย ย ?โญ ย ย ย ย ย ?๐Ÿด Web.py) - Minimalist web framework for Python.

Ruby

  • ย ย 9878โญ ย ย 1218๐Ÿด Grape) - An opinionated framework for creating REST-like APIs
  • Hanami - A modern web framework for Ruby.
  • ย ย ย 300โญ ย ย ย ย 36๐Ÿด Praxis) - Framework for both designing and implementing APIs.
  • ย ย ย 275โญ ย ย ย ย 13๐Ÿด Scorched) - Light-weight web framework for Ruby.
  • Sinatra - Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort.

Rust

  • ๐ŸŒŽ Are we web yet? โญ - A summary of the current state of web programming in Rust.
  • ๐ŸŒŽ Actix - Powerful, pragmatic, and extremely fast web framework for Rust.
  • ย ย 3171โญ ย ย ย 194๐Ÿด Tarpc) - RPC framework for Rust with a focus on ease of use.
  • ย ย 3459โญ ย ย ย 274๐Ÿด Tower) - Library of modular and reusable components for building robust networking clients and servers.
  • ย ย ย 135โญ ย ย ย ย ย 5๐Ÿด Wtx) - HTTP/2 client/server framework.

Frontend / UI

  • ย ย ย 562โญ ย ย ย ย 52๐Ÿด Awesome Micro Frontends) โญ - A curated list of resources about Micro Frontends.
  • Electrode - Universal React/Node.js application platform.
  • ๐ŸŒŽ Micro Frontends - Extending the microservice idea to frontend development.
  • ๐ŸŒŽ MiniApp White Paper - MiniApp standardization white paper.

Capabilities

API Gateways / Edge Services

Note that ๐ŸŒŽ data and control plane components are not categorized at this moment.

  • ๐ŸŒŽ Ambassador (c) - Kubernetes-native API gateway for microservices built on Envoy.
  • ย ย ย 305โญ ย ย ย 171๐Ÿด APIcast) - APIcast is an API gateway built on top of NGINX. It is part of the Red Hat 3scale API Management Platform.
  • ย ย 6198โญ ย ย ย 344๐Ÿด Bunker Web) - Web app hosting and reverse proxy secure by default.
  • ๐ŸŒŽ Caddy - Extensible HTTP/2 web server with automatic HTTPS.
  • Camel - Empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based fluent API, Spring or Blueprint XML configuration files, and a Scala DSL.
  • ย 24742โญ ย ย 4752๐Ÿด Envoy) - Open source edge and service proxy, from the developers at Lyft.
  • ย ย 4846โญ ย ย ย 783๐Ÿด HAProxy) - Reliable, high Performance TCP/HTTP load balancer.
  • ๐ŸŒŽ Istio - An open platform to connect, manage, and secure microservices.
  • Keepalived - Simple and robust facilities for loadbalancing and high-availability to Linux system and Linux based infrastructures.
  • ย 38888โญ ย ย 4777๐Ÿด Kong) - Open source management layer for APIs.
  • KrakenD - Open source ultra performance API Gateway.
  • ๐ŸŒŽ Kuma - Platform agnostic open source control plane for service mesh and microservices.
  • ๐ŸŒŽ Linkerd - Resilient service mesh for cloud native apps.
  • ย ย ย 311โญ ย ย ย ย 51๐Ÿด Neutrino) - Extensible software load balancer.
  • OpenResty - Fast web application server built on top of Nginx.
  • ๐ŸŒŽ Open Service Mesh - Lightweight and extensible cloud native service mesh.
  • ๐ŸŒŽ Otoroshi - Modern HTTP reverse proxy with lightweight API management.
  • ย 21219โญ ย ย 1169๐Ÿด Pingora) - A library for building fast, reliable and evolvable network services.
  • ย ย 3080โญ ย ย ย 350๐Ÿด Skipper) - HTTP router useful for decoupling routing from service logic.
  • ๐ŸŒŽ Spring Cloud Gateway - API Gateway on top of Spring MVC. Aims to provide a simple, yet effective way to route to APIs.
  • Tengine - A distribution of Nginx with some advanced features.
  • Trรฆfษชk - A modern HTTP reverse proxy and load balancer made to deploy microservices with ease.
  • ย ย 1803โญ ย ย ย 796๐Ÿด Traffic Server) - High-performance building block for cloud services.
  • ๐ŸŒŽ Tyk - Open source, fast and scalable API gateway, portal and API management platform.
  • ย ย 3081โญ ย ย ย 225๐Ÿด Vulcand) - Programmatic load balancer backed by Etcd.
  • ย 13448โญ ย ย 2373๐Ÿด Zuul) - An edge service that provides dynamic routing, monitoring, resiliency, security, and more.

Configuration & Discovery

  • ๐ŸŒŽ Central Dogma - Open-source highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2.
  • ๐ŸŒŽ Consul - Service discovery and configuration made easy. Distributed, highly available, and datacenter-aware.
  • ย 47419โญ ย ย 9729๐Ÿด Etcd) - Highly-available key-value store for shared configuration and service discovery.
  • ย ย ย ย ย ?โญ ย ย ย ย ย ?๐Ÿด Eureka) - REST based service that is primarily used in the AWS cloud for locating services for the purpose of load balancing and failover of middle-tier servers.
  • ๐ŸŒŽ Microconfig - Modern and simple way of microservice configuration management.
  • ย 30049โญ ย 12805๐Ÿด Nacos) - Easy-to-use dynamic service discovery, configuration and service management platform.
  • ย ย 2200โญ ย ย ย 307๐Ÿด SkyDNS) - Distributed service for announcement and discovery of services built on top of etcd. It utilizes DNS queries to discover available services.
  • Spring Cloud Config - Provides server and client-side support for externalized configuration in a distributed system.
  • ๐ŸŒŽ ZooKeeper - Open source server which enables highly reliable distributed coordination.

Coordination & Governance

  • ๐ŸŒŽ AWS Step Functions (c) - Coordinate the components of distributed applications and microservices using visual workflows.
  • ๐ŸŒŽ Cadence - Fault-oblivious stateful code platform.
  • ย 12829โญ ย ย 2330๐Ÿด Conductor) - A microservices orchestration engine.
  • ย ย 7667โญ ย ย ย 470๐Ÿด Kestra) - Open source microservices event-driven, language-agnostic orchestration and scheduling platform.
  • ย 11396โญ ย ย ย 817๐Ÿด Temporal) - Open source microservices orchestration platform for running mission critical code at any scale.
  • ๐ŸŒŽ Zeebe - Define, orchestrate, and monitor business processes across microservices.

Elasticity

  • Hazelcast - Open source in-memory data-grid. Allows you to distribute data and computation across servers, clusters and geographies, and to manage very large data sets or high data ingest rates. Mature technology.
  • Helix - Generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes.
  • Ignite - High-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies.
  • ๐ŸŒŽ Libp2p - A framework and suite of protocols for building peer-to-peer network applications.
  • ๐ŸŒŽ Mesos - Abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively.
  • ๐ŸŒŽ Nomad - Distributed, highly available, datacenter-aware scheduler.
  • ย 23209โญ ย ย 5338๐Ÿด Redisson) - Distributed and scalable Java data structures on top of Redis server.
  • ๐ŸŒŽ Serf - Decentralized solution for cluster membership, failure detection and orchestration.
  • ย 16015โญ ย ย ย 599๐Ÿด Valkey) - A new project to resume development on the formerly open-source Redis project.
  • ๐ŸŒŽ Zenoh - Pub/sub/query protocol unifying data in motion, data at rest and computations. Efficiently blends traditional pub/sub with geo distributed storage, queries and computations.

Job Schedulers / Workload Automation

  • ย 24513โญ ย ย 4654๐Ÿด Celery) - Asynchronous task queue/job queue based on distributed message passing. Focused on real-time operation and supports scheduling.
  • Dkron - Distributed, fault tolerant job scheduling system.
  • ย ย 5726โญ ย ย ย 227๐Ÿด Faktory) - Language-agnostic persistent background job server.
  • Rundeck (c) - Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.
  • ย ย ย 120โญ ย ย ย ย 30๐Ÿด Schedulix) - Open source enterprise job scheduling system lays down ground-breaking standards for the professional automation of IT processes in advanced system environments.

Logging

  • Fluentd - Open source data collector for unified logging layer.
  • ๐ŸŒŽ Graylog - Fully integrated open source log management platform.
  • ๐ŸŒŽ Kibana - Flexible analytics and visualization platform.
  • ๐ŸŒŽ LogDNA (c) - Centralized log management software. Instantly collect, centralize, and analyze logs in real-time from any platform, at any volume.
  • ๐ŸŒŽ Logstash - Tool for managing events and logs.
  • ย 23386โญ ย ย 3388๐Ÿด Loki) - Like Prometheus, but for logs.

Messaging

  • ร˜MQ - Brokerless intelligent transport layer.
  • ActiveMQ - Powerful open source messaging and integration patterns server.
  • ย ย 7328โญ ย ย ย 887๐Ÿด Aeron) - Efficient reliable UDP unicast, UDP multicast, and IPC message transport.
  • ๐ŸŒŽ Beanstalk - Simple, fast work queue.
  • ย 15434โญ ย ย 1431๐Ÿด Bull) - Fast and reliable Redis-based queue for Node.
  • ย ย 2048โญ ย ย ย 274๐Ÿด Crossbar) - Open source networking platform for distributed and microservice applications. It implements the open Web Application Messaging Protocol (WAMP).
  • Kafka - Publish-subscribe messaging rethought as a distributed commit log.
  • ย ย ย 322โญ ย ย ย ย 77๐Ÿด Malamute) - ZeroMQ enterprise messaging broker.
  • Mosca - MQTT broker as a module.
  • Mosquitto - Open source message broker that implements the MQTT protocol.
  • ๐ŸŒŽ NATS - Open source, high-performance, lightweight cloud messaging system.
  • NSQ - A realtime distributed messaging platform.
  • ๐ŸŒŽ Pulsar - Distributed pub-sub messaging system.
  • ๐ŸŒŽ RabbitMQ - Open source Erlang-based message broker that just works.
  • ย ย ย ย ย ?โญ ย ย ย ย ย ?๐Ÿด Redpanda) - Streaming data platform for developers: Kafka API compatible, 10x faster, no ZooKeeper and no JVM.
  • ย 21084โญ ย 11639๐Ÿด RocketMQ) - A low latency, reliable, scalable, easy to use message oriented middleware born from alibaba massive messaging business.
  • ๐ŸŒŽ VerneMQ - Open source, scalable, Erlang-based MQTT broker.

Monitoring & Debugging

  • ๐ŸŒŽ Beats - Lightweight shippers for Elasticsearch & Logstash.
  • ย ย 7993โญ ย ย 1735๐Ÿด Elastalert) - Easy & flexible alerting for Elasticsearch.
  • Ganglia - A scalable distributed monitoring system for high-performance computing systems such as clusters and grids.
  • Grafana - An open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB.
  • Graphite - Scalable realtime graphing.
  • ๐ŸŒŽ IOpipe (c) - Application performance monitoring for Amazon Lambda.
  • ๐ŸŒŽ Jaeger - An open source, end-to-end distributed tracing
  • ๐ŸŒŽ OpenTelemetry - High-quality, ubiquitous, and portable telemetry to enable effective observability.
  • Prometheus - An open source service monitoring system and time series database.
  • Riemann - Monitors distributed systems.
  • Sensu - Monitoring for today's infrastructure.
  • ๐ŸŒŽ SkyWalking - Application performance monitor tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures.
  • Zabbix - Open source enterprise-class monitoring solution.
  • Zipkin - Distributed tracing system.

Reactivity

  • Reactor.io - A second-generation Reactive library for building non-blocking applications on the JVM based on the Reactive Streams Specification.
  • ย ย 1417โญ ย ย ย 387๐Ÿด Reactive Kafka) - Reactive Streams API for Apache Kafka.
  • ReactiveX - API for asynchronous programming with observable streams. Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others.
  • ๐ŸŒŽ RSocket - Application protocol providing Reactive Streams semantics.

Resilience

  • ย ย 5947โญ ย ย ย 646๐Ÿด Awesome Chaos Engineering) โญ - A curated list of awesome chaos engineering resources.
  • ย 24072โญ ย ย 4701๐Ÿด Hystrix) - Latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
  • Raft Consensus - Consensus algorithm that is designed to be easy to understand. It's equivalent to Paxos in fault-tolerance and performance.
  • ย ย 9676โญ ย ย 1325๐Ÿด Resilience4j) - Fault tolerance library designed for Java8 and functional programming.
  • Resilient HTTP - A smart HTTP client with super powers like fault tolerance, dynamic server discovery, auto balancing and reactive recovery, designed for distributed systems.
  • ๐ŸŒŽ Svix - Webhooks service that sends webhooks to your users with full retry schedules, exponential backoff, signature verification, and event types.

Security

  • ย ย 9361โญ ย ย 1685๐Ÿด Dex) - Opinionated auth/directory service with pluggable connectors. OpenID Connect provider and third-party OAuth 2.0 delegation.
  • JWT - JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
  • ย 22345โญ ย ย 6619๐Ÿด Keycloak) - Full-featured and extensible auth service. OpenID Connect provider and third-party OAuth 2.0 delegation.
  • ย ย ย 313โญ ย ย ย ย 75๐Ÿด Light OAuth2) - A fast, lightweight and cloud native OAuth 2.0 authorization microservices based on light-java.
  • OAuth - Provides specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. Many implementations.
  • ๐ŸŒŽ OpenID Connect - Libraries, products, and tools implementing current OpenID specifications and related specs.
  • ๐ŸŒŽ Open Ziti - Zero trust security and overlay networking as pure open source software.
  • ๐ŸŒŽ ORY - Open source identity infrastructure and services.
  • ๐ŸŒŽ SCIM - System for Cross-domain Identity Management.
  • ๐ŸŒŽ Vault - Secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets in modern computing.

Serialization

  • ๐ŸŒŽ Avro - Apache data serialization system providing rich data structures in a compact, fast, binary data format.
  • ย ย ย ย ย ?โญ ย ย ย ย ย ?๐Ÿด Bond) - Cross-platform framework for working with schematized data, broadly used at Microsoft in high scale services.
  • ย ย ย 367โญ ย ย ย ย 41๐Ÿด BooPickle) - Binary serialization library for efficient network communication. For Scala and Scala.js
  • ๐ŸŒŽ Capโ€™n Proto - Insanely fast data interchange format and capability-based RPC system.
  • CBOR - Implementations of the CBOR standard (RFC 7049) in many languages.
  • Cereal - C++11 library for serialization.
  • ย ย 1484โญ ย ย ย 151๐Ÿด Cheshire) - Clojure JSON and JSON SMILE encoding/decoding.
  • Etch - Cross-platform, language and transport-independent framework for building and consuming network services.
  • ย 25723โญ ย ย 6503๐Ÿด Fastjson) - Fast JSON Processor.
  • ย ย 2960โญ ย ย ย 235๐Ÿด Ffjson) - Faster JSON serialization for Go.
  • ย ย 1581โญ ย ย ย 248๐Ÿด FST) - Fast java serialization drop in-replacement.
  • ย ย 9044โญ ย ย 1189๐Ÿด Jackson) - A multi-purpose Java library for processing JSON data format.
  • ย ย ย ย 91โญ ย ย ย ย 21๐Ÿด Jackson Afterburner) - Jackson module that uses bytecode generation to further speed up data binding (+30-40% throughput for serialization, deserialization).
  • ย ย 6171โญ ย ย ย 823๐Ÿด Kryo) - Java serialization and cloning: fast, efficient, automatic.
  • MessagePack - Efficient binary serialization format.
  • ย ย 2040โญ ย ย ย 301๐Ÿด Protostuff) - A serialization library with built-in support for forward-backward compatibility (schema evolution) and validation.
  • ย ย ย ย 75โญ ย ย ย ย 40๐Ÿด SBinary) - Library for describing binary formats for Scala types.
  • Thrift - The Apache Thrift software framework, for scalable cross-language services development.

Storage

  • ย ย 6805โญ ย ย 2934๐Ÿด Alluxio) - Virtual distributed storage system.
  • Apache Cassandra - Column-oriented and providing high availability with no single point of failure.
  • Aerospike (c) - High performance NoSQL database delivering speed at scale.
  • ๐ŸŒŽ ArangoDB - A distributed free and open source database with a flexible data model for documents, graphs, and key-values.
  • ย ย ย ย 52โญ ย ย ย ย ย 9๐Ÿด AtlasDB) - Transactional layer on top of a key value store.
  • ย 10394โญ ย ย ย 662๐Ÿด Citus) - Distributed PostgreSQL as an extension.
  • ๐ŸŒŽ ClickHouse - Column-oriented database management system that allows generating analytical data reports in real time.
  • ๐ŸŒŽ CockroachDB (c) - A cloud-native SQL database modelled after Google Spanner.
  • Couchbase - A distributed database engineered for performance, scalability, and simplified administration.
  • ๐ŸŒŽ Crate (c) - Scalable SQL database with the NoSQL goodies.
  • Datomic - Fully transactional, cloud-ready, distributed database.
  • Druid - Fast column-oriented distributed data store.
  • ๐ŸŒŽ Elasticsearch - Open source distributed, scalable, and highly available search server.
  • Geode - Open source, distributed, in-memory database for scale-out applications.
  • Infinispan - Highly concurrent key/value datastore used for caching.
  • ย 28650โญ ย ย 3537๐Ÿด InfluxDB) - Scalable datastore for metrics, events, and real-time analytics.
  • OpenTSDB - Scalable and distributed time series database written on top of Apache HBase.
  • ย ย 2530โญ ย ย ย 230๐Ÿด Pilosa) - Open source, distributed bitmap index that dramatically accelerates queries across multiple, massive data sets.
  • RethinkDB - Open source, scalable database that makes building realtime apps easier.
  • ย ย ย ย 61โญ ย ย ย ย 15๐Ÿด Secure Scuttlebutt) - P2P database of message-feeds.
  • TiKV - Distributed transactional key-value database.
  • ๐ŸŒŽ Trino - Fast distributed SQL query engine for big data analytics that helps you explore your data universe.

Testing

  • ย 18552โญ ย ย ย ย 13๐Ÿด Goreplay) - A tool for capturing and replaying live HTTP traffic into a test environment.
  • ๐ŸŒŽ Mitmproxy - An interactive console program that allows traffic flows to be intercepted, inspected, modified and replayed.
  • Mountebank - Cross-platform, multi-protocol test doubles over the wire.
  • ๐ŸŒŽ Pact - Contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
  • ย ย ย ย 85โญ ย ย ย ย 12๐Ÿด RestQA) - A tool to manage microservices mocking, unit and performance testing locally with best in class developer experience.
  • ๐ŸŒŽ Spring Cloud Contract - TDD to the level of software architecture.
  • ย ย 5824โญ ย ย ย 502๐Ÿด VCR) - Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. See the list of ports for implementations in other languages.
  • ย ย ย ย 58โญ ย ย ย ย 12๐Ÿด Wilma) - Combined HTTP/HTTPS service stub and transparent proxy solution.
  • WireMock - Flexible library for stubbing and mocking web services. Unlike general purpose mocking tools it works by creating an actual HTTP server that your code under test can connect to as it would a real web service.
  • ย ย 2345โญ ย ย ย 208๐Ÿด Hoverfly) - Lightweight service virtualization/API simulation tool for developers and testers.

Continuous Integration & Delivery

  • ย ย 1850โญ ย ย ย 202๐Ÿด Awesome CI/CD DevOps) โญ - A curated list of awesome tools for continuous integration, continuous delivery and DevOps.

Web API Modeling & Documentation

GraphQL

  • GraphQL - Query language designed to build client applications by providing an intuitive and flexible syntax and system for describing their data requirements and interactions.

JSON

  • ๐ŸŒŽ JSON:API - A specification for how a client should request that resources be fetched or modified, and how a server should respond to those requests.

REST

  • ๐ŸŒŽ API Blueprint - 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.
  • ๐ŸŒŽ OpenAPI - The OpenAPI Specification (OAS) provides a consistent means to carry information through each stage of the API lifecycle.
  • RAML - RESTful API Modeling Language, a simple and succinct way of describing practically-RESTful APIs.
  • ย 23308โญ ย ย 2287๐Ÿด ReDoc) - OpenAPI/Swagger-generated API Documentation.
  • ย 36020โญ ย ย ย 112๐Ÿด Slate) - Beautiful static documentation for your API.
  • Spring REST Docs - Document RESTful services by combining hand-written documentation with auto-generated snippets produced with Spring MVC Test.
  • ๐ŸŒŽ Swagger - A simple yet powerful representation of your RESTful API.

Standards / Recommendations

World Wide Web

  • W3C.REC-Webarch - Architecture of the World Wide Web, Volume One.
  • ๐ŸŒŽ RFC3986 - Uniform Resource Identifier (URI): Generic Syntax.
  • ๐ŸŒŽ RFC6570 - URI Template.
  • ๐ŸŒŽ RFC7320 - URI Design and Ownership.

Self-sovereignty & Decentralisation

  • ๐ŸŒŽ DID - W3C specification of Decentralized identifiers (DIDs): a new type of identifier that enables verifiable, decentralized digital identity.
  • ย ย ย 164โญ ย ย ย ย 57๐Ÿด DIDComm) - Private communication methodology built atop the decentralized design of DIDs.
  • ๐ŸŒŽ DIDComm Protocols - Registry of protocols built on DIDComm, for high-trust, self-sovereign interactions over any transport.
  • ๐ŸŒŽ IDSA - The International Data Spaces Association (IDSA) is on a mission to create the future of the global, digital economy with International Data Spaces (IDS), a secure, sovereign system of data sharing in which all participants can realize the full value of their data.

HTTP/1.1

  • ๐ŸŒŽ RFC7230 - Message Syntax and Routing.
  • ๐ŸŒŽ RFC7231 - Semantics and Content.
  • ๐ŸŒŽ RFC7232 - Conditional Requests.
  • ๐ŸŒŽ RFC7233 - Range Requests.
  • ๐ŸŒŽ RFC7234 - Caching.
  • ๐ŸŒŽ RFC7235 - Authentication.
  • ๐ŸŒŽ RFC7807 - Problem Details for HTTP APIs.

HTTP/2

  • ๐ŸŒŽ RFC7540 - Hypertext Transfer Protocol Version 2.

QUIC

  • ๐ŸŒŽ QUIC-WG - IETF Working Group that is chartered to deliver the next transport protocol for the Internet.
  • ๐ŸŒŽ QUIC-Transport - A UDP-based multiplexed and secure transport.

RPC

  • JSON-RPC 2.0 - A stateless, light-weight remote procedure call (RPC) protocol.
  • ๐ŸŒŽ Open RPC - The OpenRPC Specification defines a standard, programming language-agnostic interface description for JSON-RPC 2.0 APIs.

Messaging

  • ๐ŸŒŽ AMQP - Advanced Message Queuing Protocol.
  • ๐ŸŒŽ MQTT - MQ Telemetry Transport.
  • ๐ŸŒŽ STOMP - Simple Text Oriented Messaging Protocol.

Security

  • ๐ŸŒŽ GNAP - Grant Negotiation and Authorization Protocol defines a mechanism for delegating authorization to a piece of software, and conveying that delegation to the software. This delegation can include access to a set of APIs as well as information passed directly to the software.DRAFT
  • OIDCONN - OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol. It allows clients to verify the identity of the end-user based on the authentication performed by an Authorization Server, as well as to obtain basic profile information about the end-user in an interoperable and REST-like manner.
  • ๐ŸŒŽ PASETO - Paseto is everything you love about JOSE (JWT, JWE, JWS) without any of the many design deficits that plague the JOSE standards. DRAFT
  • ๐ŸŒŽ RFC5246 - The Transport Layer Security (TLS) Protocol Version 1.2.
  • ๐ŸŒŽ RFC6066 - TLS Extensions.
  • ๐ŸŒŽ RFC6347 - Datagram Transport Layer Security Version 1.2.
  • ๐ŸŒŽ RFC6749 - The OAuth 2.0 authorization framework.
  • ๐ŸŒŽ RFC6962 - Certificate transparency.
  • ๐ŸŒŽ RFC7515 - JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures.
  • ๐ŸŒŽ RFC7519 - JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.
  • ๐ŸŒŽ RFC7642 - SCIM: Definitions, overview, concepts, and requirements.
  • ๐ŸŒŽ RFC7643 - SCIM: Core Schema, provides a platform-neutral schema and extension model for representing users and groups.
  • ๐ŸŒŽ RFC7644 - SCIM: Protocol, an application-level, REST protocol for provisioning and managing identity data on the web.

Service Discovery

  • ๐ŸŒŽ DNS-SD - Mechanism for clients to discover a list of named instances of a service, using standard DNS queries.
  • ๐ŸŒŽ RFC2782 - A DNS RR for specifying the location of services (DNS SRV).

Data Formats

  • ๐ŸŒŽ RFC4627 - JavaScript Object Notation (JSON).
  • ๐ŸŒŽ RFC7049 - Concise Binary Object Representation (CBOR).
  • BSON - Binary JSON (BSON).
  • JSON-LD - JSON for Linking Data.
  • ย ย ย 256โญ ย ย ย ย 67๐Ÿด SBE) - Simple Binary Encoding (SBE).
  • ย ย 6965โญ ย ย ย 518๐Ÿด MSGPACK) - MessagePack Specification.

Vocabularies

  • JSON Schema - Vocabulary that allows you to annotate and validate JSON documents.
  • Schema.org - Collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond.

Unicode

  • UNIV8 - The Unicode Consortium. The Unicode Standard, Version 8.0.0, (Mountain View, CA: The Unicode Consortium, 2015. ISBN 978-1-936213-10-8).
  • ๐ŸŒŽ RFC3629 - UTF-8, a transformation format of ISO 10646.

Organization Design / Team Dynamics

  • How Do Committees Invent? ๐Ÿ”ธPDF - Melvin E. Conway, Datamation magazine 1968. The original article defining Conway's Law.
  • ๐ŸŒŽ Service per Team - Each team is responsible for one or more business functions (e.g. business capabilities). A team owns a code base consisting of one or more modules. Its code base is sized so as to not exceed the cognitive capacity of team. The team deploys its code as one or more services. A team should have exactly one service unless there is a proven need to have multiple services.
  • ๐ŸŒŽ Start with Team Cognitive Load - Team Topologies ๐Ÿ”บYT - DOES19 London. The "monoliths vs microservices" debate often focuses on technological aspects, ignoring strategy and team dynamics. Instead of technology, smart-thinking organizations are beginning with team cognitive load as the guiding principle for modern software. In this talk, we explain how and why, illustrated by real case studies.

Enterprise & Verticals

  • ๐ŸŒŽ Commercetools - Headless commerce platform.
  • ๐ŸŒŽ Equinox - Infosys Equinox is a human-centric commerce and marketing platform that supports rich, hyper-personalized experiences across any channel and touchpoint.
  • ๐ŸŒŽ Flamingo - Framework to build flexible and modern e-commerce applications.
  • ๐ŸŒŽ Medusa - Headless open source commerce platform.

Theory

Articles & Papers

  • ๐ŸŒŽ Autonomy, Hyperconnectivity, and Residual Causality - Philosophical introduction to the design of adaptive hyperliminal systems through complexity science theories.
  • ย 58189โญ ย ย 6001๐Ÿด Awesome Scalability) โญ - An updated and organized reading list for illustrating the patterns of scalable, reliable, and performant large-scale systems. Concepts are explained in the articles of prominent engineers and credible references. Case studies are taken from battle-tested systems that serve millions to billions of users.
  • ๐ŸŒŽ A Sidecar for Your Service Mesh - A short service mesh introduction.
  • AKF Scale Cube - Model depicting the dimensions to scale a service.
  • ๐ŸŒŽ Building Microservices? Here is What You Should Know - A practical overview, based on real-world experience, of what one would need to know in order to build microservices.
  • CALM ๐Ÿ”ธPDF - Consistency as logical monotonicity.
  • Canary Release - Technique to reduce the risk of introducing a new software version in production by slowly rolling out the change to a small subset of users before rolling it out to the entire infrastructure and making it available to everybody.
  • CAP Theorem - States that it is impossible for a distributed computer system to simultaneously provide all three of the following guarantees: Consistency, Availability and Partition tolerance.
  • ๐ŸŒŽ Formal Foundations of Serverless Computing ๐Ÿ”ธPDF - The serverless computing abstraction exposes several low-level operational details that make it hard for programmers to write and reason about their code. This paper sheds light on this problem by presenting ฮป, an operational semantics of the essence of serverless computing.
  • ๐ŸŒŽ Java Microservices: A Practical Guide - You can use this guide to understand what Java microservices are, how you architect and build them. Also: A look at Java microservice libraries & common questions.
  • Microservice Architecture - Particular way of designing software applications as suites of independently deployable services.
  • ๐ŸŒŽ Microservices โ€“ Please, donโ€™t - Critical advice about some problems regarding a microservices approach.
  • ๐ŸŒŽ Microservices RefCard - Getting started with microservices.
  • Microservices Trade-Offs - Guide to ponder costs and benefits of the mircoservices architectural style.
  • Reactive Manifesto - Reactive systems definition.
  • Reactive Streams - Initiative to provide a standard for asynchronous stream processing with non-blocking back pressure.
  • ROCAS ๐Ÿ”ธPDF - Resource Oriented Computing for Adaptive Systems.
  • SECO ๐Ÿ”ธPDF - Understanding software ecosystems: a strategic modeling approach.
  • Testing Strategies in a Microservice Architecture - Approaches for managing the additional testing complexity of multiple independently deployable components.
  • Your Server as a Function ๐Ÿ”ธPDF - Describes three abstractions which combine to present a powerful programming model for building safe, modular, and efficient server software: Composable futures, services and filters.

Sites & Organizations

License

CC0

Contributing

Please, read the Contribution Guidelines before submitting your suggestion.

Feel free to open an issue or create a pull request with your additions.

๐ŸŒŸ Thank you!

Source

ย 13215โญ ย ย 1776๐Ÿด mfornos/awesome-microservices)