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.8.tar.gz
(130.7 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.6.8.tar.gz
.
File metadata
- Download URL: v3io_frames-0.6.8.tar.gz
- Upload date:
- Size: 130.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b37beae4e4fd1596b2329623c851b5ef91a3de64601c92ccd8bcee59a55937d3 |
|
MD5 | 6899153270970f7cc7c7e933caff6474 |
|
BLAKE2b-256 | 4348cbbbb7cb3d097460d8bfa6c7540e7c3903e84a88dd1a7809e7170a4dd0cf |
File details
Details for the file v3io_frames-0.6.8-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.6.8-py3-none-any.whl
- Upload date:
- Size: 31.2 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/42.0.2 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fd2e8585ce2ebcdcaffdbeb3a704bb86ad179b36d78291ac37de7eb72bd9a20 |
|
MD5 | 556a352065d44eb0a10a1ab26761190b |
|
BLAKE2b-256 | 1a9eb4994f1807bdb2ae1405ba55d9cc4710991f608cecc969af38b26c55fc86 |