Skip to content

Commit 9fd0965

Browse files
author
Alex
committed
docs: describe different catalogues supported
1 parent f192794 commit 9fd0965

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

website/src/api.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,21 @@
2424
* Create and list namespaces.
2525
* Create, load, and drop tables
2626

27-
Currently only rest catalog has been implemented, and other catalogs are under active development. Here is an
27+
There is support for the following catalogs:
28+
29+
* `RestCatalog` - the Iceberg REST catalog
30+
31+
* `Glue` - the AWS Glue Data Catalog
32+
33+
* `HMS` - Apache Iceberg HiveMetaStore catalog
34+
35+
* `S3Tables` - AWS S3 Tables
36+
37+
* `SQL` - SQL-based catalog
38+
39+
## `RestCatalog`
40+
41+
Here is an
2842
example of how to create a `RestCatalog`:
2943

3044
```rust,no_run,noplayground

0 commit comments

Comments
 (0)