/numalogic-demo

Demo App for Numalogic

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Numalogic Demo Application

This repo contains the demo app (featuring fishes) that can be used to demonstrate the power of Numaproj. The same demo app has been demoed in Kubecon and in ArgoCon.

img

To run just the demo app

make run

To run an end-to-end example:

Apply the manifests of one of the examples:

kustomize build ./manifests | kubectl apply -f -

Containers

Available fish containers are: octo, puffy, (e.g. quay.io/numaio/numalogic-demo:octo). Also available are:

  • High error rate container, prefixed with the word error (e.g. quay.io/numaio/numalogic-demo:puffyerror)
  • High latency container, prefixed with the word slow (e.g. quay.io/numaio/numalogic-demo:puffylatency)

Releasing

To release new images:

make release IMAGE_NAMESPACE=argoproj DOCKER_PUSH=true