Skip to content

Commit 83d7e19

Browse files
committed
replaced diagrams
1 parent d2c9d5d commit 83d7e19

File tree

7 files changed

+15
-1525
lines changed

7 files changed

+15
-1525
lines changed

modules/concepts/images/s3-fully-separated.drawio.svg

Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

modules/concepts/images/s3-overview.drawio.svg

Lines changed: 4 additions & 0 deletions
Loading

modules/concepts/pages/s3.adoc

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ spec:
4343
S3Bucket(s) reference S3Connection(s) objects. Both types of objects can be referenced by other resources. For example in a DruidCluster you can specify a bucket for deep storage and an S3Connection for data ingestion.
4444
S3Connection objects can be defined in a standalone fashion or they can be inlined into a bucket object. Similarly a bucket can be defined in a standalone object or inlined into an enclosing object.
4545

46-
[excalidraw,s3-cluster-bucket-connection-reference,svg,width=70%]
47-
----
48-
include::partial$diagrams/S3ResourceOverview.excalidraw[]
49-
----
46+
image::s3-overview.drawio.svg[TODO alt text]
5047

5148
The diagram above shows three examples of how the objects can be
5249
structured.
@@ -78,10 +75,7 @@ spec:
7875

7976
The inline definition is variant 3 in the figure above.
8077

81-
[excalidraw,s3-cluster-bucket-connection-reference,svg,width=70%]
82-
----
83-
include::partial$diagrams/S3ResourcesInlined.excalidraw[]
84-
----
78+
image::s3-inline.drawio.svg[TODO alt text]
8579

8680
This variant has the advantage that everything is defined in a single file, right where it is going to be used:
8781

@@ -111,10 +105,7 @@ spec:
111105

112106
Often multiple buckets are used across a data pipeline, as well as buckets being used by different applications, so stand-alone resource definitions that can be referenced from multiple objects make sense.
113107

114-
[excalidraw,s3-cluster-bucket-connection-reference,svg,width=70%]
115-
----
116-
include::partial$diagrams/S3ResourcesByReference.excalidraw[]
117-
----
108+
image::s3-fully-separated.drawio.svg[TODO alt text]
118109

119110
The DruidCluster references the S3Bucket, which in turn references the S3Connection. First the definition of the S3Connection:
120111

0 commit comments

Comments
 (0)