Druid Cookbook
Installs and configures the Druid real-time analytics system
Requirements
This cookbook is for Debian-based linux systems. It has been tested with Ubuntu using Vagrant as well as Amazon's AWS OpsWorks. Services are managed via upstart.
Recipes
There is one recipe per Druid service:
- broker
- coordinator
- historical
- middleManager
- overlord
- peon (rarely needed)
- realtime
- router (upcoming service)
Attributes
Most attributes are simply passed through to Druid's runtime.properties files. See attributes/default.rb for the others.
Key | Description |
---|---|
['druid']['properties'][property name] | properties which apply to all services |
['druid'][service name]['properties'][property name] | properties which apply to one service |
Usage
See the druid-example cookbook for a working example.
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Copyright 2014 N3TWORK, Inc.
Licensed under Apache 2.0
Written by Yuval Oren (yuval@n3twork.com)