Skip to content

Commit 09ee31c

Browse files
committed
chore(docs): reformat docs/getting-started catalog
1 parent 1ecf4a8 commit 09ee31c

File tree

13 files changed

+134
-226
lines changed

13 files changed

+134
-226
lines changed

site/content/in-dev/unreleased/getting-started/alternate-conf/keycloak-idp.md

Lines changed: 0 additions & 210 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
#
3+
# Licensed to the Apache Software Foundation (ASF) under one
4+
# or more contributor license agreements. See the NOTICE file
5+
# distributed with this work for additional information
6+
# regarding copyright ownership. The ASF licenses this file
7+
# to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance
9+
# with the License. You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
#
20+
title: Creating a Catalog
21+
linkTitle: Creating a Catalog
22+
type: docs
23+
weight: 300
24+
---
25+
26+
The following Object Storage providers can be configured as storage backends for your Polaris catalog:
27+
28+
- [S3 compatible object stores]({{< ref "s3.md" >}})
29+
- [Google Cloud Storage]({{< ref "catalog-gcs.md" >}})
30+
- [Azure Blob Storage]({{< ref "catalog-azure.md" >}})
31+
- Local file system (By default for testing only)

site/content/in-dev/unreleased/getting-started/alternate-conf/_index.md renamed to site/content/in-dev/unreleased/getting-started/creating-a-catalog/catalog-azure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
# specific language governing permissions and limitations
1818
# under the License.
1919
#
20-
title: Alternate Configurations
21-
linkTitle: Alternate configurations ⛕
20+
title: Creating a catalog on Azure
21+
linkTitle: Azure
2222
type: docs
23-
weight: 400
23+
weight: 300
2424
---
2525

26-
This section presents ready-to-use examples of alternative Apache Polaris configurations for various deployment scenarios and integrations.
26+
TBD
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
#
3+
# Licensed to the Apache Software Foundation (ASF) under one
4+
# or more contributor license agreements. See the NOTICE file
5+
# distributed with this work for additional information
6+
# regarding copyright ownership. The ASF licenses this file
7+
# to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance
9+
# with the License. You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
#
20+
title: Creating a catalog on Google Cloud Storage (GCS)
21+
linkTitle: GCS
22+
type: docs
23+
weight: 200
24+
---
25+
26+
TBD
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
#
3+
# Licensed to the Apache Software Foundation (ASF) under one
4+
# or more contributor license agreements. See the NOTICE file
5+
# distributed with this work for additional information
6+
# regarding copyright ownership. The ASF licenses this file
7+
# to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance
9+
# with the License. You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
#
20+
title: Creating a catalog on S3 compatible cloud providers
21+
linkTitle: S3
22+
type: docs
23+
weight: 100
24+
---
25+
26+
The following S3 compatible cloud providers can be configured as storage backends for your Polaris catalog:
27+
28+
- [AWS S3]({{< ref "catalog-aws.md" >}})
29+
- [MinIO]({{< ref "catalog-minio.md" >}})
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
#
3+
# Licensed to the Apache Software Foundation (ASF) under one
4+
# or more contributor license agreements. See the NOTICE file
5+
# distributed with this work for additional information
6+
# regarding copyright ownership. The ASF licenses this file
7+
# to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance
9+
# with the License. You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
#
20+
title: Creating a catalog on AWS S3
21+
linkTitle: AWS
22+
type: docs
23+
weight: 100
24+
---
25+
26+
TBD

site/content/in-dev/unreleased/getting-started/alternate-conf/minio.md renamed to site/content/in-dev/unreleased/getting-started/creating-a-catalog/s3/catalog-minio.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
# specific language governing permissions and limitations
1818
# under the License.
1919
#
20-
Title: Deploying Polaris on MinIO
20+
title: Creating a catalog on MinIO
21+
linkTitle: MinIO
2122
type: docs
22-
weight: 100
23+
weight: 200
2324
---
2425

2526
In this guide we walk through setting up a simple Polaris Server with local [MinIO](https://www.min.io/) storage.
@@ -42,7 +43,7 @@ docker compose -f getting-started/minio/docker-compose.yml up
4243
```
4344

4445
The compose script will start MinIO on default ports (API on 9000, UI on 9001)
45-
plus a Polaris Server pre-configured to that MinIO instance.
46+
plus a Polaris Server pre-configured to that MinIO instance.
4647

4748
In this example the `root` principal has its password set to `s3cr3t`.
4849

@@ -86,7 +87,7 @@ mc ls pol/bucket123/ns/t1
8687
[2025-08-13 18:52:38 EDT] 0B metadata/
8788
```
8889

89-
Note: the values of `minio_root`, `m1n1opwd` and `bucket123` are defined in the docker compose file.
90+
Note: the values of `minio_root`, `m1n1opwd` and `bucket123` are defined in the docker compose file.
9091

9192
# Notes on Storage Configuation
9293

site/content/in-dev/unreleased/getting-started/deploying-polaris/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type: docs
2323
weight: 200
2424
---
2525

26-
We will now demonstrate how to deploy Polaris locally, as well as with all supported Cloud Providers: Amazon Web Services (AWS), Azure, and Google Cloud Platform (GCP).
26+
Here you can find the guides of how to deploy Polaris locally, as well as with all supported Cloud Providers: Amazon Web Services (AWS), Azure, and Google Cloud Platform (GCP).
2727

28-
Locally, Polaris can be deployed using both Docker and local build. On the cloud, this tutorial will deploy Polaris using Docker only - but local builds can also be executed.
28+
Locally, Polaris can be deployed using both docker and local build.
29+
On the cloud, the following tutorials will deploy Polaris using docker environment.

0 commit comments

Comments
 (0)