{"id":20710437,"url":"https://github.com/mobiletelesystems/horizon","last_synced_at":"2025-10-13T05:04:18.979Z","repository":{"id":219945992,"uuid":"750323325","full_name":"MobileTeleSystems/horizon","owner":"MobileTeleSystems","description":"Simple HWM Store backend","archived":false,"fork":false,"pushed_at":"2025-04-21T19:12:22.000Z","size":2032,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-04-23T05:59:59.820Z","etag":null,"topics":["etl","hwm","increment","offset","rest-api"],"latest_commit_sha":null,"homepage":"https://data-horizon.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MobileTeleSystems.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.rst","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-30T12:30:24.000Z","updated_at":"2025-04-21T19:12:25.000Z","dependencies_parsed_at":"2024-04-15T15:47:00.039Z","dependency_job_id":null,"html_url":"https://github.com/MobileTeleSystems/horizon","commit_stats":null,"previous_names":["mobiletelesystems/horizon"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileTeleSystems%2Fhorizon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileTeleSystems%2Fhorizon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileTeleSystems%2Fhorizon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileTeleSystems%2Fhorizon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MobileTeleSystems","download_url":"https://codeload.github.com/MobileTeleSystems/horizon/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250379787,"owners_count":21420841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["etl","hwm","increment","offset","rest-api"],"created_at":"2024-11-17T02:11:58.699Z","updated_at":"2025-10-13T05:04:18.973Z","avatar_url":"https://github.com/MobileTeleSystems.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. _readme:\n\nData.Horizon\n============\n\n|Repo Status| |DockerHub Latest Release| |PyPI Latest Release| |PyPI License| |PyPI Python Version| |PyPI Downloads|\n|Documentation| |CI Status| |Test Coverage| |pre-commit.ci Status|\n\n.. |Repo Status| image:: https://www.repostatus.org/badges/latest/active.svg\n    :alt: Repo status - Active\n    :target: https://github.com/MobileTeleSystems/horizon\n.. |DockerHub Latest Release| image:: https://img.shields.io/docker/v/mtsrus/horizon-backend?sort=semver\u0026label=docker\n    :alt: DockerHub - Latest release\n    :target: https://hub.docker.com/r/mtsrus/horizon-backend\n.. |PyPI Latest Release| image:: https://img.shields.io/pypi/v/data-horizon\n    :alt: PyPI - Latest Release\n    :target: https://pypi.org/project/data-horizon/\n.. |PyPI License| image:: https://img.shields.io/pypi/l/data-horizon.svg\n    :alt: PyPI - License\n    :target: https://github.com/MobileTeleSystems/horizon/blob/develop/LICENSE.txt\n.. |PyPI Python Version| image:: https://img.shields.io/pypi/pyversions/data-horizon.svg\n    :alt: PyPI - Python Version\n    :target: https://pypi.org/project/data-horizon/\n.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/data-horizon\n    :alt: PyPI - Downloads\n    :target: https://pypi.org/project/data-horizon/\n.. |Documentation| image:: https://readthedocs.org/projects/data-horizon/badge/?version=stable\n    :alt: Documentation - ReadTheDocs\n    :target: https://data-horizon.readthedocs.io/\n.. |CI Status| image:: https://github.com/MobileTeleSystems/horizon/workflows/Tests/badge.svg\n    :alt: Github Actions - latest CI build status\n    :target: https://github.com/MobileTeleSystems/horizon/actions\n.. |Test Coverage| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/\n    MTSOnGithub/03e73a82ecc4709934540ce8201cc3b4/raw/horizon_badge.json\n    :target: https://github.com/MobileTeleSystems/horizon/actions\n.. |pre-commit.ci Status| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/horizon/develop.svg\n    :alt: pre-commit.ci - status\n    :target: https://results.pre-commit.ci/latest/github/MobileTeleSystems/horizon/develop\n\n\n|Logo|\n\n.. |Logo| image:: docs/_static/logo.svg\n    :width: 400\n    :alt: Horizon logo\n    :target: https://github.com/MobileTeleSystems/horizon/\n\nWhat is Data.Horizon?\n---------------------\n\nData.Horizon is an application that implements simple HWM Store. Right now it includes:\n\n* REST API\n* Python client\n\nGoals\n-----\n\n* Allow users to save and fetch High Water Mark (*HWM*) items. These are ``name+type+value`` triples with few optional fields.\n* Avoid confusion between different user's data by separating HWMs to different *namespaces*. Each HWM is bound to namespace.\n* Allow users to get HWM change history, to determine who and when changed a specific HWM value and other fields.\n* Provide RBAC model to ensure that interaction with ``HWMs`` and ``Namespaces`` are governed by role assigned to each user. Roles are assigned per namespace.\n\nNon-goals\n---------\n\n* This is not a *data* storage, it is not designed to store raw table rows. It is designed to store only HWM values.\n* Attaching machine-readable metadata for HWMs (like ``process``, ``origin``) is not supported. This should be stored somewhere else.\n\n.. documentation\n\nDocumentation\n-------------\n\nSee https://data-horizon.readthedocs.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobiletelesystems%2Fhorizon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobiletelesystems%2Fhorizon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobiletelesystems%2Fhorizon/lists"}