Skip to main content

Client for v3io streaming data

Project description

v3io_frames - Streaming Data Client for v3io

Build Status Documentation License

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.10.tar.gz (132.6 kB view details)

Uploaded Source

Built Distribution

v3io_frames-0.6.10-py3-none-any.whl (31.3 kB view details)

Uploaded Python 3

File details

Details for the file v3io_frames-0.6.10.tar.gz.

File metadata

  • Download URL: v3io_frames-0.6.10.tar.gz
  • Upload date:
  • Size: 132.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for v3io_frames-0.6.10.tar.gz
Algorithm Hash digest
SHA256 51a1cfffb46f577879d7d6367ec470c0da42c29a9b08ac0ca37f3d5754bae90d
MD5 1b7988580f4dae42258986a8caa1caab
BLAKE2b-256 4d34211584d7c90338c2f04785023cd62d29737e2853da46945014ee7804d512

See more details on using hashes here.

File details

Details for the file v3io_frames-0.6.10-py3-none-any.whl.

File metadata

  • Download URL: v3io_frames-0.6.10-py3-none-any.whl
  • Upload date:
  • Size: 31.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for v3io_frames-0.6.10-py3-none-any.whl
Algorithm Hash digest
SHA256 8f1b2dbea863ae3c4ebefb092cf23e2b3925e406a448f9efdacc609b42764445
MD5 e57e6fa7754552c98d964538daaf91cb
BLAKE2b-256 d984ddc967d63565029d811c1a296423a34dddb7cf8279cb915259dfb6d1e8a7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page