100K+
This microservice receives updates on vehicle positions from a queue - it then processes those positions (such as calculating speeds) and publishes the data in the form a REST service.
In release1, the positions are stored in memory (so of course would be lost on a container/pod restart) and only basic calculation of speed is performed.
In release2 historic track data is supported.
In release3, permanent storage via mongodb is supported.
To run:
docker container run -d --network fleetman --name fleetman-position-simulator -e "SPRING_PROFILES_ACTIVE=local-microservice" richardchesterwood/k8s-fleetman-position-simulator:{release}
Content type
Image
Digest
sha256:c07408586…
Size
155.1 MB
Last updated
over 2 years ago
docker pull richardchesterwood/k8s-fleetman-position-tracker:release3-no-websockets