Client for v3io streaming data
Project description
v3io_frames - Streaming Data Client for v3io
Streaming data from client nuclio handler to a pandas DataFrame.
You will need a framesd
server running, see here.
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
v3io_frames-0.5.4.tar.gz
(126.8 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.5.4.tar.gz
.
File metadata
- Download URL: v3io_frames-0.5.4.tar.gz
- Upload date:
- Size: 126.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45ff5affd0f72629f4b3785ee5257feb04310c03c131b2e97f665bc26a85c0f1 |
|
MD5 | e445080f7b4bba1d4e81f518cb2586b4 |
|
BLAKE2b-256 | ce81636d10989389d883102ed84bceb337b7213bdc14f29e8bfc0e14b946bfc5 |
File details
Details for the file v3io_frames-0.5.4-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.5.4-py3-none-any.whl
- Upload date:
- Size: 27.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 889d2d2aa008b23b5263eb9d91d8ae495a35efb25466b4936d1395a829d94f12 |
|
MD5 | d70b9f85e2d55aa77766ec8c332a45b7 |
|
BLAKE2b-256 | f421162a44233f4d10cf99ba3231f4054a95eac10ae8962dc86c84e0e631cb79 |