starwitorg/urbalytix-chart

By starwitorg

Updated 22 days ago

Chart for Urbalytix that is doing analytical evaluation, presentations of object tracking results.

Helm
Machine learning & AI
Data science
0

611

starwitorg/urbalytix-chart repository overview

Urbalytix Helm chart

This repository contains a software module written in Java, that can run analytical jobs, to condense raw tracking data from Starwit's Awareness Engine (SAE) into usable knowledge. Software is targeted to be run in a Kubernetes cluster.

Usage

Assuming you have a Kubernetes cluster configured, installation can then be done with the following command:

helm -n urbalytix install urbalytix oci://registry-1.docker.io/starwitorg/urbalytix-chart -f yourvalues.yaml

Please note, that namespace is optional and you can define your own release name. For how to use Helm refer to their docs.

The following custom values.yaml will make application available under hostname urbalytix.cluster.local with no context-path

app:
  context_path: ""

ingress:
  enabled: true
  hosts:
    - host: urbalytix.cluster.local
      paths:
        - path: /
          pathType: ImplementationSpecific

More details on the values you need to provide in order run Helm chart on your environment can be found here.

License

Project is licensed under AGPL 3 and the license can be found here. This component is part of a publicly funded project by the city of Wolfsburg and thus usage in your community is very much encouraged. It is part of a group of software modules that shall help communities to analyze urban space and to gain statistical insights.

Tag summary

Content type

Helm

Digest

sha256:ef7439313

Size

4.3 kB

Last updated

22 days ago

helm pull oci://registry-1.docker.io/starwitorg/urbalytix-chart --version 1.4.3