A small asynchronous microservice that will receive data, crunch data and return the results.
10K+
*** THE REPO IS UNDER CONSTRUCTION - CHECK BACK SOON ***
A lightweight asynchronous microservice that will receive data, crunch data and return the results. You provide the data crunching algorithm.
To run on your machine, I suggest,
docker run --name data-crunch-engine -dit jeffdecola/data-crunch-engine
To see the output,
docker logs data-crunch-engine
To bash shell in the container,
docker exec -i -t data-crunch-engine /bin/bash
Content type
Image
Digest
sha256:7f08c2448…
Size
7.1 MB
Last updated
over 3 years ago
docker pull jeffdecola/data-crunch-engine