v3io-frames


Namev3io-frames JSON
Version 0.13.10 PyPI version JSON
download
home_pagehttps://github.com/v3io/frames
SummaryUnified multi-module DataFrames client for the Iguazio Data Science Platform
upload_time2025-08-18 05:07:21
maintainerNone
docs_urlNone
authorMiki Tebeka
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # v3io_frames - Streaming Data Client for v3io

[![Build Status](https://travis-ci.org/v3io/frames.svg?branch=master)](https://travis-ci.org/v3io/frames)
[![Documentation](https://readthedocs.org/projects/v3io_frames/badge/?version=latest)](https://v3io-frames.readthedocs.io/en/latest/)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Streaming data from client [nuclio](http://nuclio.io/) handler to a pandas DataFrame.

You will need a `framesd` server running, see [here](https://github.com/v3io/frames).

```python
import v3io_frames as v3f

client = v3f.Client(address='localhost:8081')
num_dfs = num_rows = 0
size = 1000
for df in client.read(backend='weather', table='table', max_in_message=size):
   print(df)
   num_dfs += 1
   num_rows += len(df)

print('\nnum_dfs = {}, num_rows = {}'.format(num_dfs, num_rows))
```


## License

Apache License Version 2.0, see [LICENSE.txt](LICENSE.txt)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/v3io/frames",
    "name": "v3io-frames",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Miki Tebeka",
    "author_email": "miki@353solutions.com",
    "download_url": "https://files.pythonhosted.org/packages/9f/9d/b2f65f1410b87b8207c286efd7ca2b4ff0e19d785065e14e9a136fce179a/v3io_frames-0.13.10.tar.gz",
    "platform": null,
    "description": "# v3io_frames - Streaming Data Client for v3io\n\n[![Build Status](https://travis-ci.org/v3io/frames.svg?branch=master)](https://travis-ci.org/v3io/frames)\n[![Documentation](https://readthedocs.org/projects/v3io_frames/badge/?version=latest)](https://v3io-frames.readthedocs.io/en/latest/)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nStreaming data from client [nuclio](http://nuclio.io/) handler to a pandas DataFrame.\n\nYou will need a `framesd` server running, see [here](https://github.com/v3io/frames).\n\n```python\nimport v3io_frames as v3f\n\nclient = v3f.Client(address='localhost:8081')\nnum_dfs = num_rows = 0\nsize = 1000\nfor df in client.read(backend='weather', table='table', max_in_message=size):\n   print(df)\n   num_dfs += 1\n   num_rows += len(df)\n\nprint('\\nnum_dfs = {}, num_rows = {}'.format(num_dfs, num_rows))\n```\n\n\n## License\n\nApache License Version 2.0, see [LICENSE.txt](LICENSE.txt)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Unified multi-module DataFrames client for the Iguazio Data Science Platform",
    "version": "0.13.10",
    "project_urls": {
        "Homepage": "https://github.com/v3io/frames"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d5ec3525a0cb1b70f692ecfcd32fcf7fa4de5068de65a9e22a6ea16d7610925",
                "md5": "69fab7644e38115399cca57458c81251",
                "sha256": "199a76c47e4a04e2808defe8631e8b499bb428250b6b0dc02cc65f99f6f0d655"
            },
            "downloads": -1,
            "filename": "v3io_frames-0.13.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "69fab7644e38115399cca57458c81251",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 32196,
            "upload_time": "2025-08-18T05:07:20",
            "upload_time_iso_8601": "2025-08-18T05:07:20.228367Z",
            "url": "https://files.pythonhosted.org/packages/3d/5e/c3525a0cb1b70f692ecfcd32fcf7fa4de5068de65a9e22a6ea16d7610925/v3io_frames-0.13.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f9db2f65f1410b87b8207c286efd7ca2b4ff0e19d785065e14e9a136fce179a",
                "md5": "0680bafea80682b41ca833b12ba9bdf5",
                "sha256": "9a12893c45a84e0c41a3fa685b12926ec555d807205c4192fce119349dd41434"
            },
            "downloads": -1,
            "filename": "v3io_frames-0.13.10.tar.gz",
            "has_sig": false,
            "md5_digest": "0680bafea80682b41ca833b12ba9bdf5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 116887,
            "upload_time": "2025-08-18T05:07:21",
            "upload_time_iso_8601": "2025-08-18T05:07:21.522166Z",
            "url": "https://files.pythonhosted.org/packages/9f/9d/b2f65f1410b87b8207c286efd7ca2b4ff0e19d785065e14e9a136fce179a/v3io_frames-0.13.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-18 05:07:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "v3io",
    "github_project": "frames",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "v3io-frames"
}
        
Elapsed time: 3.64273s