Skip to content

Commit

Permalink
Added link to new docs to main page
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen McQuay committed Oct 16, 2017
1 parent 9440c28 commit 6035a31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ to search them. This project implements a service that:

- Creating an event store
- API for sending/firing events
- Potential integrations into other services for searching etc. (e.g. grafana annotations)
- Potential integrations into other services for searching etc. (e.g. [grafana annotations](./docs/grafana))
- Working with other pieces of infrastructure to expose meaningful events

## Setup
Expand Down Expand Up @@ -84,14 +84,17 @@ The `class` and `replication_factor` can be modified as long as the
`consistency` attribute is configured accordingly in the `eventmaster.json`
used by `eventmaster -c eventmaster.json`.


### Tests
Tests can be run (using the go tool) by calling:

```
$ make test
```

## Adding annotations to a Grafana dashboard

This is documented in the [documentation subdirectory](./docs/grafana)

## REST API

This is documented in the [documentation subdirectory](./docs/api/).

0 comments on commit 6035a31

Please sign in to comment.