Name | v3io-frames JSON |
Version |
0.13.0
JSON |
| download |
home_page | https://github.com/v3io/frames |
Summary | Unified multi-module DataFrames client for the Iguazio Data Science Platform |
upload_time | 2024-10-30 11:45:08 |
maintainer | None |
docs_url | None |
author | Miki Tebeka |
requires_python | None |
license | MIT |
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/e4/e8/73815b3e9500be7de8bb069bff19049dfe01d7a5f5faa89d394e9b01c844/v3io_frames-0.13.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.13.0",
"project_urls": {
"Homepage": "https://github.com/v3io/frames"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4261e21ccce37508c0a35f0676413ad9efecf4e6f89c0267d812463ca17b5b47",
"md5": "3e149af9ac673a7b9055dc9bf7c6d6e8",
"sha256": "fe942b790b7bce8744488a9be8a29137db7d141afe8bac5177f62f2e0a9b3bde"
},
"downloads": -1,
"filename": "v3io_frames-0.13.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3e149af9ac673a7b9055dc9bf7c6d6e8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 32041,
"upload_time": "2024-10-30T11:45:07",
"upload_time_iso_8601": "2024-10-30T11:45:07.370468Z",
"url": "https://files.pythonhosted.org/packages/42/61/e21ccce37508c0a35f0676413ad9efecf4e6f89c0267d812463ca17b5b47/v3io_frames-0.13.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e4e873815b3e9500be7de8bb069bff19049dfe01d7a5f5faa89d394e9b01c844",
"md5": "0089d156d1d26cd73e507527e065558f",
"sha256": "f5338d2b3590d304c5b3392fecdb7c243664185b145a62b21cdbdcd451a87608"
},
"downloads": -1,
"filename": "v3io_frames-0.13.0.tar.gz",
"has_sig": false,
"md5_digest": "0089d156d1d26cd73e507527e065558f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 118066,
"upload_time": "2024-10-30T11:45:08",
"upload_time_iso_8601": "2024-10-30T11:45:08.480807Z",
"url": "https://files.pythonhosted.org/packages/e4/e8/73815b3e9500be7de8bb069bff19049dfe01d7a5f5faa89d394e9b01c844/v3io_frames-0.13.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-30 11:45:08",
"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"
}