v3io-frames


Namev3io-frames JSON
Version 0.12.0 PyPI version JSON
download
home_pagehttps://github.com/v3io/frames
SummaryUnified multi-module DataFrames client for the Iguazio Data Science Platform
upload_time2023-07-23 04:49:47
maintainer
docs_urlNone
authorMiki Tebeka
requires_python
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Miki Tebeka",
    "author_email": "miki@353solutions.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/75/1fe80c64803498343bfdf24932b19dcd716f2b474f68d9aad78d50602cf9/v3io_frames-0.12.0.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.12.0",
    "project_urls": {
        "Homepage": "https://github.com/v3io/frames"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c02e30d9e5ee56df0ad39f0264803cc39b93a64dc69eb656a1ec416f25291444",
                "md5": "45c503a84bf75cebb317119bb990264c",
                "sha256": "6dd733b7ec39ed5a07274cc7867a5b8d0959b23045085477167e97bc4af4f496"
            },
            "downloads": -1,
            "filename": "v3io_frames-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45c503a84bf75cebb317119bb990264c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 31957,
            "upload_time": "2023-07-23T04:49:45",
            "upload_time_iso_8601": "2023-07-23T04:49:45.775702Z",
            "url": "https://files.pythonhosted.org/packages/c0/2e/30d9e5ee56df0ad39f0264803cc39b93a64dc69eb656a1ec416f25291444/v3io_frames-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a751fe80c64803498343bfdf24932b19dcd716f2b474f68d9aad78d50602cf9",
                "md5": "055848c84ac35b14cd95aa90e41cd836",
                "sha256": "70e5926824889a47dd587c3c0c5dd2d9357549945bd4142566d1834444ab5294"
            },
            "downloads": -1,
            "filename": "v3io_frames-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "055848c84ac35b14cd95aa90e41cd836",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 117112,
            "upload_time": "2023-07-23T04:49:47",
            "upload_time_iso_8601": "2023-07-23T04:49:47.599075Z",
            "url": "https://files.pythonhosted.org/packages/3a/75/1fe80c64803498343bfdf24932b19dcd716f2b474f68d9aad78d50602cf9/v3io_frames-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-23 04:49:47",
    "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: 0.18341s