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.3.4.tar.gz
(124.0 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.3.4.tar.gz
.
File metadata
- Download URL: v3io_frames-0.3.4.tar.gz
- Upload date:
- Size: 124.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9974ff4c8bda98d7bf66870db38e70c031b50a5234dd246c54c2b7049c803cf6 |
|
MD5 | 0d5461ec32269c56a74003caf58cd3e1 |
|
BLAKE2b-256 | f0944c4f02fb238582ad67ca53e09f515280c8da56fe8e797bb3b1baa6e91a28 |
File details
Details for the file v3io_frames-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.3.4-py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88945e43e8a2976ddde688fb35d65acff1c65c5452ba1237855df9bab9bbba85 |
|
MD5 | 4a4132275bae06a42180f94576afab3a |
|
BLAKE2b-256 | 8060626b2413f86734da21dcccd7ed0f6d4019990068f8bedae6eab734704315 |