Skip to content

Commit

Permalink
Add Mini 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Sep 2, 2024
1 parent d93a7cb commit deb9b19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ This service is available as an EC2 image within the AWS Community AMIs in the f

<p>Version {versions.snowplowMini} (recommended) comes with:</p>

- Snowplow Stream Collector NSQ 3.1.2
- Snowplow Stream Enrich NSQ 4.1.0
- Snowplow Elasticsearch Loader 2.1.0
- Snowplow Iglu Server 0.10.0
- Snowplow Stream Collector NSQ 3.2.0
- Snowplow Stream Enrich NSQ 5.1.1
- Snowplow Elasticsearch Loader 2.1.2
- Snowplow Iglu Server 0.13.0
- Opensearch 2.4.0
- Opensearch Dashboards 2.4.0
- Postgresql 15.1
- NSQ v1.2.1
- NSQ v1.3.0

Note: All services are configured to start automatically so everything should happily survive restarts/shutdowns.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Snowplow Mini is, in essence, the Snowplow real time stack inside of a single im

<p>Version {versions.snowplowMini} (recommended) comes with:</p>

- Snowplow Stream Collector NSQ 3.1.2
- Snowplow Stream Enrich NSQ 4.1.0
- Snowplow Elasticsearch Loader 2.1.0
- Snowplow Iglu Server 0.10.0
- Snowplow Stream Collector NSQ 3.2.0
- Snowplow Stream Enrich NSQ 5.1.1
- Snowplow Elasticsearch Loader 2.1.2
- Snowplow Iglu Server 0.13.0
- Opensearch 2.4.0
- Opensearch Dashboards 2.4.0
- Postgresql 15.1
- NSQ v1.2.1
- NSQ v1.3.0

Note: All services are configured to start automatically so everything should happily survive restarts/shutdowns.

Expand All @@ -50,7 +50,7 @@ A sample usage would be as following.
gcloud compute images create \
imported-sp-mini \
--source-uri \
https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-20-1-large-1721204297.tar.gz
https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-21.0-large-1725275688.tar.gz
```

Note that `imported-sp-mini` is a name of your choice for destination image and above URI is for large image, change it with your preferred version of Snowplow Mini.
Expand All @@ -59,7 +59,7 @@ Note that `imported-sp-mini` is a name of your choice for destination image an

| L / 2 vCPUs | XL / 4 vCPUs | XXL / 8 vCPUs |
| --- | --- | --- |
| [large](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-20-1-large-1721204297.tar.gz) | [xlarge](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-20-1-xlarge-1721204346.tar.gz) | [xxlarge](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-20-1-xxlarge-1721204318.tar.gz) |
| [large](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-21-0-large-1725275688.tar.gz) | [xlarge](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-21-0-xlarge-1725275576.tar.gz) | [xxlarge](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-21-0-xxlarge-1725275576.tar.gz) |

You can find more about `gcloud compute images create` command [here](https://cloud.google.com/sdk/gcloud/reference/compute/images/create) for additional parameters.

Expand Down
2 changes: 1 addition & 1 deletion src/componentVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ export const versions = {

// Testing & debugging
snowplowMicro: '2.1.2',
snowplowMini: '0.20.1',
snowplowMini: '0.21.0',
}

0 comments on commit deb9b19

Please sign in to comment.