Skip to content

Commit

Permalink
convert img tags to markdown syntax
Browse files Browse the repository at this point in the history
(cherry picked from commit 4041032)
  • Loading branch information
317brian committed Jun 7, 2023
1 parent 9bfd1b1 commit 40365dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/design/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Druid has a distributed architecture that is designed to be cloud-friendly and e

The following diagram shows the services that make up the Druid architecture, how they are typically organized into servers, and how queries and data flow through this architecture.

<img src="../assets/druid-architecture.png" width="800"/>
![](../assets/druid-architecture.png)

The following sections describe the components of this architecture.

Expand Down Expand Up @@ -107,7 +107,7 @@ example, a single day, if your datasource is partitioned by day). Within a chunk
[_segments_](../design/segments.md). Each segment is a single file, typically comprising up to a few million rows of data. Since segments are
organized into time chunks, it's sometimes helpful to think of segments as living on a timeline like the following:

<img src="../assets/druid-timeline.png" width="800" />
![](../assets/druid-timeline.png)

A datasource may have anywhere from just a few segments, up to hundreds of thousands and even millions of segments. Each
segment is created by a MiddleManager as _mutable_ and _uncommitted_. Data is queryable as soon as it is added to
Expand Down
2 changes: 1 addition & 1 deletion docs/design/processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Druid processes can be deployed any way you like, but for ease of deployment we
* **Query**
* **Data**

<img src="../assets/druid-architecture.png" width="800"/>
![](../assets/druid-architecture.png)

This section describes the Druid processes and the suggested Master/Query/Data server organization, as shown in the architecture diagram above.

Expand Down

0 comments on commit 40365dc

Please sign in to comment.