Feature: Geodata pre-cache command for hazaar tool #334
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#334
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem Statement
Currently, downloading and caching the GeoData file from the Hazaar API platform requires running manual CLI commands. This is often done in a Dockerfile during CI builds and deployments, making the process less efficient and more error-prone.
Who will benefit?
Benefits and risks
Benefits:
Risks:
Proposed solution
Add a new command to the Hazaar CLI tool that forces the GeoData file to be downloaded and cached from the Hazaar API platform. The command could be something like:
Alternatively, integrating this into a broader build command like:
would help automate application preparation. The command should:
Examples
Priority/Severity
created branch
334-feature-geodata-pre-cache-command-for-hazaar-tool
to address this issuementioned in merge request !223
mentioned in commit
eaf00017f1