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

Uploaded Source

Built Distribution

v3io_frames-0.6.7-py3-none-any.whl (31.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.6.7.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

Hashes for v3io_frames-0.6.7.tar.gz
Algorithm Hash digest
SHA256 8edbda8db160e52c7b27e855efe04d10e891db37d4ddb7014863b1b5dbe043af
MD5 eb529103be0a9797cbde7d5c54aa1031
BLAKE2b-256 903fcc01cbc0b6c3568572283a812b78357e7d7b2cfbf38cce9cfd1a18ce953c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.6.7-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

Hashes for v3io_frames-0.6.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7754f38c1af60e959f6cc113f7a040400a4977dbd3fd3f6c8f17545acea71505
MD5 59d1f875d782bd4ab6be354181e876c1
BLAKE2b-256 3a067f7eb700afc8ce93655819ddf34ddfb8cafd71963e5c180a507ea4019828

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