Metadata-Version: 2.1
Name: autoreduce-rest-api
Version: 22.0.0.dev23
Summary: ISIS Autoreduction Runs REST API
License: GNU General Public License
Project-URL: Repository, https://github.com/autoreduction/rest-api
Project-URL: Wiki, https://github.com/autoreduction/queue-processor/wiki
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt

[![Build Status](https://github.com/autoreduction/autoreduce/workflows/Tests/badge.svg?branch=master)](https://github.com/autoreduction/autoreduce/actions?query=workflow%3ATests+branch%3Amaster)
[![codecov](https://codecov.io/gh/autoreduction/autoreduce/branch/master/graph/badge.svg?token=ZJ1C5VE5WN)](https://codecov.io/gh/autoreduction/autoreduce)


# Autoreduction v20.1
A service for automated batch processing of jobs specifically design for use at [ISIS Neutron and Muon Facility](https://www.isis.stfc.ac.uk). For further documentation see also [Wiki](https://github.com/autoreduction/autoreduce/wiki).

In one (not complete) picture the Autoreduction service is:

![Example Table](documentation/assets/main_components/Autoreduction_main_components.png)

The code for monitors of experiments, i.e. that send messages to the Messenging server when experiments are ready to be reduced (processed) is in monitors folder. The code for processors which consume/subscribe to Messenging queues and run jobs on the compute nodes are in the QueueProcessors folder. Finally, the code for the WebApp, which is used to monitor the system by both users and those who support the service is located in the WebApp folder.

This service discovers raw data automatically, reduces it (performs some processing on them) and stores the result. The results are rendered by the web application which allows the user and support staff to monitor the system and rerun jobs manually as needed.
