pub static MODEL_GRAPH_TOOLS_REPOSITORY: &str = "quay.io/modelgraphtools/model";
pub static WADO_SA_REPOSITORY: &str = "quay.io/wado/wado-sa";
pub static ANALYZER_VERSION: &str = "0.1.2";
pub fn analyzer_url() -> String {
format!(
"https://github.com/model-graph-tools/analyzer/releases/download/v{v}/analyzer-{v}.jar",
v = ANALYZER_VERSION
)
}
pub static NEO4J_VERSION: &str = "2026.04-community";
pub static NEO4J_IMAGE: &str = "docker.io/neo4j";
pub static PLATFORMS: &str = "linux/amd64,linux/arm64";
pub static WELCOME_URL: &str = "https://model-graph-tools.github.io/assets/welcome.html";
pub static SCHEMA_SVG_URL: &str = "https://model-graph-tools.github.io/assets/schema.svg";