Skip to content

Commit

Permalink
fixing the links to doc images
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshug committed Jun 29, 2015
1 parent 8172bdf commit 4114b49
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/content/design/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This separation allows each node to only care about what it is best at. By separ

The following diagram shows how queries and data flow through this architecture, and which nodes (and external dependencies, discussed below) are involved:

<img src="../img/druid-dataflow-3.png" width="800"/>
<img src="../../img/druid-dataflow-3.png" width="800"/>

All nodes can be run in some highly available fashion, either as symmetric peers in a share-nothing cluster or as hot-swap failover nodes.

Expand All @@ -51,7 +51,7 @@ Aside from these nodes, there are 3 external dependencies to the system:

The following diagram illustrates the cluster's management layer, showing how certain nodes and dependencies help manage the cluster by tracking and exchanging metadata:

<img src="../img/druid-manage-1.png" width="800"/>
<img src="../../img/druid-manage-1.png" width="800"/>


### Segments and Data Storage
Expand Down
2 changes: 1 addition & 1 deletion docs/content/design/indexing-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Overlords and middle managers may run on the same node or across multiple nodes
Indexing Service Overview
-------------------------

![Indexing Service](../img/indexing_service.png "Indexing Service")
![Indexing Service](../../img/indexing_service.png "Indexing Service")

<!--
Preamble
Expand Down
2 changes: 1 addition & 1 deletion docs/content/design/realtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Segment Propagation

The segment propagation diagram for real-time data ingestion can be seen below:

![Segment Propagation](../img/segmentPropagation.png "Segment Propagation")
![Segment Propagation](../../img/segmentPropagation.png "Segment Propagation")

You can read about the various components shown in this diagram under the Architecture section (see the menu on the right). Note that some of the names are now outdated.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/design/segments.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for a query. There are three basic column types: the timestamp
column, dimension columns, and metric columns, as illustrated in the
image below:

![Druid column types](../img/druid-column-types.png "Druid Column Types")
![Druid column types](../../img/druid-column-types.png "Druid Column Types")

The timestamp and metric columns are simple: behind the scenes each of
these is an array of integer or floating point values compressed with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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.

<img src="../img/druid-production.png" width="800"/>
<img src="../../img/druid-production.png" width="800"/>

0 comments on commit 4114b49

Please sign in to comment.