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.1.tar.gz
(124.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file v3io_frames-0.4.1.tar.gz.
File metadata
- Download URL: v3io_frames-0.4.1.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 |
571895b3c1e939408234d30d5411ed89f69aaab3a931a48ec9e51d74027d86e9
|
|
| MD5 |
6a348a2a77614bafcbd67043c23e3d8e
|
|
| BLAKE2b-256 |
4234baeb0259b9e07ab9bc4ff4c8757eb00f81f3f6630706d9865d704305a735
|
File details
Details for the file v3io_frames-0.4.1-py3-none-any.whl.
File metadata
- Download URL: v3io_frames-0.4.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/40.8.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.0a4+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
149a6c18b60a552f6ab1aec2026f7f6724324593a51f805b04384fc8814b0992
|
|
| MD5 |
7611626ad3a564d0dfe1764b8bb7e6c8
|
|
| BLAKE2b-256 |
e340322d60af0318696116cea10b1de7ebff1313fa6d1eaf466158feb7a4b514
|