GitHunt
ON

ONSdigital/rm-collection-exercise-service

This microservice manages collection exercises.

Collection Exercise Service

The Collection Exercise service will be responsible for the orchestration of the processes necessary to begin the data
collection for a particular field period for a particular survey.

Running

There are two ways of running this service

  • The easiest way is via docker (https://github.com/ONSdigital/ras-rm-docker-dev)
  • Alternatively running the service up in isolation
  • gcloud auth configure-docker when running locally
    cp .maven.settings.xml ~/.m2/settings.xml  # This only needs to be done once to set up mavens settings file
    mvn clean install
    mvn spring-boot:run

API

See openapi.yml for API documentation.

Code Styler

To use the code styler please goto this url (https://github.com/google/google-java-format) and follow the Intellij.
instructions or Eclipse depending on what you use

Copyright (C) 2017 Crown Copyright (Office for National Statistics)

Languages

Java98.1%PLpgSQL1.8%Makefile0.1%Dockerfile0.0%Shell0.0%
MIT License
Created April 21, 2017
Updated March 16, 2026