Giter VIP home page Giter VIP logo

grafana-druid-wikipedia's Introduction

An example dashboard using Grafana with Druid

Install ZooKeeper

Download and run it with default configuration.

Install Druid

Download the latest stable release of Druid.

Run the example server script and choose wikipedia. This will connect to the Wikipedia IRC feed of edits and start indexing them in Druid.

./run_example_server.sh
This will run a stand-alone version of Druid
Cleaning up from previous run..
Please specify an example type.
Examples availables:
rabbitmq rand twitter webstream wikipedia
> wikipedia

Example using Grafana with Druid

Setup Web Server/Proxy

Install a web server and set it up to proxy Druid API calls so the browser doesn't complain about origin issues.

For nginx, add this

    location /druid/ {
        proxy_pass  http://127.0.0.1:8083/druid/;
    }

Install Grafana plugins

Clone or download this repo

Install this repo

Clone or download it

Install Grafana

Download version 1.9.x of Grafana and untar it.

Create symbolic links to the config and the plugins

cd grafana-1.9.1
ln -s ~/Work/grafana-druid-wikipedia/config.js config.js
ln -s ~/Work/grafana-druid-wikipedia/dashboards/wikipedia.json app/dashboards/wikipedia.json
ln -s ~/Work/grafana-plugins/features plugins/features

grafana-druid-wikipedia's People

Contributors

theduderog avatar

Watchers

James Cloos avatar Abhijeet Narayan Mishra 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.