Skip to main content

Horizon REST API + client

Project description

Repo Status PyPI Docker image PyPI License PyPI Python Version Documentation Build Status Coverage

Horizon logo

What is Horizon?

Horizon is an application that implements simple HWM Store. Right now it includes:

  • REST API

  • Python client

Goals

  • Allow users to save and fetch HWM (High Water Mark) items. These are name+type+value triples with few optional fields (description, entity, expression).

  • Avoid confusion between different user’s data by separating HWMs to different namespaces. HWMs is created within namespace, each namespace name + HWM name is unique.

  • Allow users to get HWM change history, to determine who and when changed a specific HWM value and other fields.

Non-goals

  • This is not a data storage, it is not designed to store raw table rows. It is designed to store only HWM values, e.g. max value of a specific table column, list of handled files and so on.

  • Attaching machine-readable metadata for HWMs (like table, process, origin) is not supported. This should be stored somewhere else.

Limitations

  • Currently Horizon does not implement any kind of access control, so anyone can change anything.

  • HWM types and values are not checked, and can contain anything. It is up to user how to parse fetched values and perform validation.

  • HWMs cannot be renamed or moved between namespaces. These operations could be performed only by creating new HWM in desired namespace, and deleting the old one.

Documentation

See https://data-horizon.readthedocs.io/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

data_horizon-0.0.13.tar.gz (53.8 kB view hashes)

Uploaded Source

Built Distribution

data_horizon-0.0.13-py3-none-any.whl (102.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page