Skip to content

Commit 5b51398

Browse files
Paul Boocockpaulboocock
authored andcommitted
Add badges to README
1 parent ed0ce9c commit 5b51398

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Snowplow Micro
22

3+
![Docker Image Version (latest semver)](https://img.shields.io/docker/v/snowplow/snowplow-micro)
4+
![GitHub](https://img.shields.io/github/license/snowplow-incubator/snowplow-micro)
5+
36
## 1. What is Snowplow Micro for?
47

58
Snowplow Micro is built to enable companies running Snowplow to build automated test suites to ensure that new releases of their websites, mobile apps and server-side applications do not break tracking / Snowplow data collection.
@@ -21,7 +24,7 @@ Snowplow Micro is hosted on Docker Hub : [snowplow/snowplow-micro](https://cloud
2124
1. Update [configuration for Iglu resolvers](./example/iglu.json)
2225
1. The configuration files must be placed in a folder that is mounted in the Docker container, and the port configured for Micro needs to be exposed. Example with configuration files in `./example/` and port `9090`:
2326
```
24-
$ docker run --mount type=bind,source=$(pwd)/example,destination=/config -p 9090:9090 snowplow/snowplow-micro:1.1.0 --collector-config /config/micro.conf --iglu /config/iglu.json
27+
$ docker run --mount type=bind,source=$(pwd)/example,destination=/config -p 9090:9090 snowplow/snowplow-micro:1.1.1 --collector-config /config/micro.conf --iglu /config/iglu.json
2528
```
2629

2730
## 3. REST API

stream-collector

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)