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.0.tar.gz
(126.4 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.5.0.tar.gz
.
File metadata
- Download URL: v3io_frames-0.5.0.tar.gz
- Upload date:
- Size: 126.4 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.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6877e75a2f45d5a687f152b8fbaf975ff1e47e77ca41c1af2212244cb433ac1 |
|
MD5 | 21a211f1fb92345d5b5ed8c23ba0b787 |
|
BLAKE2b-256 | 4cb2204d8a23b1dd6c5505b11258d481f23e7573b28c0b509daaf716c1baba38 |
File details
Details for the file v3io_frames-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.5.0-py3-none-any.whl
- Upload date:
- Size: 26.7 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.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ee3e4aa3d91ca64973f2de972a15ac106739cac3d5b94baa387ada85fefe043 |
|
MD5 | e883698caa397baca34ce623e8dc5404 |
|
BLAKE2b-256 | 5543f4991f8778f00683376a9bd474113f36b232a4cd68c50e04cb8870a63049 |