mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
Merge branch 'master' into iopipe
This commit is contained in:
commit
0693f9cb64
1 changed files with 116 additions and 150 deletions
266
README.md
266
README.md
|
@ -23,25 +23,20 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Ruby](#ruby)
|
||||
- [Capabilities](#capabilities)
|
||||
- [API Gateways / Edge Services](#api-gateways--edge-services)
|
||||
- [Coordination and Governance](#coordination-and-governance)
|
||||
- [Configuration and Discovery](#configuration-and-discovery)
|
||||
- [Security](#security)
|
||||
- [Job Schedulers / Workload Automation](#job-schedulers--workload-automation)
|
||||
- [Coordination and Governance](#coordination-and-governance)
|
||||
- [Elasticity](#elasticity)
|
||||
- [Job Schedulers / Workload Automation](#job-schedulers--workload-automation)
|
||||
- [Logging](#logging)
|
||||
- [Messaging](#messaging)
|
||||
- [Serialization](#serialization)
|
||||
- [Storage](#storage)
|
||||
- [Monitoring and Debugging](#monitoring-and-debugging)
|
||||
- [Reactivity](#reactivity)
|
||||
- [Resilience](#resilience)
|
||||
- [Security](#security)
|
||||
- [Serialization](#serialization)
|
||||
- [Storage](#storage)
|
||||
- [Testing](#testing)
|
||||
- [Monitoring and Debugging](#monitoring-and-debugging)
|
||||
- [Logging](#logging)
|
||||
- [IT Automation / Provisioning](#it-automation--provisioning)
|
||||
- [Deployment and Continuous Integration](#deployment-and-continuous-integration)
|
||||
- [On-prem](#on-prem)
|
||||
- [Hosted](#hosted)
|
||||
- [Lightweight](#lightweight)
|
||||
- [Containers](#containers)
|
||||
- [Continuous Integration and Continuous Delivery](#continuous-integration-and-continuous-delivery)
|
||||
- [Documentation & Modeling](#documentation--modeling)
|
||||
- [REST APIs](#rest-apis)
|
||||
- [Standards / Recommendations](#standards--recommendations)
|
||||
|
@ -76,12 +71,9 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Cocaine](https://github.com/cocaine) - A cloud platform enabling you to build your own PaaS clouds.
|
||||
- [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 hosting platform for microservices.
|
||||
- [Lattice](http://lattice.cf/) - Open source project for running containerized workloads on a cluster. Lattice bundles up http load-balancing, a cluster scheduler, log aggregation/streaming and health management into an easy-to-deploy and easy-to-use package.
|
||||
- [Lightbend](https://www.lightbend.com/) - Platform for building scalable reactive systems on the JVM.
|
||||
- [Lightbend ![c]](https://www.lightbend.com/) - Platform for building scalable reactive systems on the JVM.
|
||||
- [Netflix OSS](https://netflix.github.io/) - Netflix open source software ecosystem.
|
||||
- [Spring Cloud Netflix](https://github.com/spring-cloud/spring-cloud-netflix) - Provides Netflix OSS integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms.
|
||||
- [VAMP](http://vamp.io/) - Build, deploy and manage microservices with power and ease.
|
||||
- [VAMP ![c]](http://vamp.io/) - Build, deploy and manage microservices with power and ease.
|
||||
|
||||
## Frameworks / Runtimes
|
||||
|
||||
|
@ -90,18 +82,17 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [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.
|
||||
- [GPars](https://github.com/GPars/GPars) - Concurrency and parallelism framework for the JVM.
|
||||
- [Grenache](https://github.com/bitfinexcom/grenache) - A Bittorent-DHT based microservices framework supporting REQ/REP and PUB/SUB patterns over multiple transports.
|
||||
- [Ice](https://zeroc.com/) - Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python, and more.
|
||||
- [Karyon](https://github.com/Netflix/karyon) - The nucleus or the base container for applications and services built using the NetflixOSS ecosystem.
|
||||
- [Lagom](https://github.com/lagom/lagom) - Reactive microservices for the JVM.
|
||||
- [Light Java](https://github.com/networknt/light-java) - A fast, lightweight and more productive microservices framework.
|
||||
- [Microserver](https://github.com/aol/micro-server) - Java 8 native, zero configuration, standards based, battle hardened library to run Java REST microservices.
|
||||
- [Orbit](http://orbit.bioware.com/) - 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.
|
||||
- [Scale Cube](http://scalecube.io/) - Library for building resilient and reactive microservices with peer-to-peer service registry and discovery based on gossip protocol.
|
||||
- [Squeezer](https://squeezer.io) - Event-driven APIs and web applications running as microservices, serverless.
|
||||
- [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.
|
||||
- [Wangle](https://github.com/facebook/wangle) - A framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
|
||||
- [WildFly Swarm](http://wildfly-swarm.io/) - Microservices starting with just enough Java EE runtime, based on [Eclipse MicroProfile](https://projects.eclipse.org/proposals/eclipse-microprofile).
|
||||
|
||||
## Service Toolkits
|
||||
|
||||
|
@ -131,7 +122,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Pion](https://github.com/splunk/pion) - C++ framework for building lightweight HTTP interfaces.
|
||||
- [Pistache](https://github.com/oktal/pistache) - A high-performance REST toolkit written in C++.
|
||||
- [Poco](http://pocoproject.org/) - C++ class libraries for building network-based applications and servers.
|
||||
- [Restbed](https://github.com/Corvusoft/restbed) - Brings asynchronous RESTful functionality to C++11 applications.
|
||||
- [Restbed](https://github.com/Corvusoft/restbed) - Brings asynchronous RESTful functionality to C++11 applications.
|
||||
- [Served](https://github.com/datasift/served) - C++ library for building high-performance RESTful web servers.
|
||||
- [ULib](https://github.com/stefanocasazza/ULib) - Highly optimized class framework for writing C++ applications.
|
||||
|
||||
|
@ -154,7 +145,6 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
#### Erlang
|
||||
|
||||
- [Cowboy](https://github.com/ninenines/cowboy) - Small, fast, modular HTTP server written in Erlang.
|
||||
- [Gen Microservice](https://github.com/videlalvaro/gen_microservice) - This library solves the problem of implementing microservices with Erlang.
|
||||
- [Mochiweb](https://github.com/mochi/mochiweb) - Erlang library for building lightweight HTTP servers.
|
||||
|
||||
### Go
|
||||
|
@ -203,6 +193,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Disruptor](https://github.com/LMAX-Exchange/disruptor) - High-performance inter-thread messaging library.
|
||||
- [Dropwizard](https://dropwizard.github.io/) - Java framework for developing ops-friendly, high-performance, RESTful web services.
|
||||
- [HTTP Remoting](https://github.com/palantir/http-remoting) - 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.
|
||||
- [Ja-micro](https://github.com/Sixt/ja-micro) - Lightweight Java framework for building microservices (compatible with go-micro).
|
||||
- [Jersey](https://jersey.github.io/) - RESTful services in Java. JAX-RS reference implementation.
|
||||
- [MSF4J](https://github.com/wso2/msf4j) - High throughput & low memory footprint Java microservices framework.
|
||||
- [QBit](https://github.com/advantageous/qbit) - Reactive programming library for building microservices.
|
||||
|
@ -227,6 +218,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
|
||||
- [Actionhero](http://www.actionherojs.com/) - Multi-transport Node.js API server with integrated cluster capabilities and delayed tasks.
|
||||
- [Baucis](https://github.com/wprl/baucis) - To build and maintain scalable HATEOAS/Level 3 REST APIs.
|
||||
- [Cote](https://github.com/dashersw/cote) - A Node.js library for building zero-configuration microservices.
|
||||
- [Express](http://expressjs.com/) - Fast, unopinionated, minimalist web framework for Node.js
|
||||
- [FeathersJS](http://feathersjs.com/) - An open source REST and realtime API layer for modern applications.
|
||||
- [Graft](https://github.com/GraftJS/graft) - Full-stack javascript through microservices.
|
||||
|
@ -249,6 +241,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
### PHP
|
||||
|
||||
- [API Platform](https://api-platform.com/) - API-first web framework on top of Symfony with JSON-LD, Schema.org and Hydra support.
|
||||
- [Flight](https://github.com/mikecao/flight) - An extensible micro-framework.
|
||||
- [Lumen](https://lumen.laravel.com/) - Stunningly fast micro-framework.
|
||||
- [Phalcon](https://phalconphp.com/) - Full-stack PHP framework delivered as a C-extension.
|
||||
- [Silex](http://silex.sensiolabs.org/) - Micro-framework based on the Symfony components.
|
||||
|
@ -256,6 +249,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
|
||||
### Python
|
||||
|
||||
- [Aiohttp](http://aiohttp.readthedocs.io/en/stable/) - HTTP client/server for asyncio.
|
||||
- [API Star](https://github.com/tomchristie/apistar) - A fast and expressive API framework, designed for Python 3.
|
||||
- [Flask](http://flask.pocoo.org/) - Python framework for microservices based on Werkzeug and Jinja 2.
|
||||
- [Nameko](https://github.com/onefinestay/nameko) - Python framework for building microservices.
|
||||
|
@ -269,7 +263,9 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
|
||||
- [Hanami](https://github.com/hanami) - A modern web framework for Ruby.
|
||||
- [Praxis](https://github.com/rightscale/praxis) - Framework for both designing and implementing APIs.
|
||||
- [Rails API](http://edgeguides.rubyonrails.org/api_app.html) - Rails as an API only.
|
||||
- [Scorched](https://github.com/wardrop/Scorched) - Light-weight web framework for Ruby.
|
||||
- [Sinatra](http://www.sinatrarb.com/) - Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort.
|
||||
|
||||
## Capabilities
|
||||
|
||||
|
@ -282,6 +278,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Envoy](https://github.com/lyft/envoy) - Open source edge and service proxy, from the developers at Lyft.
|
||||
- [Fabio](https://github.com/eBay/fabio) - A fast, modern, zero-conf load balancing HTTP/S router for deploying microservices managed by Consul.
|
||||
- [HAProxy](http://www.haproxy.org/) - Reliable, high Performance TCP/HTTP load balancer.
|
||||
- [Janus](https://github.com/hellofresh/janus) - An API Gateway written in Go.
|
||||
- [Keepalived](http://www.keepalived.org/) - Simple and robust facilities for loadbalancing and high-availability to Linux system and Linux based infrastructures.
|
||||
- [Kong](https://getkong.org/) - Open source management layer for APIs.
|
||||
- [Linkerd](https://linkerd.io/) - Resilient service mesh for cloud native apps.
|
||||
|
@ -294,12 +291,6 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Vulcand](https://github.com/vulcand/vulcand) - Programmatic load balancer backed by Etcd.
|
||||
- [Zuul](https://github.com/Netflix/zuul) - An edge service that provides dynamic routing, monitoring, resiliency, security, and more.
|
||||
|
||||
### Coordination and Governance
|
||||
|
||||
- [AWS Step Functions](https://aws.amazon.com/step-functions/) :small_orange_diamond: <sup>commercial</sup> - Coordinate the components of distributed applications and microservices using visual workflows.
|
||||
- [Azuqua](https://azuqua.com/) :small_orange_diamond: <sup>commercial</sup> - Orchestration and governance platform for distributed applications.
|
||||
- [Conductor](https://github.com/Netflix/conductor) - A microservices orchestration engine.
|
||||
|
||||
### Configuration and Discovery
|
||||
|
||||
- [Consul](https://www.consul.io/) - Service discovery and configuration made easy. Distributed, highly available, and datacenter-aware.
|
||||
|
@ -316,28 +307,11 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Spring Cloud Config](http://cloud.spring.io/spring-cloud-config/) - Provides server and client-side support for externalized configuration in a distributed system.
|
||||
- [ZooKeeper](https://zookeeper.apache.org/) - Open source server which enables highly reliable distributed coordination.
|
||||
|
||||
### Security
|
||||
### Coordination and Governance
|
||||
|
||||
- [Crtauth](https://github.com/spotify/crtauth) - A public key backed client/server authentication system.
|
||||
- [Dex](https://github.com/coreos/dex) - Opinionated auth/directory service with pluggable connectors. OpenID Connect provider and third-party OAuth 2.0 delegation.
|
||||
- [JWT](http://jwt.io/) - JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
|
||||
- [Keycloak](https://github.com/keycloak/keycloak) - Full-featured and extensible auth service. OpenID Connect provider and third-party OAuth 2.0 delegation.
|
||||
- [Light OAuth2](https://github.com/networknt/light-oauth2) - A fast, lightweight and cloud native OAuth 2.0 authorization microservices based on light-java.
|
||||
- [OAuth](http://oauth.net/2/) - Provides specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. Many implementations.
|
||||
- [OpenID Connect](http://openid.net/developers/libraries/) - Libraries, products, and tools implementing current OpenID specifications and related specs.
|
||||
- [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.
|
||||
|
||||
### Job Schedulers / Workload Automation
|
||||
|
||||
- [Celery](http://www.celeryproject.org) - Asynchronous task queue/job queue based on distributed message passing. Focused on real-time operation and supports scheduling.
|
||||
- [Chronos](https://github.com/mesos/chronos) - Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules.
|
||||
- [Fenzo](https://github.com/Netflix/Fenzo) - Extensible scheduler for Mesos frameworks.
|
||||
- [JobScheduler](http://www.sos-berlin.com/jobscheduler) - Open Source solution for enterprise-level workload automation. It is used to launch executable files and shell scripts and to run database procedures automatically.
|
||||
- [OpenLava](http://www.openlava.org/) - Workload scheduler that supports a variety of HPC and analytic applications.
|
||||
- [Rundeck](http://rundeck.org/) - Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.
|
||||
- [Schedulix](http://www.schedulix.org/en) - Open source enterprise job scheduling system lays down ground-breaking standards for the professional automation of IT processes in advanced system environments.
|
||||
- [AWS Step Functions ![c]](https://aws.amazon.com/step-functions/) - Coordinate the components of distributed applications and microservices using visual workflows.
|
||||
- [Azuqua ![c]](https://azuqua.com/) - Orchestration and governance platform for distributed applications.
|
||||
- [Conductor](https://github.com/Netflix/conductor) - A microservices orchestration engine.
|
||||
|
||||
### Elasticity
|
||||
|
||||
|
@ -354,6 +328,25 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Redisson](https://github.com/mrniko/redisson) - Distributed and scalable Java data structures on top of Redis server.
|
||||
- [Serf](https://www.serfdom.io/) - Decentralized solution for cluster membership, failure detection and orchestration.
|
||||
|
||||
### Job Schedulers / Workload Automation
|
||||
|
||||
- [Celery](http://www.celeryproject.org) - Asynchronous task queue/job queue based on distributed message passing. Focused on real-time operation and supports scheduling.
|
||||
- [Chronos](https://github.com/mesos/chronos) - Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules.
|
||||
- [Fenzo](https://github.com/Netflix/Fenzo) - Extensible scheduler for Mesos frameworks.
|
||||
- [JobScheduler](http://www.sos-berlin.com/jobscheduler) - Open Source solution for enterprise-level workload automation. It is used to launch executable files and shell scripts and to run database procedures automatically.
|
||||
- [OpenLava](http://www.openlava.org/) - Workload scheduler that supports a variety of HPC and analytic applications.
|
||||
- [Rundeck](http://rundeck.org/) - Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.
|
||||
- [Schedulix](http://www.schedulix.org/en) - Open source enterprise job scheduling system lays down ground-breaking standards for the professional automation of IT processes in advanced system environments.
|
||||
|
||||
### Logging
|
||||
|
||||
- [Bunyan](https://github.com/trentm/node-bunyan) - Simple and fast JSON logging library for Node.js services.
|
||||
- [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.
|
||||
- [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.
|
||||
|
||||
### Messaging
|
||||
|
||||
- [ØMQ](http://zeromq.org/) - Brokerless intelligent transport layer.
|
||||
|
@ -373,8 +366,58 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [NSQ](http://nsq.io/) - A realtime distributed messaging platform.
|
||||
- [Qpid](https://qpid.apache.org/) - Cross-platform messaging components built on AMQP.
|
||||
- [RabbitMQ](https://www.rabbitmq.com/) - Open source Erlang-based message broker that just works.
|
||||
- [RocketMQ](https://github.com/apache/incubator-rocketmq) - A low latency, reliable, scalable, easy to use message oriented middleware born from alibaba massive messaging business.
|
||||
- [VerneMQ](https://verne.mq) - Open source, scalable, Erlang-based MQTT broker.
|
||||
|
||||
### Monitoring and Debugging
|
||||
|
||||
- [Beats](https://www.elastic.co/products/beats) - Lightweight shippers for Elasticsearch & Logstash.
|
||||
- [Collectd](https://collectd.org/) - The system statistics collection daemon.
|
||||
- [Elastalert](https://github.com/yelp/elastalert) - Easy & flexible alerting for Elasticsearch.
|
||||
- [Ganglia](http://ganglia.info/) - A scalable distributed monitoring system for high-performance computing systems such as clusters and grids.
|
||||
- [Grafana](http://grafana.org/) - An open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB.
|
||||
- [Graphite](http://graphite.wikidot.com/) - Scalable realtime graphing.
|
||||
- [IOpipe ![c]](https://www.iopipe.com/) - Application performance monitoring for Amazon Lambda.
|
||||
- [Parallec](https://github.com/eBay/parallec) - Fast parallel asynchronous HTTP/SSH/TCP/Ping client Java library.
|
||||
- [Prometheus](http://prometheus.io/) - An open source service monitoring system and time series database.
|
||||
- [REST Commander](https://github.com/eBay/restcommander) - Fast parallel asynchronous HTTP client as a service to monitor and manage HTTP endpoints.
|
||||
- [Riemann](http://riemann.io/) - Monitors distributed systems.
|
||||
- [Sensu](https://github.com/sensu) - Monitoring for today's infrastructure.
|
||||
- [Trace](https://github.com/RisingStack/trace-nodejs) - A visualised stack trace platform designed for microservices.
|
||||
- [Watcher](https://www.elastic.co/products/watcher) - Alerting for Elasticsearch.
|
||||
- [Zabbix](http://www.zabbix.com/) - Open source enterprise-class monitoring solution.
|
||||
- [Zipkin](http://zipkin.io) - Distributed tracing system.
|
||||
|
||||
### Reactivity
|
||||
|
||||
- [Reactor.io](http://projectreactor.io) - A second-generation Reactive library for building non-blocking applications on the JVM based on the Reactive Streams Specification.
|
||||
- [Reactive Kafka](https://github.com/softwaremill/reactive-kafka) - Reactive Streams API for Apache Kafka.
|
||||
- [ReactiveX](http://reactivex.io/) - API for asynchronous programming with observable streams. Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others.
|
||||
- [Simple React](https://github.com/aol/simple-react) - Powerful future streams & asynchronous data structures for Java 8.
|
||||
|
||||
### Resilience
|
||||
|
||||
- [Hystrix](https://github.com/Netflix/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.
|
||||
- [Pathod](http://pathod.net/) - Crafted malice for tormenting HTTP clients and servers.
|
||||
- [Raft Consensus](http://raftconsensus.github.io/) - Consensus algorithm that is designed to be easy to understand. It's equivalent to Paxos in fault-tolerance and performance.
|
||||
- [Resilient HTTP](http://resilient-http.github.io/) - A smart HTTP client with super powers like fault tolerance, dynamic server discovery, auto balancing and reactive recovery, designed for distributed systems.
|
||||
- [Saboteur](https://github.com/tomakehurst/saboteur) - Causing deliberate network mayhem for better resilience.
|
||||
- [Simian Army](https://github.com/Netflix/SimianArmy) - 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.
|
||||
|
||||
### Security
|
||||
|
||||
- [Crtauth](https://github.com/spotify/crtauth) - A public key backed client/server authentication system.
|
||||
- [Dex](https://github.com/coreos/dex) - Opinionated auth/directory service with pluggable connectors. OpenID Connect provider and third-party OAuth 2.0 delegation.
|
||||
- [JWT](http://jwt.io/) - JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
|
||||
- [Keycloak](https://github.com/keycloak/keycloak) - Full-featured and extensible auth service. OpenID Connect provider and third-party OAuth 2.0 delegation.
|
||||
- [Light OAuth2](https://github.com/networknt/light-oauth2) - A fast, lightweight and cloud native OAuth 2.0 authorization microservices based on light-java.
|
||||
- [Login With](https://github.com/lipp/login-with) - Stateless login-with microservice for Google, FB, Github, and more.
|
||||
- [OAuth](http://oauth.net/2/) - Provides specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. Many implementations.
|
||||
- [OpenID Connect](http://openid.net/developers/libraries/) - Libraries, products, and tools implementing current OpenID specifications and related specs.
|
||||
- [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.
|
||||
|
||||
### Serialization
|
||||
|
||||
- [Avro](https://avro.apache.org/) - Apache data serialization system providing rich data structures in a compact, fast, binary data format.
|
||||
|
@ -396,41 +439,33 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Thrift](http://thrift.apache.org/) - The Apache Thrift software framework, for scalable cross-language services development.
|
||||
|
||||
### Storage
|
||||
|
||||
- [Aerospike](http://www.aerospike.com/) - High performance NoSQL database delivering speed at scale.
|
||||
- [Apache Hive](https://hive.apache.org/) - Data warehouse infrastructure built on top of Hadoop.
|
||||
- [Apache Cassandra](http://cassandra.apache.org) - Column-oriented and providing high availability with no single point of failure.
|
||||
- [Apache HBase](http://hbase.apache.org) - Hadoop database for big data.
|
||||
- [Aerospike ![c]](http://www.aerospike.com/) - High performance NoSQL database delivering speed at scale.
|
||||
- [ArangoDB](https://www.arangodb.com/) - A distributed free and open source database with a flexible data model for documents, graphs, and key-values.
|
||||
- [AtlasDB](https://github.com/palantir/atlasdb) - Transactional layer on top of a key value store.
|
||||
- [ClickHouse](https://clickhouse.yandex/) - Column-oriented database management system that allows generating analytical data reports in real time.
|
||||
- [CockroachDB ![c]](https://www.cockroachlabs.com/product/cockroachdb-core/) - A cloud-native SQL database modelled after Google Spanner.
|
||||
- [Couchbase](http://www.couchbase.com/) - A distributed database engineered for performance, scalability, and simplified administration.
|
||||
- [Crate](https://crate.io/) - Scalable SQL database with the NoSQL goodies.
|
||||
- [Crate ![c]](https://crate.io/) - Scalable SQL database with the NoSQL goodies.
|
||||
- [Datomic](http://www.datomic.com/) - Fully transactional, cloud-ready, distributed database.
|
||||
- [Druid](http://druid.io/) - Fast column-oriented distributed data store.
|
||||
- [Elasticsearch](https://www.elastic.co/products/elasticsearch) - Open source distributed, scalable, and highly available search server.
|
||||
- [Elliptics](http://reverbrain.com/elliptics/) - Fault tolerant distributed key/value storage.
|
||||
- [Geode](http://geode.incubator.apache.org/) - Open source, distributed, in-memory database for scale-out applications.
|
||||
- [Infinispan](http://infinispan.org/) - Highly concurrent key/value datastore used for caching.
|
||||
- [InfluxDB](https://github.com/influxdata/influxdb) - Scalable datastore for metrics, events, and real-time analytics.
|
||||
- [Manta](https://www.joyent.com/manta) - Highly scalable, distributed object storage service with integrated compute.
|
||||
- [MemSQL](http://www.memsql.com/) - High-performance, in-memory database that combines the horizontal scalability of distributed systems with the familiarity of SQL.
|
||||
- [MemSQL ![c]](http://www.memsql.com/) - High-performance, in-memory database that combines the horizontal scalability of distributed systems with the familiarity of SQL.
|
||||
- [OpenTSDB](http://opentsdb.net) - Scalable and distributed time series database written on top of Apache HBase.
|
||||
- [Parquet](https://parquet.apache.org/) - Columnar storage format available to any project in the Hadoop ecosystem, regardless of the choice of data processing framework, data model or programming language.
|
||||
- [Reborn](https://github.com/reborndb/reborn) - Distributed database fully compatible with redis protocol.
|
||||
- [RethinkDB](http://rethinkdb.com/) - Open source, scalable database that makes building realtime apps easier.
|
||||
- [Secure Scuttlebutt](https://github.com/ssbc/docs) - P2P database of message-feeds.
|
||||
- [Tachyon](http://tachyon-project.org/) - Memory-centric distributed storage system, enabling reliable data sharing at memory-speed across cluster frameworks.
|
||||
|
||||
### Reactivity
|
||||
|
||||
- [Reactor.io](http://projectreactor.io) - A second-generation Reactive library for building non-blocking applications on the JVM based on the Reactive Streams Specification.
|
||||
- [Reactive Kafka](https://github.com/softwaremill/reactive-kafka) - Reactive Streams API for Apache Kafka.
|
||||
- [ReactiveX](http://reactivex.io/) - API for asynchronous programming with observable streams. Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others.
|
||||
- [Simple React](https://github.com/aol/simple-react) - Powerful future streams & asynchronous data structures for Java 8.
|
||||
|
||||
### Resilience
|
||||
|
||||
- [Hystrix](https://github.com/Netflix/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.
|
||||
- [Pathod](http://pathod.net/) - Crafted malice for tormenting HTTP clients and servers.
|
||||
- [Raft Consensus](http://raftconsensus.github.io/) - Consensus algorithm that is designed to be easy to understand. It's equivalent to Paxos in fault-tolerance and performance.
|
||||
- [Resilient HTTP](http://resilient-http.github.io/) - A smart HTTP client with super powers like fault tolerance, dynamic server discovery, auto balancing and reactive recovery, designed for distributed systems.
|
||||
- [Saboteur](https://github.com/tomakehurst/saboteur) - Causing deliberate network mayhem for better resilience.
|
||||
- [Simian Army](https://github.com/Netflix/SimianArmy) - 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.
|
||||
- [Voldemort](https://github.com/voldemort/voldemort) - Open source clone of Amazon DynamoDB
|
||||
- [VoltDB ![c]](https://www.voltdb.com/) - In-Memory ACID compliant distributed database.
|
||||
|
||||
### Testing
|
||||
|
||||
|
@ -441,85 +476,9 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Wilma](https://github.com/epam/Wilma) - Combined HTTP/HTTPS service stub and transparent proxy solution.
|
||||
- [WireMock](http://wiremock.org/) - 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.
|
||||
|
||||
### Monitoring and Debugging
|
||||
## Continuous Integration and Continuous Delivery
|
||||
|
||||
- [Beats](https://www.elastic.co/products/beats) - Lightweight shippers for Elasticsearch & Logstash.
|
||||
- [Collectd](https://collectd.org/) - The system statistics collection daemon.
|
||||
- [Elastalert](https://github.com/yelp/elastalert) - Easy & flexible alerting for Elasticsearch.
|
||||
- [Ganglia](http://ganglia.info/) - A scalable distributed monitoring system for high-performance computing systems such as clusters and grids.
|
||||
- [Grafana](http://grafana.org/) - An open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB.
|
||||
- [Graphite](http://graphite.wikidot.com/) - Scalable realtime graphing.
|
||||
- [IOpipe](https://www.iopipe.com/) - Application performance monitoring for Amazon Lambda.
|
||||
- [Parallec](https://github.com/eBay/parallec) - Fast parallel asynchronous HTTP/SSH/TCP/Ping client Java library.
|
||||
- [Prometheus](http://prometheus.io/) - An open source service monitoring system and time series database.
|
||||
- [REST Commander](https://github.com/eBay/restcommander) - Fast parallel asynchronous HTTP client as a service to monitor and manage HTTP endpoints.
|
||||
- [Riemann](http://riemann.io/) - Monitors distributed systems.
|
||||
- [Sensu](https://github.com/sensu) - Monitoring for today's infrastructure.
|
||||
- [Trace](https://github.com/RisingStack/trace-nodejs) - A visualised stack trace platform designed for microservices.
|
||||
- [Watcher](https://www.elastic.co/products/watcher) - Alerting for Elasticsearch.
|
||||
- [Zabbix](http://www.zabbix.com/) - Open source enterprise-class monitoring solution.
|
||||
- [Zipkin](http://zipkin.io) - Distributed tracing system.
|
||||
|
||||
### Logging
|
||||
|
||||
- [Bunyan](https://github.com/trentm/node-bunyan) - Simple and fast JSON logging library for Node.js services.
|
||||
- [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.
|
||||
- [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.
|
||||
|
||||
## IT Automation / Provisioning
|
||||
|
||||
- [Ansible](http://www.ansible.com/) - Radically simple IT automation platform that makes your applications and systems easier to deploy.
|
||||
- [Chef](https://www.chef.io/chef/) - Automate how you build, deploy, and manage your infrastructure.
|
||||
- [Helios](https://github.com/spotify/helios) - Docker container orchestration platform.
|
||||
- [Packer](https://www.packer.io/) - Tool for creating identical machine images for multiple platforms from a single source configuration.
|
||||
- [PM2](https://github.com/Unitech/pm2) - Production process manager for Node.js apps with a built-in load balancer.
|
||||
- [Puppet](https://puppetlabs.com/) - From provisioning bare metal & launching containers to new ways to manage infrastructure as code.
|
||||
- [Salt](https://github.com/saltstack/salt) - Infrastructure automation and management system.
|
||||
- [Terraform](https://www.terraform.io/) - Provides a common configuration to launch infrastructure, from physical and virtual servers to email and DNS providers.
|
||||
|
||||
## Deployment and Continuous Integration
|
||||
|
||||
### On-prem
|
||||
|
||||
- [Buddy Go](https://buddy.works/buddy-go) - The On-Premises Git and Continuous Integration Platform
|
||||
- [Drone](https://github.com/drone/drone) - Drone is a continuous delivery platform built on Docker, written in Go.
|
||||
- [ION-Roller](https://github.com/gilt/ionroller) - AWS immutable deployment framework for web services.
|
||||
- [Janky](https://github.com/github/janky) - Continuous integration server built on top of Jenkins and Hubot.
|
||||
- [Jenkins](http://jenkins-ci.org/) - Extensible open source continuous integration server.
|
||||
- [Nscale](https://github.com/nearform/nscale) - Open toolkit supporting configuration, build and deployment of connected container sets.
|
||||
- [Project 6](https://github.com/DatawiseIO/Project6) - Software for deploying and managing Docker containers across a cluster of hosts, with a focus on simplifying network and storage configurations for on-premises environments.
|
||||
- [Puller](https://github.com/crufter/puller) - A very simple, distributed tool to deploy and do CI with Docker containers.
|
||||
- [Rancher](https://github.com/rancher/rancher) - Open source platform for operating Docker in production.
|
||||
- [Spinnaker](https://github.com/spinnaker/spinnaker) - Open source cloud-agnostic continuous delivery and infrastructure management platform.
|
||||
|
||||
### Hosted
|
||||
|
||||
- [AWS CodeDeploy](http://aws.amazon.com/codedeploy/) - Deployment service that enables developers to automate the deployment of applications to instances and to update the applications as required.
|
||||
- [AWS OpsWorks](http://aws.amazon.com/opsworks/) - Provides a simple and flexible way to create and manage stacks and applications.
|
||||
- [Buddy](https://buddy.works/) - The Git and Continuous Delivery Platform.
|
||||
- [Codeship](https://codeship.com/) - Hosted continuous delivery platform that takes care of the testing and deployment process.
|
||||
- [Semaphore](https://semaphoreci.com/) - Continuous integration and deployment service with native Docker support.
|
||||
- [Travis](https://travis-ci.org/) - Continuous integration and deployment service.
|
||||
|
||||
### Lightweight
|
||||
|
||||
- [Capsule](https://github.com/puniverse/capsule) - Packaging and deployment tool for JVM applications.
|
||||
- [Fleet](https://github.com/substack/fleet) - Multi-server continuous git-based deployment and process management.
|
||||
- [Kafka Deploy](https://github.com/nathanmarz/kafka-deploy) - Automated deploy for a Kafka cluster on AWS.
|
||||
- [LambdaCD](https://github.com/flosell/lambdacd) - A library to define a continuous delivery pipeline in code.
|
||||
|
||||
## Containers
|
||||
|
||||
- [AWS ECS](http://aws.amazon.com/ecs/) - Easily run and manage Docker-enabled applications across a cluster of Amazon EC2 instances.
|
||||
- [CoreOS](https://coreos.com/) - Open source lightweight operating system based on the Linux kernel and designed for providing infrastructure to clustered deployments.
|
||||
- [DC/OS](https://dcos.io/) - Open source orchestration system (built on top of Mesos and Marathon) for automatically distributing and running containers on several computers.
|
||||
- [Docker](https://www.docker.com/) - Open platform for distributed applications for developers and sysadmins.
|
||||
- [Kubernetes](http://kubernetes.io/) - Open source orchestration system for Docker containers.
|
||||
- [Linux Containers](https://linuxcontainers.org/) - The umbrella project behind LXC, LXD, LXCFS and CGManager.
|
||||
- [RancherOS](https://github.com/rancher/os) - The smallest, easiest way to run Docker in production at scale.
|
||||
- [Awesome CI/CD DevOps](https://github.com/ciandcd/awesome-ciandcd) - A curated list of awesome tools for continuous integration, continuous delivery and DevOps.
|
||||
|
||||
## Documentation & Modeling
|
||||
|
||||
|
@ -675,6 +634,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
|
||||
- [Building Microservices](https://www.nginx.com/wp-content/uploads/2015/01/Building_Microservices_Nginx.pdf) :small_orange_diamond:<sup>PDF</sup> - Building Microservices: Designing Fine-grained Systems. Sam Newman. Preview Edition.
|
||||
- [Microservice Architecture: Aligning Principles, Practices, and Culture](http://shop.oreilly.com/product/0636920050308.do) - Practical advice for the strategy and design of Microservices.
|
||||
- [Microservices in Action](https://www.manning.com/books/microservices-in-action) - A practical book about building and deploying microservice-based applications.
|
||||
- [Microservice Patterns](https://www.manning.com/books/microservice-patterns) - Teaches how to build applications with the microservice architecture and how to refactor a monolithic application to a microservices.
|
||||
- [Microservices from Theory to Practice](http://www.redbooks.ibm.com/abstracts/sg248275.html?Open) - Microservices from Theory to Practice: Creating Applications in IBM Bluemix Using the Microservices Approach. IBM Redbooks publication.
|
||||
- [Migrating to Cloud Native Application Architectures](http://pivotal.io/platform/migrating-to-cloud-native-application-architectures-ebook) - This O’Reilly report defines the unique characteristics of cloud native application architectures such as microservices and twelve-factor applications.
|
||||
|
@ -697,10 +657,13 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
|
||||
## Emerging Technologies
|
||||
|
||||
- [Blockchain ID](https://github.com/blockstack/blockchain-id/wiki) - A unique identifier that is secured by a blockchain. Blockchain IDs are simultaneously secure, human-meaningful, and decentralized, thereby squaring Zooko's triangle.
|
||||
- [BigchainDB](https://www.bigchaindb.com/) - The scalable blockchain database.
|
||||
- [Blocknet](http://blocknet.co/) - The Blocknet makes possible to deliver microservices over a blockchain-based P2P network architecture.
|
||||
- [Blockstack](https://blockstack.org/) - A new decentralized internet where users control their data and apps run on their devices.
|
||||
- [CEPTR](http://ceptr.org/) - A recomposable medium for distributed social computing, a semantic self-describing protocol stack, and a cretor of fractal coherence contexts for biomimetic computing.
|
||||
- [Edgware Fabric](http://edgware-fabric.org/) - Lightweight, agile service bus for systems at the edge of the network, in the physical world.
|
||||
- [Hyperledger](https://www.hyperledger.org/) - Open source collaborative effort created to advance cross-industry blockchain technologies. It is a global collaboration, hosted by The Linux Foundation, including leaders in finance, banking, IoT, supply chain, manufacturing and technology.
|
||||
- [Luna](http://www.luna-lang.org/) - Visual and textual functional programming language with a focus on productivity, collaboration and development ergonomics.
|
||||
- [MultiChain](http://www.multichain.com/) - Open platform for building blockchains.
|
||||
- [Node-RED](http://nodered.org/) - Visual tool for wiring together hardware devices, APIs and online services in new and interesting ways.
|
||||
- [Pony](http://www.ponylang.org/) - Open source, object-oriented, actor-model, capabilities-secure, high performance programming language.
|
||||
|
@ -715,4 +678,7 @@ Please, read the [Contribution Guidelines](https://github.com/mfornos/awesome-mi
|
|||
|
||||
Feel free to [open an issue](https://github.com/mfornos/awesome-microservices/issues) or [create a pull request](https://github.com/mfornos/awesome-microservices/pulls) with your additions.
|
||||
|
||||
:star2: Thank you!
|
||||
:star2: Thank you!
|
||||
|
||||
|
||||
[c]: https://cdn.rawgit.com/akullpp/23246ca832bda82bb505230bf3538e2a/raw/d9bcdb769bf025292f9c6bc1290f01f1fcd1f864/commercial.svg
|
||||
|
|
Loading…
Reference in a new issue