Skip to content
Merged
Changes from 3 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
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Polaris Catalog

<a href="https://www.snowflake.com/blog/polaris-catalog-open-source/" target="_blank">Polaris Catalog</a> is an open source catalog for Apache Iceberg. Polaris Catalog implements Iceberg’s open <a href="https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml" target="_blank">REST API</a> for multi-engine interoperability with Apache Doris, Apache Flink, Apache Spark, PyIceberg, StarRocks and Trino.
<a href="https://www.snowflake.com/blog/polaris-catalog-open-source/" target="_blank">Polaris Catalog</a> is an open source catalog for Apache Iceberg :tm:. Polaris Catalog implements Iceberg’s open <a href="https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml" target="_blank">REST API</a> for multi-engine interoperability with Apache Doris :tm:, Apache Flink® , Apache Spark :tm:, PyIceberg, StarRocks and Trino.
Comment thread
annafil marked this conversation as resolved.
Outdated

![Polaris Catalog Header](docs/img/logos/Polaris-Catalog-BLOG-symmetrical-subhead.png)

Expand All @@ -31,12 +31,12 @@ Polaris Catalog is open source under an Apache 2.0 license.

## API Docs

API docs are hosted via Github Pages at https://polaris-catalog.github.io/polaris. All updates to the main branch
API docs are hosted via Github Pages at https://polaris.io. All updates to the main branch
update the hosted docs.

The Polaris management API docs are found [here](https://polaris-catalog.github.io/polaris/index.html#tag/polaris-management-service_other)
The Polaris management API docs are found [here](https://polaris.io/index.html#tag/polaris-management-service_other)

The open source Iceberg REST API docs are found [here](https://polaris-catalog.github.io/polaris/index.html#tag/Configuration-API)
The Apache Iceberg REST API docs are found [here](https://polaris.io/index.html#tag/Configuration-API)

Docs are generated using [Redocly](https://redocly.com/docs/cli/installation). They can be regenerated by running the following commands
from the project root directory
Expand Down Expand Up @@ -179,3 +179,7 @@ You must run the following as the first query in your spark-sql shell to actuall
```
use polaris;
```

### Trademark Attribution

_Apache Iceberg, Apache Spark, Apache Flink and Apache Doris are trademarks of The Apache Software Foundation._
Comment thread
annafil marked this conversation as resolved.
Outdated