Giter Club home page Giter Club logo

tick-stack-arm's Introduction

TICK Stack for ARM Devices

Run the InfluxData TICK stack for ARM devices, such as Raspberry Pi 3.

Prerequisites

Usage

To launch the TICK stack on your ARM device:

git clone https://github.com/pcgeek86/tick-stack-arm ~/
cd ~/tick-stack-arm
docker-compose up --detach

You should see log output similar to the following, after a couple minutes:

pi@pidev:~/tick-stack-arm $ docker-compose up --detach
Creating network "tick-stack-arm_tick-stack" with the default driver
Creating network "tick-stack-arm_default" with the default driver
Creating tick-stack-arm_influxdb_1 ... done
Creating tick-stack-arm_kapacitor_1    ... done
Creating tick-stack-arm_chronograf_1    ... done
Creating tick-stack-arm_telegraf_1      ... done
Creating tick-stack-arm_influxdb-cli_1  ... done
Creating tick-stack-arm_kapacitor-cli_1 ... done

Once the stack is up and running, you can access the Chronograf web interface at http://<pi>:8888. Complete the setup process, using the container names as the DNS endpoints for InfluxDB (http://influxdb:8086) and Kapacitor (http://kapacitor:9092).

Removal

If you want to destroy the Docker containers and networks associated with the TICK stack:

cd ~/tick-stack-arm
docker-compose down

NOTE: The InfluxDB container will leave behind an additional ./data directory, containing its application state. You can remove this if you'd like to reset the environment.

tick-stack-arm's People

Contributors

pcgeek86 avatar

Stargazers

BasS. thingshub.nl avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.