Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ weight: 300
---

There are two ways to migrate an existing Iceberg catalog to Polaris:
1. Using the [Iceberg Catalog Migrator tool](https://github.com/apache/polaris-tools/blob/main/iceberg-catalog-migrator/README.md): A command-line tool to migrate Iceberg tables from one Iceberg catalog to another. This tool works with any existing Iceberg catalog including Polaris.
2. Using the [Polaris Synchronizer tool](https://github.com/apache/polaris-tools/blob/main/polaris-synchronizer/README.md): A tool to migrate entities from one Polaris instance to another. This tool is specific to Polaris.

Both of these tools are available in the [Polaris-Tools repository](https://github.com/apache/polaris-tools). Please refer to the relevant README.md documentation for more information.
1. Using the [Iceberg Catalog Migrator tool](../../../../../projects/iceberg-catalog-migrator/): A command-line tool to migrate Iceberg tables from one Iceberg catalog to another.
This tool works with any existing Iceberg catalog including Polaris.
2. Using the [Polaris Synchronizer tool](../../../../../projects/polaris-synchronizer/): A tool to migrate entities from one Polaris instance to another.
This tool is specific to Polaris.
35 changes: 35 additions & 0 deletions site/content/projects/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
linkTitle: 'Projects'
title: 'Polaris Projects'
weight: 150
cascade:
type: docs
---

Polaris has a set of projects to bolster the Polaris ecosystem and provide additional functionality to work with Polaris and data lakehouses.
These include:

| Tool | Description |
|---------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Iceberg Catalog Migrator](./iceberg-catalog-migrator/) | Performance benchmarks for Polaris. |
| [Polaris Benchmarks](./polaris-benchmarks/) | A command-line tool to migrate Iceberg tables from one Iceberg catalog to another. |
| [Polaris Synchronizer](./polaris-synchronizer/) | A tool to migrate entities from one Polaris instance to another. |

27 changes: 27 additions & 0 deletions site/content/projects/iceberg-catalog-migrator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
title: Iceberg Catalog Migrator
type: docs
weight: 100
---

Iceberg Catalog Migrator is a command-line tool to migrate Iceberg tables from one Iceberg catalog to another.

To use this tool, please see this [guide](https://github.com/apache/polaris-tools/blob/main/iceberg-catalog-migrator/README.md).
28 changes: 28 additions & 0 deletions site/content/projects/polaris-benchmarks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
title: Polaris Benchmarks
type: docs
weight: 500
---

Polaris Benchmarks is a tool to measure the performance of Polaris.
It can be used for comparing the performance of different Polaris instances or for monitoring the performance of a Polaris instance over time.

To use this tool, please see this [guide](https://github.com/apache/polaris-tools/blob/main/benchmarks/README.md).
27 changes: 27 additions & 0 deletions site/content/projects/polaris-synchronizer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
title: Polaris Synchronizer
type: docs
weight: 999
---

The Polaris Synchronizer is a tool to migrate entities from one Polaris instance to another.

To use this tool, please see this [guide](https://github.com/apache/polaris-tools/blob/main/polaris-synchronizer/README.md).
5 changes: 5 additions & 0 deletions site/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ menu:
parent: "releases"
weight: 1000

- name: "Projects"
identifier: "projects"
url: "/projects"
weight: 150

- name: "Downloads"
identifier: "downloads"
url: "/downloads"
Expand Down