I'd like to use iceberg not from java (or python which apparently uses java). The API documentation of the client claims it supports REST catalogs. Is this the same as a nessie catalog?
Is the REST catalog the same as a nessie catalog in iceberg
377 Views Asked by ibotty At
2
There are 2 best solutions below
0

Project Gravitino provide RESTful service for Iceberg Catalog, here is detail: https://datastrato.ai/blog/gravitino-iceberg-rest-catalog-service. About project gravitino, please refer: https://github.com/datastrato/gravitino
No, they are different. There are many Iceberg Catalogs you can use:
REST is used as an example in the Iceberg website and Nessie is contributed by the Dremio team as an open source project.
However, functionally they are the same...