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.post5.tar.gz
(129.4 kB
view details)
Built Distribution
File details
Details for the file v3io_frames-0.6.6.post5.tar.gz
.
File metadata
- Download URL: v3io_frames-0.6.6.post5.tar.gz
- Upload date:
- Size: 129.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c47dfad9f0eee2f734cba06a67d471ba8716b1f688060f849407a5df8dc5f9d8 |
|
MD5 | 45ef80166ffa3b515743aafadada6d9b |
|
BLAKE2b-256 | 465649fa55c248b82b4919f775a2c7f73f84c1e107c527b31e5a068271a2596b |
File details
Details for the file v3io_frames-0.6.6.post5-py3-none-any.whl
.
File metadata
- Download URL: v3io_frames-0.6.6.post5-py3-none-any.whl
- Upload date:
- Size: 29.9 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/42.0.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 656281634bb76dfa77a2c5b18e5f9fa3849ad4f094c4fda8bf9ca3ccb9987429 |
|
MD5 | 978ad792e3bc038d446b697279a30bdd |
|
BLAKE2b-256 | c5f74b1ea2d76e60f563fd3a230b93db5599f4fc2b2bbdc5fc081120aea7ef96 |