Skip to content

ONSdigital/sdx-image

Repository files navigation

sdx-image

The sdx-image microservice is a bespoke app used within the Office for National Statistics (ONS) to aid with
Survey Data eXchange (SDX). It provides functionality to transform a JSON survey response into a JPEG image. This allows users downstream to process submissions collected through EQs (Electronic Questionnaires) with the same set of tools as if the submission had been received in paper form and scanned in.

Getting started

Ensure you have GO installed on your machine.

Clone the repo:

git clone git@github.com:ONSdigital/sdx-image.git

Navigate to the root of the project:

git cd sdx-image

Install dependencies:

go mod download

Build the application:

go build -o sdx-image

Run the executable

./sdx-image

Or, run the tests:

go test -json ./...

Running the tests will also regenerate all of the example images in the examples dir.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6