1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-20 11:16:15 -05:00
A curated list of Microservice Architecture related principles and technologies.
Find a file
2015-06-20 20:49:56 +02:00
test script to check README consistency 2015-05-03 21:21:36 +02:00
LICENSE Initial commit 2015-05-03 15:56:04 +02:00
README.md Moved Terraform to Provisioning category 2015-06-20 20:49:56 +02:00

Awesome Microservices

A curated list of Microservice Architecture related principles and technologies.

Table of Contents

REST/RPC Toolkits

JVM

  • Dropwizard - Java framework for developing ops-friendly, high-performance, RESTful web services.
  • Finagle - Extensible RPC system for the JVM, used to construct high-concurrency servers.
  • Play - The high velocity web framework for Java and Scala.
  • Ratpack - Ratpack is a set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications.
  • Spray - Open-source toolkit for building REST/HTTP-based integration layers on top of Scala and Akka.
  • Spring Boot - Makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".

Go

  • Gin - Gin is a web framework written in Golang.
  • Kite - Microservice framework in Go.
  • Martini - Classy web development in Go.
  • Negroni - Idiomatic HTTP Middleware for Golang.

Node.js

  • Seneca - A Micro-Services toolkit for Node.js

C

  • Kore - Kore is an easy to use web application framework for writing scalable web APIs in C.

D

  • Vibe.d - Asynchronous I/O that doesnt get in your way, written in D.

Erlang

  • Gen_microservice - This library solves the problem of implementing microservices with Erlang.
  • Mochiweb - MochiWeb is an Erlang library for building lightweight HTTP servers.

Runtimes

  • 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.
  • Karaf - Small OSGi based runtime which provides a lightweight container.
  • Orbit - Orbit is a modern framework for JVM languages that makes it easier to build and maintain distributed and scalable online services.
  • Vert.X - Toolkit for building reactive applications on the JVM.

Platforms

  • Cisco Microservices - Modern platform for rapidly deploying globally distributed services.
  • Fabric8 - Open-source integration platform for deep management of Java Containers (JVMs).
  • VAMP - Build, deploy and manage microservices with power and ease.

Infrastructure

API Gateway

  • 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.
  • Kong - Open-source management layer for APIs.
  • Tyk - Open-source, fast and scalable API gateway, portal and API management platform.

Serialization

  • BooPickle - Binary serialization library for efficient network communication. For Scala and Scala.js
  • Cereal - C++11 library for serialization.
  • Kryo - Java serialization and cloning: fast, efficient, automatic.
  • MessagePack - Efficient binary serialization format.

Messaging

  • ØMQ - Brokerless intelligent transport layer.
  • 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.
  • Beanstalk - Simple, fast work queue.
  • Disque - Distributed message broker.
  • Kafka - Publish-subscribe messaging rethought as a distributed commit log.
  • Nanomsg - Socket library that provides several common communication patterns for building distributed systems.
  • NATS - Open-source, high-performance, lightweight cloud messaging system.
  • Qpid - Cross-platform messaging components built on AMQP.
  • RabbitMQ - Open source Erlang-based message broker that just works.

Elastic Computing

  • Chronos - Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules.
  • Galaxy - Open-source high-performance in-memory data-grid.
  • 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.
  • 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.
  • Ordasity - Ordasity is designed to spread persistent or long-lived workloads across several machines.
  • Marathon - Deploy and manage containers (including Docker) on top of Apache Mesos at scale.
  • 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.

Reactivity

  • Reactive Kafka - Reactive Streams API for Apache Kafka.
  • ReactiveX An API for asynchronous programming with observable streams. Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others.

Resilience

  • 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 - Raft is a consensus algorithm that is designed to be easy to understand. It's equivalent to Paxos in fault-tolerance and performance.
  • Resilient HTTP - A smart HTTP client with super powers like fault tolerance, dynamic server discovery, auto balancing and reactive recovery, designed for distributed systems.
  • 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.

Configuration and Discovery

  • Consul - Service discovery and configuration made easy. Distributed, highly available, and datacenter-aware.
  • Denominator - Portably control DNS clouds using java or bash.
  • 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.
  • SkyDNS - Distributed service for announcement and discovery of services built on top of etcd. It utilizes DNS queries to discover available services.
  • Vault - Secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets in modern computing.
  • ZooKeeper - Open-source server which enables highly reliable distributed coordination.

Monitoring

  • Graphite - Scalable realtime graphing.
  • Riemann - Monitors distributed systems.

Logging

  • Fluentd - Open source data collector for unified logging layer.
  • Graylog - Fully integrated open source log management platform.
  • Kibana - Flexible analytics and visualization platform.
  • Logstash - Tool for managing events and logs.
  • Suro - Distributed data pipeline which enables services for moving, aggregating, routing, storing data.

IT Automation / Provisioning

  • Ansible - Radically simple IT automation platform that makes your applications and systems easier to deploy.
  • Chef - Automate how you build, deploy, and manage your infrastructure.
  • Packer - Tool for creating identical machine images for multiple platforms from a single source configuration.
  • Puppet - From provisioning bare metal & launching containers to new ways to manage infrastructure as code.
  • Terraform - Provides a common configuration to launch infrastructure, from physical and virtual servers to email and DNS providers.

Deployment and Continuous Integration

On-prem

  • Jenkins - Extensible open source continuous integration server.
  • Nscale - nscale is an open toolkit supporting configuration, build and deployment of connected container sets.
  • RPM Maven - The RPM Maven Plugin allows artifacts from one or more projects to be packaged in an RPM for distribution.

Hosted

  • AWS CodeDeploy - AWS CodeDeploy is a deployment service that enables developers to automate the deployment of applications to instances and to update the applications as required.
  • AWS OpsWorks - Provides a simple and flexible way to create and manage stacks and applications.
  • Codeship - Hosted continuous delivery platform that takes care of the testing and deployment process.
  • Travis - Continuous integration and deployment service.

Lightweight

  • Capsule - Packaging and deployment tool for JVM applications.
  • Kafka Deploy - Automated deploy for a Kafka cluster on AWS.

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.
  • Docker - Open platform for distributed applications for developers and sysadmins.
  • Kubernetes - Open source orchestration system for Docker containers.

Real Life Stories

Theory

Articles & Papers

Books

Sites

License

CC0

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