Crane is a webserver with advanced Authentication and Authorization (using OpenID Connect) for hosting data science artifacts, documentation and much more!
Learn more at https://craneserver.net/
Clone this repository and run
mvn -U clean installThe build will result in a single .jar file: target/crane-${CRANE_VERSION}-exec.jar where crane
Crane can either be run locally or using the docker image.
To run crane locally the following command can be used:
java -jar target/crane-${CRANE_VERSION}-exec.jarThis project requires JDK 17.
(c) Copyright Open Analytics NV, 2021-2025 - Apache License 2.0