Skip to content

Health-Informatics-UoN/hutch-relay

Repository files navigation

Hutch

🐇 Hutch Relay MIT License

.NET Relay Docker Images Relay Docs

A Federated Proxy for the HDR UK Cohort Discovery Tool's Task API.

  • Connects to an upstream Task API (e.g. the HDR UK Cohort Discovery Tool).
  • Fetches tasks.
  • Queues them for one or more downstream sub nodes (e.g. Bunny instances).
  • Accepts task results from the downstream nodes.
  • Submits aggregate results to the upstream Task API.

Implements a subset of the Task API for the downstream nodes to interact with.

🎾 RACKit

.NET RACKit NuGet package RACKit Readme

RACKit is the RQuest API Client Kit, a .NET Library for interacting with the HDR UK Cohort Discovery Task API.

Samples

The samples/ directory contains a sample application showcasing the use of RACKit to connect to a Task API.