druid/docs/content/development/integrating-druid-with-othe...

8 lines
557 B
Markdown
Raw Normal View History

---
layout: doc_page
---
# Integrating Druid With Other Technologies
This page discusses how we can integrate druid with other technologies. Event streams can be stored in a distributed queue like Kafka, then it can be streamed to a distributed realtime computation system like Twitter Storm / Samza and then it can be feed into Druid via Tranquility plugin. With Tranquility, Middlemanager & Peons will act as a realtime node and they handle realtime queries, segment handoff and realtime indexing.
2015-06-29 13:17:42 -04:00
<img src="../../img/druid-production.png" width="800"/>