1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-27 11:24:38 -05:00

Added Aeron and FIX' SBE de facto standard.

This commit is contained in:
Marc 2016-02-17 23:32:05 +01:00
parent 2812c491cc
commit 75cb44f032

View file

@ -273,6 +273,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [ØMQ](http://zeromq.org/) - Brokerless intelligent transport layer. - [ØMQ](http://zeromq.org/) - Brokerless intelligent transport layer.
- [ActiveMQ](http://activemq.apache.org/) - Powerful open-source messaging and integration patterns server. - [ActiveMQ](http://activemq.apache.org/) - Powerful open-source messaging and integration patterns server.
- [Aeron](https://github.com/real-logic/Aeron) - Efficient reliable UDP unicast, UDP multicast, and IPC message transport.
- [Apollo](http://activemq.apache.org/apollo/) - Faster, more reliable, easier to maintain messaging broker built from the foundations of the original ActiveMQ. - [Apollo](http://activemq.apache.org/apollo/) - Faster, more reliable, easier to maintain messaging broker built from the foundations of the original ActiveMQ.
- [Ascoltatori](https://github.com/mcollina/ascoltatori) - Pub/sub library for Node. - [Ascoltatori](https://github.com/mcollina/ascoltatori) - Pub/sub library for Node.
- [Beanstalk](http://kr.github.io/beanstalkd/) - Simple, fast work queue. - [Beanstalk](http://kr.github.io/beanstalkd/) - Simple, fast work queue.
@ -388,7 +389,7 @@ Graphite, InfluxDB & OpenTSDB.
- [Janky](https://github.com/github/janky) - Continuous integration server built on top of Jenkins and Hubot. - [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. - [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. - [Nscale](https://github.com/nearform/nscale) - Open toolkit supporting configuration, build and deployment of connected container sets.
- [Project6](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. - [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.
- [Rancher](https://github.com/rancher/rancher) - Open-source platform for operating Docker in production. - [Rancher](https://github.com/rancher/rancher) - Open-source platform for operating Docker in production.
- [RPM Maven](http://mojo.codehaus.org/rpm-maven-plugin/) - Allows artifacts from one or more projects to be packaged in an RPM for distribution. - [RPM Maven](http://mojo.codehaus.org/rpm-maven-plugin/) - Allows artifacts from one or more projects to be packaged in an RPM for distribution.
@ -482,6 +483,7 @@ of the testing and deployment process.
- [RFC4627](https://tools.ietf.org/html/rfc4627) - JavaScript Object Notation (JSON). - [RFC4627](https://tools.ietf.org/html/rfc4627) - JavaScript Object Notation (JSON).
- [RFC7049](http://tools.ietf.org/search/rfc7049) - Concise Binary Object Representation (CBOR). - [RFC7049](http://tools.ietf.org/search/rfc7049) - Concise Binary Object Representation (CBOR).
- [BSON](http://bsonspec.org/) - Bin­ary JSON (BSON). - [BSON](http://bsonspec.org/) - Bin­ary JSON (BSON).
- [SBE](https://github.com/FIXTradingCommunity/fix-simple-binary-encoding) - Simple Binary Encoding (SBE).
- [SMILE](http://wiki.fasterxml.com/SmileFormatSpec) - JSON-compatible binary data format. - [SMILE](http://wiki.fasterxml.com/SmileFormatSpec) - JSON-compatible binary data format.
- [MSGPACK](https://github.com/msgpack/msgpack/blob/master/spec.md) - MessagePack Specification. - [MSGPACK](https://github.com/msgpack/msgpack/blob/master/spec.md) - MessagePack Specification.