Skip to content

ONSdigital/sds-loader

Repository files navigation

sds-loader

A microservice for loading and modifying data into SDS

Install dependencies

This command will install all the dependencies required for the project, including development dependencies:

uv sync

If you ever need to update the dependencies, you can run:

uv sync --upgrade

Generate .env

To use environment variables, you need to create a .env file in the root directory of the project. You can copy the .env.example file and rename it to .env:

cp .env.example .env

Running the service

make dev

Linting

make lint

Formatting

make format

Tests

make test

OpenApi spec

http://0.0.0.0:5000/docs

Dockerize

docker build -t sds-loader .

About

A service for loading data into the Supplementary Data Service (SDS).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors