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.6.11.tar.gz
(133.8 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.6.11.tar.gz
.
File metadata
- Download URL: v3io_frames-0.6.11.tar.gz
- Upload date:
- Size: 133.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90c1f148a404c03106606bbdb4a9a0ef68c456b18a0082758e037004bac850d2 |
|
MD5 | 25d0c00c9092b74026de8a73e7c92df2 |
|
BLAKE2b-256 | 01df6603e120aee9e58d86ef1b4244f8913a8402231cab8696833c503bfeb417 |
File details
Details for the file v3io_frames-0.6.11-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.6.11-py3-none-any.whl
- Upload date:
- Size: 32.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8679a8092bfd8d35ae2f6592ef8be8ef180aab8f3149f8dff05d02991fcf138f |
|
MD5 | 2d73e72dd8d33b8146b37578bfa8eed8 |
|
BLAKE2b-256 | 18d41915905c7ca4c35fd399aeabc7176db5bdead0e11892496ea47e27278609 |