Skip to content

Commit 98b21aa

Browse files
authored
Landing page and new operator overview page (#492)
* new operator overview * WIP * WIP * minor typo changes * Added release notes bit back in * removed version
1 parent 6d67a49 commit 98b21aa

File tree

3 files changed

+356
-171
lines changed

3 files changed

+356
-171
lines changed

modules/ROOT/pages/index.adoc

+50-166
Original file line numberDiff line numberDiff line change
@@ -6,79 +6,34 @@
66
:docs-issues: https://github.com/stackabletech/documentation/issues
77
:docs-repo: https://github.com/stackabletech/documentation
88

9-
Welcome to Stackable!
10-
This documentation gives you an overview of the Stackable Data Platform, how to install and manage it as well as some
11-
tutorials.
12-
13-
++++
14-
<div class="boxes two-column">
15-
++++
16-
17-
++++
18-
<div class="box">
19-
++++
20-
21-
++++
22-
<h3>Introduction</h3>
23-
++++
24-
25-
The Stackable Data Platform allows you to deploy, scale and manage Data infrastructure in any environment running
26-
https://kubernetes.io/[Kubernetes].
27-
28-
You can find an overview of the supported components <<Components,below>>, as well as a full list of all supported
29-
product versions xref:operators:supported_versions.adoc[here].
30-
31-
If you have any feedback regarding the documentation please either open an {docs-issues}[issue], ask a
32-
{docs-discussion}[question] or look at the source for this documentation in its {docs-repo}[repository].
33-
34-
++++
35-
</div>
36-
++++
37-
38-
++++
39-
<div class="box">
40-
++++
41-
42-
++++
43-
<h3>Goal of the project</h3>
44-
++++
45-
46-
We are building a distribution of existing Open Source tools that together comprise the components of a modern data
47-
platform.
48-
49-
There are components to ingest data, to store data, to process and visualize and much more. While the platform got
50-
started in the _Big Data_ ecosystem we are in no way limited to big data workloads.
51-
52-
You can declaratively build these environments, and we don't stop at the tool level as we also provide ways for the
53-
users to interact with the platform in the "as Code"-approach.
54-
55-
We are leveraging the https://www.openpolicyagent.org/[Open Policy Agent] to provide Security-as-Code.
56-
57-
We are building a distribution that includes the “best of breed” of existing Open Source tools, but bundles them in a
58-
way, so it is easy to deploy a fully working stack of software. Most of the existing tools are “single purpose” tools,
59-
which often do not play nicely together out-of-the-box.
60-
61-
++++
62-
</div>
639
++++
10+
<style>
11+
h1 {
12+
display: none; // hide the default title
13+
}
6414
65-
++++
66-
</div>
67-
++++
68-
69-
== Release Notes
70-
71-
The Stackable platform consists of multiple operators that work together. Periodically a platform release is made,
72-
including all components of the platform at a specific version. See the latest release notes for 23.7
73-
xref:release_notes.adoc[here].
15+
.landing ul {
16+
list-style-type: none; /* Remove bullets */
17+
padding: 0; /* Remove padding */
18+
margin: 0; /* Remove margins */
19+
}
7420
75-
== Components
21+
#intro-action {
22+
margin-top: 5rem;
23+
margin-bottom: 2rem;
24+
font-size: 36px;
25+
text-align: center;
26+
}
7627
77-
We are using Kubernetes as our deployment platform. And we're building {k8s-operators}[Operators] for each of the
78-
products we support. The Stackable Data Platform supports the following products:
28+
#help-action {
29+
margin-top: 3rem;
30+
margin-bottom: 1rem;
31+
font-size: 26px;
32+
text-align: center;
33+
}
7934
80-
++++
81-
<br>
35+
</style>
36+
<div id="intro-action">What are you looking for?</div>
8237
++++
8338

8439
++++
@@ -90,12 +45,13 @@ products we support. The Stackable Data Platform supports the following products
9045
++++
9146

9247
++++
93-
<h3 id="airflow"><a class="anchor" href="#airflow"></a>Apache Airflow</h3>
48+
<h3>Getting started</h3>
9449
++++
9550

96-
Airflow is a workflow engine and your replacement should you be using Apache Oozie.
51+
Get started with the Stackable Data Platform or a specific operator.
9752

98-
xref:airflow:index.adoc[Read more]
53+
* xref:quickstart.adoc[]
54+
* xref:tutorials:index.adoc#getting-started[Getting started per operator]
9955
10056
++++
10157
</div>
@@ -106,12 +62,13 @@ xref:airflow:index.adoc[Read more]
10662
++++
10763

10864
++++
109-
<h3 id="druid"><a class="anchor" href="#druid"></a>Apache Druid</h3>
65+
<h3>Demos and tutorials</h3>
11066
++++
11167

112-
Apache Druid is a real-time database to power modern analytics applications.
68+
Run a demo data processing pipeline or follow a tutorial to learn about the platform hands-on.
11369

114-
xref:druid:index.adoc[Read more]
70+
* xref:demos:index.adoc[]
71+
* xref:tutorials:index.adoc[]
11572
11673
++++
11774
</div>
@@ -122,12 +79,13 @@ xref:druid:index.adoc[Read more]
12279
++++
12380

12481
++++
125-
<h3 id="hbase"><a class="anchor" href="#hbase"></a>Apache HBase</h3>
82+
<h3>Concept explanation</h3>
12683
++++
12784

128-
HBase is a distributed, scalable, big data store.
85+
Read concept explanation to gain a better understanding of how the Stackable Data platform works,
86+
or how a specific feature works.
12987

130-
xref:hbase:index.adoc[Read more]
88+
xref:concepts:index.adoc[]
13189

13290
++++
13391
</div>
@@ -138,12 +96,13 @@ xref:hbase:index.adoc[Read more]
13896
++++
13997

14098
++++
141-
<h3 id="hdfs"><a class="anchor" href="#hdfs"></a>Apache Hadoop HDFS</h3>
99+
<h3>Product operator docs</h3>
142100
++++
143101

144-
HDFS is a distributed file system that provides high-throughput access to application data.
102+
Read documentation for a specific product operator.
103+
This includes a general overview, a getting started guide and specific feature usage guides.
145104

146-
xref:hdfs:index.adoc[Read more]
105+
xref:operators:index.adoc[Operator overview]
147106

148107
++++
149108
</div>
@@ -154,13 +113,12 @@ xref:hdfs:index.adoc[Read more]
154113
++++
155114

156115
++++
157-
<h3 id="hive"><a class="anchor" href="#hive"></a>Apache Hive</h3>
116+
<h3>CRD reference</h3>
158117
++++
159118

160-
The Apache Hive data warehouse software facilitates reading, writing, and managing large datasets residing in
161-
distributed storage using SQL. We support the Hive Metastore.
119+
Read the CustomResourceDefinition (CRD) reference for all CRDs that are deployed by any Stackable operator.
162120

163-
xref:hive:index.adoc[Read more]
121+
https://crds.stackable.tech/[CRD Reference]
164122

165123
++++
166124
</div>
@@ -171,101 +129,27 @@ xref:hive:index.adoc[Read more]
171129
++++
172130

173131
++++
174-
<h3 id="kafka"><a class="anchor" href="#kafka"></a>Apache Kafka</h3>
132+
<h3>Tooling</h3>
175133
++++
176134

177-
Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance
178-
data pipelines, streaming analytics, data integration, and mission-critical applications.
135+
Learn more about the tooling that supports the Stackable Data Platform; the `stackablectl` CLI utility and the Stackable Cockpit Web UI.
179136

180-
xref:kafka:index.adoc[Read more]
137+
* xref:management:stackablectl:index.adoc[stackablectl]
138+
* xref:management:cockpit:index.adoc[Cockpit UI]
181139
182140
++++
183141
</div>
184142
++++
185143

186-
++++
187-
<div class="box">
188-
++++
189-
190-
++++
191-
<h3 id="nifi"><a class="anchor" href="#nifi"></a>Apache NiFi</h3>
192-
++++
193-
194-
An easy to use, powerful, and reliable system to process and distribute data.
195-
196-
xref:nifi:index.adoc[Read more]
197-
198144
++++
199145
</div>
200146
++++
201147

202148
++++
203-
<div class="box">
204-
++++
205-
206-
++++
207-
<h3 id="spark"><a class="anchor" href="#spark"></a>Apache Spark</h3>
208-
++++
209-
210-
Apache Spark is a multi-language engine for executing data engineering, data science, and machine learning on
211-
single-node machines or clusters.
212-
213-
xref:spark-k8s:index.adoc[Read more]
214-
215-
++++
216-
</div>
217-
++++
218-
219-
++++
220-
<div class="box">
221-
++++
222-
223-
++++
224-
<h3 id="superset"><a class="anchor" href="#superset"></a>Apache Superset</h3>
225-
++++
226-
227-
Apache Superset is a modern data exploration and visualization platform.
228-
229-
xref:superset:index.adoc[Read more]
230-
231-
++++
232-
</div>
233-
++++
234-
235-
++++
236-
<div class="box">
237-
++++
238-
239-
++++
240-
<h3 id="trino"><a class="anchor" href="#trino"></a>Trino</h3>
241-
++++
242-
243-
Fast distributed SQL query engine for big data analytics that helps you explore your data universe.
244-
245-
xref:trino:index.adoc[Read more]
246-
247-
++++
248-
</div>
249-
++++
250-
251-
++++
252-
<div class="box">
253-
++++
254-
255-
++++
256-
<h3 id="zookeeper"><a class="anchor" href="#zookeeper"></a>Apache ZooKeeper</h3>
257-
++++
258-
259-
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed
260-
synchronization, and providing group services.
261-
262-
xref:zookeeper:index.adoc[Read more]
263-
264-
++++
265-
</div>
149+
<div id="help-action">Still need help? Ask a question on <a href="https://github.com/orgs/stackabletech/discussions">GitHub</a> or <a href="https://discord.com/invite/7kZ3BNnCAF">Discord</a>.</div>
266150
++++
267151

152+
== Release Notes
268153

269-
++++
270-
</div>
271-
++++
154+
The Stackable platform consists of multiple operators that work together. Periodically a platform release is made,
155+
including all components of the platform at a specific version. See the latest release notes xref:release_notes.adoc[here].

0 commit comments

Comments
 (0)