This Docker image runs the Unity Catalog server. latest version is 0.2.1. Both arm64 and amd64 images are available.
docker run -d -p 8080:8080 godatadriven/unity-catalog
This will start the Unity Catalog server and expose it on port 8080.
Unity catalog API is accessible at http://localhost:8080/api/2.1/unity-catalog For detailed API documentation, please refer to the API documentation. ).
UC CLI is at directory /app/unitycatalog/bin/uc. Working directory is set to /app/unitycatalog/
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.