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
Release files for v3io-frames 0.13.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| v3io_frames-0.13.13.tar.gz | 117.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| v3io_frames-0.13.13-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 149.2 kB
Release files / v3io_frames-0.13.13.tar.gz
| Download URL | v3io_frames-0.13.13.tar.gz |
|---|---|
| Size | 117.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c9c7d7f01c0289eeac069de5d380bb001bbe517b208d2af1f2f01eceec82aa4e
|
|
BLAKE2b-256 checksum How to use checksums |
c76452c55b733d16d59683dce42165fa20fbfab0e6311fc9c80ac05efc6fdf88
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / v3io_frames-0.13.13-py3-none-any.whl
| Download URL | v3io_frames-0.13.13-py3-none-any.whl |
|---|---|
| Size | 32.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3fe8847394e32b6e23ab134356b28f9dca7466392778d6805f68735f6d8b4271
|
|
BLAKE2b-256 checksum How to use checksums |
c47a43158485b1f5df8ecafd007afce8fd3468e44b51226c4aec3c068a174a8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|