Sign inSign up

jeffdecola/data-crunch-engine

By jeffdecola

Updated over 3 years ago

A small asynchronous microservice that will receive data, crunch data and return the results.

Image
0

10K+

jeffdecola/data-crunch-engine repository overview

DATA CRUNCH ENGINE

Tag Latest Go Reference Go Report Card codeclimate Maintainability codeclimate Issue Count Docker Pulls MIT License jeffdecola.com

*** 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.

GitHub Repo

Dockerfile

USEFUL COMMANDS

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

Tag summary

Content type

Image

Digest

sha256:7f08c2448

Size

7.1 MB

Last updated

over 3 years ago

docker pull jeffdecola/data-crunch-engine