Skip to content

nino2armando/PageMetrics-Kafka-Redis

Repository files navigation

PageMetrics + Apache Kafka + Redis

alt tag

Metrics RoadMap

  • We can introduce other metric types:
    • Counters --> count any type of event ('some.custom.events, 10)
    • Timers --> how long something took
    • Sets --> count of unique values passed to a key

Kafka commands

bin\windows\zookeeper-server-start.bat config\zookeeper.properties
bin\windows\kafka-server-start.bat config\server.properties
bin\windows\kafka-console-consumer.bat --zookeeper localhost:2181 --topic PageLoadTime --from-beginning
kafka-console-producer.bat --broker-list localhost:9092 --topic PageLoadTime

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages