Giter Site home page Giter Site logo

vasilykolpakov / qmon-popeye Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ya-popeye/qmon-popeye

0.0 2.0 0.0 2.48 MB

Kafka based bus for QMon prototype

Java 7.12% ApacheConf 0.81% Scala 88.94% Python 0.05% Protocol Buffer 0.11% Shell 2.87% Makefile 0.11%

qmon-popeye's Introduction

Documentation is obsolete, update is coming soon.

qmon-popeye

Event transport for QMon prototype

Building

As usual, sbt dist

Running

To able to run anything, following steps are needed:

  1. run kafka from https://github.com/octo47/kafka/tree/0.8-scala2.10

  2. create topic, number of partitons defines number of threads from one group, able to read topic in parallel. Expected to be > 10 x (consumers in 1 group)

bin/kafka-create-topic.sh --zookeeper <zk.host1:2181,zk.host2:2181> --topic popeye-points --partition <partitons>
  1. Create configuration file config/application.conf (also possible to create pump.conf/slicer.conf in case of different settings per daemon)
zk.cluster = "<zk.host1:port,zk.host2:port>"
kafka.metadata.broker.list = "kafka.host1:9092,kafka.host2:9092"

generator {
   worker = <unique id generator>
   datacenter = <datacenter id>
}

qmon-popeye's People

Contributors

octo47 avatar vasilykolpakov avatar nikicat 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.