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.4.0.tar.gz
(124.9 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.4.0.tar.gz
.
File metadata
- Download URL: v3io_frames-0.4.0.tar.gz
- Upload date:
- Size: 124.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.0a4+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 853d9701685574801b18ccc8ed38e24e3d24292ef4543dcfc5b71f63af32f6a6 |
|
MD5 | 121c966c646f33c9890e4435733a3791 |
|
BLAKE2b-256 | 75c74b6e3d7fad1fb8132819c2e9c61c2b717b7575e1c1732e2b7b5dd5b48d2c |
File details
Details for the file v3io_frames-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.4.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/40.8.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.0a4+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aebef362a88d95cd1522ef12d2adf76601d63eeee60bb775e9825f8ac2291274 |
|
MD5 | 931710a0d96f2da07c73b4da33ca0e26 |
|
BLAKE2b-256 | bde69f854f6225262d7603642dd35074ab6d95db8f3a9c0cd319ecfea43d763b |