aqueduct


Nameaqueduct JSON
Version 1.11.6 PyPI version JSON
download
home_pagehttps://github.com/avito-tech/aqueduct
SummaryBuilder for performance-efficient prediction.
upload_time2024-04-12 14:54:38
maintainerNone
docs_urlNone
authorData Science SWAT
requires_python>=3.8
licenseMIT
keywords datascience learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========
Aqueduct
========

Framework for performance-efficient prediction.

Key Benefits
============

- Increases the throughput of your machine learning-based service
- Uses shared memory for instantaneous transfer of large amounts of data between processes
- All optimizations in one library


Quickstart
=============

Install using ``pip``:

.. code-block:: shell

    pip install aqueduct

Moreover, aqueduct has "optional extras"

- ``numpy`` - support types from numpy in shared memory
- ``aiohttp`` - extension for aiohttp support(see more in examples)


Documentation
=============

- `Videos about aqueduct <docs/video.rst>`_
- Getting started
- - `Fundamentals <docs/fundamentals.rst>`_
- - `Example <docs/example.rst>`_
- `Batching <docs/batching.rst>`_
- `F.A.Q. <docs/faq.rst>`_
- `Logging <docs/logging.rst>`_
- `Metrics <docs/metrics.rst>`_
- Additional features
- - `Sentry support <docs/sentry.rst>`_

Examples
========

- `Aiohttp <examples/aiohttp/>`_
- `Flask <examples/flask/>`_

Contact Us
==========

Feel free to ask questions in Telegram: `t.me/avito-ml <https://t.me/avito_ml>`_

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/avito-tech/aqueduct",
    "name": "aqueduct",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "datascience, learning",
    "author": "Data Science SWAT",
    "author_email": "UnitDataScienceSwat@avito.ru",
    "download_url": "https://files.pythonhosted.org/packages/4a/e7/a845794b3d0693ae0b143b2345eecfc230a53ae590cec36935dd5fd3394a/aqueduct-1.11.6.tar.gz",
    "platform": null,
    "description": "========\nAqueduct\n========\n\nFramework for performance-efficient prediction.\n\nKey Benefits\n============\n\n- Increases the throughput of your machine learning-based service\n- Uses shared memory for instantaneous transfer of large amounts of data between processes\n- All optimizations in one library\n\n\nQuickstart\n=============\n\nInstall using ``pip``:\n\n.. code-block:: shell\n\n    pip install aqueduct\n\nMoreover, aqueduct has \"optional extras\"\n\n- ``numpy`` - support types from numpy in shared memory\n- ``aiohttp`` - extension for aiohttp support(see more in examples)\n\n\nDocumentation\n=============\n\n- `Videos about aqueduct <docs/video.rst>`_\n- Getting started\n- - `Fundamentals <docs/fundamentals.rst>`_\n- - `Example <docs/example.rst>`_\n- `Batching <docs/batching.rst>`_\n- `F.A.Q. <docs/faq.rst>`_\n- `Logging <docs/logging.rst>`_\n- `Metrics <docs/metrics.rst>`_\n- Additional features\n- - `Sentry support <docs/sentry.rst>`_\n\nExamples\n========\n\n- `Aiohttp <examples/aiohttp/>`_\n- `Flask <examples/flask/>`_\n\nContact Us\n==========\n\nFeel free to ask questions in Telegram: `t.me/avito-ml <https://t.me/avito_ml>`_\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Builder for performance-efficient prediction.",
    "version": "1.11.6",
    "project_urls": {
        "Download": "https://github.com/avito-tech/aqueduct/archive/refs/heads/main.zip",
        "Homepage": "https://github.com/avito-tech/aqueduct"
    },
    "split_keywords": [
        "datascience",
        " learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ae7a845794b3d0693ae0b143b2345eecfc230a53ae590cec36935dd5fd3394a",
                "md5": "4aea050dcd933222acffa276e68a42bb",
                "sha256": "208f53c53e591a821892c6550fd821edaeaf773da9a5630ca5c845b4811a9fa3"
            },
            "downloads": -1,
            "filename": "aqueduct-1.11.6.tar.gz",
            "has_sig": false,
            "md5_digest": "4aea050dcd933222acffa276e68a42bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 41051,
            "upload_time": "2024-04-12T14:54:38",
            "upload_time_iso_8601": "2024-04-12T14:54:38.788209Z",
            "url": "https://files.pythonhosted.org/packages/4a/e7/a845794b3d0693ae0b143b2345eecfc230a53ae590cec36935dd5fd3394a/aqueduct-1.11.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 14:54:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "avito-tech",
    "github_project": "aqueduct",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aqueduct"
}
        
Elapsed time: 0.23415s