Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 4.74 KB

README.md

File metadata and controls

79 lines (59 loc) · 4.74 KB

Hutch Logo

Hutch is a toolset for Federated Activities, such as Analytics, Data Discovery, or Machine Learning.

Hutch-TREFX

MIT License Trefx Repo Trefx Releases Trefx Tests

.NET Trefx Docs

Hutch-TREFX is an Executing Agent implementation that accepts jobs from a TRE Agent, executes them and records outputs and provenance, submitting the results to be approved for egress.

Cohort Discovery

🐇 Bunny

MIT License Bunny Repo Bunny Releases Bunny Tests

Python Bunny Docker Images Bunny Docs Bunny Roadmap

A Cohort Discovery Task Resolver.

Fetches and resolves Availability and Distribution Queries against a PostgreSQL OMOP CDM database.

🔄 Relay

MIT License Relay Repo Relay Releases Relay Tests

.NET Relay Docker Images Relay Docs Relay Roadmap

A Federated Proxy for a Cohort Discovery 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.