From 18325e6a7cdf43c8838254954cf245803798c016 Mon Sep 17 00:00:00 2001 From: wingsfree Date: Sun, 29 Jun 2014 14:54:42 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6381550..b32ad2d 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,9 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [NSQ](http://nsq.io/) - A realtime distributed messaging platform. * [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. * [ZeroMQ](http://zeromq.org/) - Lightweight queuing system. +* [Kafka](http://kafka.apache.org/) - A high-throughput distributed messaging system. +* [ActiveMQ](http://activemq.apache.org/) - An open source message broker written in Java together with a full JMS client + ## RDBMS *Relational DBMS.* From 25721c9b5a9aebfe1153d13a564de622406255e7 Mon Sep 17 00:00:00 2001 From: wingsfree Date: Sun, 29 Jun 2014 15:14:55 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b32ad2d..87d167e 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Redmine](http://www.redmine.org/) - Written in ruby on rails. * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. * [Trac](http://trac.edgewall.org/) - Written in python. +* [Jira](http://www.projectmanagesoft.com/software/) - Written in Java ## Version control *Software versioning and revision control.*