Setting up Druid - OXYGEN-MARKET/oxygen-market.github.io GitHub Wiki
HOME > SNOWPLOW SETUP GUIDE > Step 4: setting up alternative data stores > Setup Druid
We support loading Snowplow events into [Druid][druid] as part of the Snowplow Kinesis pipeline.
We have two setup guides for working with Druid:
- Single-instance setup guide for getting a local version of Druid working with Snowplow. Useful for development and testing
- AWS production setup guide for getting a horizontally-scaleable, distributed installation of Druid working with a production Snowplow Kinesis pipeline in AWS
Both guides assume that you are using Druid 0.8.3 Stable - this is the version that we have tested these instructions with.
TODO: move the below into the instance spec description
Each of your cluster machines must be running Java 7 or higher:
$ java -version
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)