data-horizon


Namedata-horizon JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryHorizon REST API + client
upload_time2024-05-02 10:58:53
maintainerNone
docs_urlNone
authorDataOps.ETL
requires_python<4.0,>=3.7
licenseApache-2.0
keywords horizon rest api hwm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. _readme:

Horizon
=======

|Repo Status| |PyPI| |PyPI License| |PyPI Python Version| |Docker image| |Documentation|
|Build Status| |Coverage|  |pre-commit.ci|

.. |Repo Status| image:: https://www.repostatus.org/badges/latest/active.svg
    :target: https://github.com/MobileTeleSystems/horizon
.. |PyPI| image:: https://img.shields.io/pypi/v/data-horizon
    :target: https://pypi.org/project/data-horizon/
.. |PyPI License| image:: https://img.shields.io/pypi/l/data-horizon.svg
    :target: https://github.com/MobileTeleSystems/horizon/blob/develop/LICENSE.txt
.. |PyPI Python Version| image:: https://img.shields.io/pypi/pyversions/data-horizon.svg
    :target: https://badge.fury.io/py/data-horizon
.. |Docker image| image:: https://img.shields.io/docker/v/mtsrus/horizon-backend?sort=semver&label=docker
    :target: https://hub.docker.com/r/mtsrus/horizon-backend
.. |Documentation| image:: https://readthedocs.org/projects/data-horizon/badge/?version=stable
    :target: https://data-horizon.readthedocs.io/
.. |Build Status| image:: https://github.com/MobileTeleSystems/horizon/workflows/Tests/badge.svg
    :target: https://github.com/MobileTeleSystems/horizon/actions
.. |Coverage| image:: https://codecov.io/gh/MobileTeleSystems/horizon/graph/badge.svg?token=BIRWPTWEE0
    :target: https://codecov.io/gh/MobileTeleSystems/horizon
.. |pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/horizon/develop.svg
    :target: https://results.pre-commit.ci/latest/github/MobileTeleSystems/horizon/develop


|Logo|

.. |Logo| image:: https://raw.githubusercontent.com/MobileTeleSystems/horizon/9dfa8bf2b8acf18c1ba8e78f0b48e868a59694fe/docs/_static/logo.svg
    :width: 400
    :alt: Horizon logo
    :target: https://github.com/MobileTeleSystems/horizon/

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 High Water Mark (*HWM*) items. These are ``name+type+value`` triples with few optional fields.
* Avoid confusion between different user's data by separating HWMs to different *namespaces*. Each HWM is bound to namespace.
* Allow users to get HWM change history, to determine who and when changed a specific HWM value and other fields.
* Provide RBAC model to ensure that interaction with ``HWMs`` and ``Namespaces`` are governed by role assigned to each user. Roles are assigned per namespace.

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.
* Attaching machine-readable metadata for HWMs (like ``process``, ``origin``) is not supported. This should be stored somewhere else.

.. documentation

Documentation
-------------

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


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "data-horizon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "Horizon, REST, API, HWM",
    "author": "DataOps.ETL",
    "author_email": "onetools@mts.ru",
    "download_url": "https://files.pythonhosted.org/packages/72/13/9587427d31f7869364a3792afb6d8a4b9e36bb671e530de8638cf5e3167f/data_horizon-0.1.3.tar.gz",
    "platform": null,
    "description": ".. _readme:\n\nHorizon\n=======\n\n|Repo Status| |PyPI| |PyPI License| |PyPI Python Version| |Docker image| |Documentation|\n|Build Status| |Coverage|  |pre-commit.ci|\n\n.. |Repo Status| image:: https://www.repostatus.org/badges/latest/active.svg\n    :target: https://github.com/MobileTeleSystems/horizon\n.. |PyPI| image:: https://img.shields.io/pypi/v/data-horizon\n    :target: https://pypi.org/project/data-horizon/\n.. |PyPI License| image:: https://img.shields.io/pypi/l/data-horizon.svg\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    :target: https://badge.fury.io/py/data-horizon\n.. |Docker image| image:: https://img.shields.io/docker/v/mtsrus/horizon-backend?sort=semver&label=docker\n    :target: https://hub.docker.com/r/mtsrus/horizon-backend\n.. |Documentation| image:: https://readthedocs.org/projects/data-horizon/badge/?version=stable\n    :target: https://data-horizon.readthedocs.io/\n.. |Build Status| image:: https://github.com/MobileTeleSystems/horizon/workflows/Tests/badge.svg\n    :target: https://github.com/MobileTeleSystems/horizon/actions\n.. |Coverage| image:: https://codecov.io/gh/MobileTeleSystems/horizon/graph/badge.svg?token=BIRWPTWEE0\n    :target: https://codecov.io/gh/MobileTeleSystems/horizon\n.. |pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/horizon/develop.svg\n    :target: https://results.pre-commit.ci/latest/github/MobileTeleSystems/horizon/develop\n\n\n|Logo|\n\n.. |Logo| image:: https://raw.githubusercontent.com/MobileTeleSystems/horizon/9dfa8bf2b8acf18c1ba8e78f0b48e868a59694fe/docs/_static/logo.svg\n    :width: 400\n    :alt: Horizon logo\n    :target: https://github.com/MobileTeleSystems/horizon/\n\nWhat is Horizon?\n----------------\n\nHorizon 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\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Horizon REST API + client",
    "version": "0.1.3",
    "project_urls": {
        "CI/CD": "https://github.com/MobileTeleSystems/horizon/actions",
        "Documentation": "https://data-horizon.readthedocs.io/",
        "Homepage": "https://github.com/MobileTeleSystems/horizon",
        "Source": "https://github.com/MobileTeleSystems/horizon",
        "Tracker": "https://github.com/MobileTeleSystems/horizon/issues"
    },
    "split_keywords": [
        "horizon",
        " rest",
        " api",
        " hwm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e27bfcd178999eb985f26cf41ceb8290b77f3428349594c6bd7830a8fe5c4fd4",
                "md5": "a4c4a0ed31b0132177de5fac5254738a",
                "sha256": "d3eaf76b543fbe3a4ab0e793b8a86788d03fa32125b72f65ff2d988bfba6060a"
            },
            "downloads": -1,
            "filename": "data_horizon-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a4c4a0ed31b0132177de5fac5254738a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 120936,
            "upload_time": "2024-05-02T10:58:52",
            "upload_time_iso_8601": "2024-05-02T10:58:52.133155Z",
            "url": "https://files.pythonhosted.org/packages/e2/7b/fcd178999eb985f26cf41ceb8290b77f3428349594c6bd7830a8fe5c4fd4/data_horizon-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72139587427d31f7869364a3792afb6d8a4b9e36bb671e530de8638cf5e3167f",
                "md5": "caa81ac137df099ad45fe581cf9718bf",
                "sha256": "d1a314d1b7858e770e56f608319ec87667f6257d8b94751fe0ebf55078a31d1c"
            },
            "downloads": -1,
            "filename": "data_horizon-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "caa81ac137df099ad45fe581cf9718bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 63037,
            "upload_time": "2024-05-02T10:58:53",
            "upload_time_iso_8601": "2024-05-02T10:58:53.892008Z",
            "url": "https://files.pythonhosted.org/packages/72/13/9587427d31f7869364a3792afb6d8a4b9e36bb671e530de8638cf5e3167f/data_horizon-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 10:58:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MobileTeleSystems",
    "github_project": "horizon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "data-horizon"
}
        
Elapsed time: 0.27186s