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:
parent
2812c491cc
commit
75cb44f032
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
|
@ -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/) - Binary JSON (BSON).
|
- [BSON](http://bsonspec.org/) - Binary 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue