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.8.tar.gz
(126.8 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.5.8.tar.gz
.
File metadata
- Download URL: v3io_frames-0.5.8.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 | 65b60316638f45247d36ef7e67b15421e48b96c461fcf4db5fba04da88d7828b |
|
MD5 | 8baf303b1da0ec00636d54b2d9b6ad6e |
|
BLAKE2b-256 | e58ecf504654cd9c02148450086d6fc81bc4785f07023e59f7cbd513b6cfd281 |
File details
Details for the file v3io_frames-0.5.8-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.5.8-py3-none-any.whl
- Upload date:
- Size: 27.1 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 | dc673dfaf4cc20697d2351666ef958a33cdb919c6728813d0111501cf2ac5402 |
|
MD5 | 7a6d7d92ec0e250e26b0b082ad635dda |
|
BLAKE2b-256 | 77ad091bae478166d1d3973a36538033e043fd63a1f92a174b855a408f27a585 |