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.6.post4.tar.gz
(129.1 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.6.6.post4.tar.gz
.
File metadata
- Download URL: v3io_frames-0.6.6.post4.tar.gz
- Upload date:
- Size: 129.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 998653cf6da46f5915feeea6e9f01ac366b6afd7a8a72c12a6f62fa49ce42e7f |
|
MD5 | d6c427c4e73df13236ddd627fb5f03cc |
|
BLAKE2b-256 | 3bbdd9cdb3f26275aa1878466ea711906b0e4c7447ae1017667d189c9b906851 |
File details
Details for the file v3io_frames-0.6.6.post4-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.6.6.post4-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 261ac51f63fd7c13d354c989521698ec9880e18799e174d5f88fe5aa23c441bc |
|
MD5 | 209ec8306e003abf9749c288cc79beeb |
|
BLAKE2b-256 | 940420b6f3f068ac760e7ef99c68e39db9a876d899b67f76967cb03dbf78f498 |