Tuesday, November 07, 2017

Influx Vagrant Boxes

DZone Database Zone
Influx Vagrant Boxes
Influx Vagrant Boxes

One of the great things about InfluxDB and the TICK Stack as a whole is its ease of use. InfluxData provides downloads for a variety of operating systems and architectures and even an official Docker image. But what if I just want to spin up a quick TICK Stack to test something out like a TICKscript or a new Telegraf plugin that I am building (hint at future blog article)? Enter: Vagrant. For those of you who have never used Vagrant, it is a tool for building and managing virtual machine environments in a single workflow. It was created by HashiCorp and you can read more about it here.

To spin up a Vagrant TICK Stack, you need the following:

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...