mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2025-07-31 21:59:25 -04:00
A curated list of Microservice Architecture related principles and technologies.
LICENSE | ||
README.md |
Awesome Microservices
A curated list of Microservice Architecture related principles and technologies.
Table of Contents
- Toolkits
- Runtimes
- Platforms
- Infrastructure
- IT Automation / Provisioning
- Deployment & Continuous Integration
- Containers
- Theory
- License
- Contributing
- Acknowledgments
Toolkits
JVM
- Vert.X - Toolkit for building reactive applications on the JVM.
- Finagle - Extensible RPC system for the JVM, used to construct high-concurrency servers.
- Spring Boot - Makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
- Dropwizard - Java framework for developing ops-friendly, high-performance, RESTful web services.
- Spray - Open-source toolkit for building REST/HTTP-based integration layers on top of Scala and Akka.
Go
- Kite - Microservice framework in Go.
- Martini - Classy web development in Go.
- Negroni - Idiomatic HTTP Middleware for Golang.
Runtimes
- Karaf - Small OSGi based runtime which provides a lightweight container.
- Akka - Toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM.
- Erlang/OTP - Programming language used to build massively scalable soft real-time systems with requirements on high availability.
Platforms
- VAMP - Build, deploy and manage microservices with power and ease.
- Fabric8 - Open-source integration platform for deep management of Java Containers (JVMs).
Infrastructure
API Gateway
- Kong - Open-source management layer for APIs.
- Tyk - Open-source, fast and scalable API gateway, portal and API management platform.
- 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.
Serialization
- MessagePack - Efficient binary serialization format.
- Cereal - C++11 library for serialization.
- Kryo - Java serialization and cloning: fast, efficient, automatic.
Messaging
- NATS - Open-source, high-performance, lightweight cloud messaging system.
- RabbitMQ - Open source Erlang-based message broker that just works.
- ActiveMQ - Powerful open source messaging and integration patterns server.
- Apollo - Faster, more reliable, easier to maintain messaging broker built from the foundations of the original ActiveMQ.
- Qpid - Cross-platform messaging components built on AMQP.
- Beanstalk - Simple, fast work queue.
- Nanomsg - Socket library that provides several common communication patterns for building distributed systems.
- ØMQ - Brokerless intelligent transport layer.
- Kafka - Publish-subscribe messaging rethought as a distributed commit log.
- Disque - Distributed message broker.
Data Grid
- Hazelcast - Open source in-memory data grid.
- Galaxy - Open-source high-performance in-memory data-grid.
Resilience
- Simian Army - Suite of tools for keeping your cloud operating in top form. Chaos Monkey, the first member, is a resiliency tool that helps ensure that your applications can tolerate random instance failures.
- 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.
Configuration & Discovery
- ZooKeeper - Open-source server which enables highly reliable distributed coordination.
- Etcd - Highly-available key-value store for shared configuration and service discovery.
- SkyDNS - Distributed service for announcement and discovery of services built on top of etcd. It utilizes DNS queries to discover available services.
- Consul - Service discovery and configuration made easy. Distributed, highly available, and datacenter-aware.
- 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.
Monitoring
- Graphite - Scalable realtime graphing.
- Riemann - Monitors distributed systems.
- Suro - Distributed data pipeline which enables services for moving, aggregating, routing, storing data.
Logging
- Fluentd - Open source data collector for unified logging layer.
- Logstash - Tool for managing events and logs.
- Kibana - Flexible analytics and visualization platform.
- Graylog - Fully integrated open source log management platform.
IT Automation / Provisioning
- Ansible - Radically simple IT automation platform that makes your applications and systems easier to deploy.
- Puppet - From provisioning bare metal & launching containers to new ways to manage infrastructure as code.
- Chef - Automate how you build, deploy, and manage your infrastructure.
Deployment & Continuous Integration
On-prem
- Jenkins - Extensible open source continuous integration server.
Hosted
- Travis - Continuous integration and deployment service.
- Codeship - Hosted continuous delivery platform that takes care of the testing and deployment process.
- AWS OpsWorks - Provides a simple and flexible way to create and manage stacks and applications.
Lightweight Packaging
- Capsule - Packaging and deployment tool for JVM applications.
Containers
- Docker - Open platform for distributed applications for developers and sysadmins.
- Kubernetes - Open source orchestration system for Docker containers.
- AWS ECS - Easily run and manage Docker-enabled applications across a cluster of Amazon EC2 instances.
- CoreOS - Open source lightweight operating system based on the Linux kernel and designed for providing infrastructure to clustered deployments.
Theory
Articles & Papers
- Hexagonal Architecture
- Microservice Architecture
- AKF Scale Cube
- CQRS
- Event Sourcing
- CALM
- CAP Theorem
Books
Sites
License
Contributing
To contribute, please, open an issue or create a pull request.
Additions, suggestions, and structural amendments are welcome.
Thank you!
Acknowledgments
Table of contents generated with DocToc