Updated list of stores
Andrew Kane
committed Jan 25, 2017
commit 45fee887280a84b630abf8ac37c129c00522a81f
Showing 1
changed file with
3 additions
and 6 deletions
README.md
+3
-6
| @@ | @@ -29,12 +29,7 @@ Ahoy supports a number of data stores out of the box. You can start with one of |
| - [PostgreSQL, MySQL, or SQLite](#postgresql-mysql-or-sqlite) | |
| - [MongoDB](#mongodb) | |
| - | - [Kafka](#kafka) |
| - | - [Fluentd](#fluentd) |
| - | - [RabbitMQ](#rabbitmq) |
| - | - [NATS](#nats-master) |
| - | - [NSQ](#nsq-master) |
| - | - [Amazon Kinesis Firehose](#amazon-kinesis-firehose) |
| + | - [Kafka](#kafka), [Fluentd](#fluentd), [RabbitMQ](#rabbitmq), [NATS](#nats-master), [NSQ](#nsq-master), or [Amazon Kinesis Firehose](#amazon-kinesis-firehose) |
| - [Logs](#logs) | |
| - [Custom](#custom) | |
| @@ | @@ -49,6 +44,8 @@ rake db:migrate |
| ### MongoDB | |
| + | Run: |
| + | |
| ```sh | |
| rails generate ahoy:stores:mongoid | |
| ``` | |