Sign inSign up

deanydean/randoms

By deanydean

Updated over 2 years ago

Simple microservice for providing random data

Image
0

573

deanydean/randoms repository overview

RandoMS - Simple Microservice for Random Data

A simple microservice built on top of Spark (sparkjava.com) to provide random data via HTTP.

Build

To build you will need Java 8 + Gradle and need to run:

$ gradle build

Run

To run the microservice:

$ gradle run

Use

To use the service, access the URL:

http://localhost:4567/randoms/[type]

where [type] can be:

  • long
  • int
  • double
  • float
  • gaussian
  • bytes/[n] - where [n] is number of bytes

Tag summary

Content type

Image

Digest

sha256:c4a421a50

Size

199.2 MB

Last updated

over 2 years ago

docker pull deanydean/randoms