Skip to main content

HIPPO

The HIerarchical Product Post Office

Docker Image Version

Hippo is a piece of software aimed at making FAIR (Findable, Attributable, Interoperable, and Reuseable) data access easier. Through the use of the very flexible MongoDB for true metadata storage and MinIO as a data storage backend, hippo provides metadata-driven access to reusable products.

Installing

As well as running the server in a docker container, the python package can be installed as pyhippo:

uv pip install pyhippo

This gives you access to the henry command suite.

Use-Cases

Hippo is under development for the Advanced Simons Observatory, an NSF-funded telescope project that aims to study, among other things, the Cosmic Microwave Background. Throughout the project, many pieces of data will be produced: things like images, arrays, small databases, etc. Storing and sharing these within the collaboration, and to the public, is a huge challenge; it's easy enough to put them all in a big folder somewhere, but without associated metadata you will never be able to find what you're looking for.

Enter hippo! Hippo allows you to upload data products and access them both manually and programatically through a metadata-driven interaction.

Examples

There are a number of example cases in the example directory. To lauch the development server, you should run

henry dev run

This creates an empty instance with mock authentication (see: no authentication). You can use the upload scripts in examples/{name} that upload data from the NASA LAMBDA instance.

Products can then be viewed through the web interface (served at /web from the server root), or through the use of the henry command-line tool.

Containerized Version

There is a containerized version of the application available in the repository. You can build the container with docker build .. By default, the server runs on port 44776 (HIPPO on a T9 keyboard).

To actually run HIPPO, you will need a running instance of MongoDB and an instance of an S3-compaitible storage server. HIPPO was built to be ran with MinIO. MinIO will actually provide file storage for your server, with MongoDB handling the metadata.

There are a number of important configuration variables:

  • MINIO_URL: hostname of the MINIO server as seen by the server.
  • MINIO_ACCESS: the MINIO access token (username).
  • MINIO_SECRET: the MINIO access secret (password).
  • MINIO_PRESIGN_URL: hostname of the MINIO server as seen by external clients.
  • MONGO_URI: the full URI for the mongo instance including password.
  • TITLE: the title of the HIPPO instance.
  • DESCRIPTION: the description of the HIPPO instance.
  • ADD_CORS: boolean, whether to allow unlimited CORS access. True by default (dev)
  • DEBUG: boolean, whether to run in debug mode. True by default (dev)
  • WEB: boolean, whether to serve the web UI.
  • WEB_ROOT: where the web frontend is served from (defaults to /web)
  • AUTH_SYSTEM: should be soauth in production. There are then the following soauth variables (see the soauth docs):
    • SOAUTH_SERVICE_URL: the URL from which soauth is served from.
    • SOAUTH_APP_ID: app ID
    • SOAUTH_PUBLIC_KEY: public key for decrypting tokens
    • SOAUTH_BASE_URL: base URL
    • SOAUTH_CLIENT_SECRET: the client secret

Secrets can be loaded from /run/secrets automatically, so long as they have the same file name as their environment variable.

For soauth integration, your callback URL needs to be $URL/web/callback.

Deployment Guide

To deploy, you need to set up a MongoDB server and a Minio server. This will involve:

  • Creating a MongoDB password, saved as a secret.
  • Creating a MongoDB URI with this password, saved as a secret.
  • Creating a Minio access token, saved as a secret.
  • Creating a WEB_JWT_SECRET, saved as a secret.
  • Creating the GitHub client ID and secret, saved as a secret.

Then, you can deploy your MongoDB and Minio servers. Do not forget to set up storage for their backends to ensure persistence across restarts.

Note that we provide a docker compose file in the main repository as an example. This should show you how the containers interact.

With the two backends set up, you can deploy the container. You can build it yourself, or use the hosted version.

Release files for pyhippo 0.2.10

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyhippo 0.2.10
File Size Uploaded
pyhippo-0.2.10.tar.gz 276.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pyhippo 0.2.10
File Interpreter ABI Platform
pyhippo-0.2.10-py3-none-any.whl Python 3 none any Details

Total release size: 573.0 kB

Release files / pyhippo-0.2.10.tar.gz

Download URL pyhippo-0.2.10.tar.gz
Size 276.5 kB
Tags Source
SHA-256 checksum
How to use checksums
b503c030290c532730d17a8c4afdd9bbac08f6f30444325bb1d9fdf40100a6a4
BLAKE2b-256 checksum
How to use checksums
0f10f61b315183c15a4bf254fed8dd7091072140018204959e99f44955ba70a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jan 6, 2026.

Transparency log

Release files / pyhippo-0.2.10-py3-none-any.whl

Download URL pyhippo-0.2.10-py3-none-any.whl
Size 296.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
12a6bc2af2e21a79cd469639339a6248b0203b62683a115a34a9f6a51a7d70b3
BLAKE2b-256 checksum
How to use checksums
1159733801b54cf7ee42e56cacef545e57b834fe83330f488fb2be8b8ca9d563
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jan 6, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.2.10 This release

2 release files

0.2.9

2 release files

0.2.8

2 release files

0.2.7

2 release files

0.2.6

2 release files

0.2.5

2 release files

0.2.4

2 release files

0.2.3

2 release files

0.2.2

2 release files

0.2.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page