This is a Spring Boot based implementation of a REST catalog server for Apache Iceberg
Applications such as ENTRADA2 may use this REST Catalog server for metadata persistence and catalog operations.
export TOOL_VERSION=0.1.1
mvn package && docker build --platform linux/amd64 --tag=sidnlabs/iceberg-rest-catalog-server:$TOOL_VERSION .
See ENTRADA2 for an example on how to use the REST Catalog Server.