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

This version

0.5.2

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

Uploaded Source

Built Distribution

v3io_frames-0.5.2-py3-none-any.whl (26.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.5.2.tar.gz
  • Upload date:
  • Size: 126.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.3

File hashes

Hashes for v3io_frames-0.5.2.tar.gz
Algorithm Hash digest
SHA256 e7effdc57ba4635ad1dd19409334c946d2677cc42d95db58232136fff7afbe23
MD5 6bcd701fd34f01beb810b95f1442bd0f
BLAKE2b-256 d3ce5f4f55f3a67e4f8827b31297ab86395b78e5f6a9b189ad93f71da83138f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.5.2-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/41.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.3

File hashes

Hashes for v3io_frames-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d3fc5ee25228b1ce3a1f5587098c46a56587f18c7102f2c5309657e82d075054
MD5 f9930dafda0cfadefa5367abcbebebac
BLAKE2b-256 b51b7e1410ca9a3afc114a6ac1a22a7f4853deeb1df8fd68106995f5b4eba1ca

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