Installs Titan Server (0.5.0 +) embedded with cassandra + elasticsearch as index backend
Ubuntu 12.04.
Default: Install Titan Server embedded with cassandra and elastic search index backend. See attributes for configuration options.
If you want to install a multi-node install of titan, you will need to set the node[:titan][:cassandra]
attributes.
Cookbook dependecies managed by Berkshelf (see Berskfile)
##Vagrant test node usage
- Install Vagrant
- Install Berkshelf
- Add vm image to vagrant: cookbook_root$ vagrant box add precise64 http://files.vagrantup.com/precise64.box
- cookbook_root$ vagrant plugin install vagrant-omnibus
- cookbook_root$ vagrant plugin install vagrant-berkshelf
- cookbook_root$ berks install
- cookbook_root$ vagrant up --provision
- cookbook_root$ curl http://33.33.33.28:8182/graphs/
##TODO
- Fleshout documentation
- Add support for more titan options
- Add support for HBASE
Brian Cajes, 2014
Released under the Apache 2.0 License.