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.1.tar.gz
(126.4 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.5.1.tar.gz
.
File metadata
- Download URL: v3io_frames-0.5.1.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.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7994b76fa83528b0391c476d29f66f7ac9c3c6fcf901436c328d8fcf49251ac |
|
MD5 | 2182d291a712bd23882b51cb7d2e1350 |
|
BLAKE2b-256 | f0c4da642d043cfebef63f997312625018c8b233ce1fc3a600fcdfeaca311297 |
File details
Details for the file v3io_frames-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.5.1-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.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf2a6f44f7d4f1e4f659edcd22e3c29353b5e72fdf76faafa2066e7ae7b5790d |
|
MD5 | 292bcf743e10db0a331e80e4eaf851aa |
|
BLAKE2b-256 | f68ea158fa34e3e2d7a93b5ebbf6584ef426fe92dabf55126889b5013c1cc1e9 |