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

Uploaded Source

Built Distribution

v3io_frames-0.6.5-py3-none-any.whl (28.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.6.5.tar.gz
  • Upload date:
  • Size: 127.9 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.2.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.4

File hashes

Hashes for v3io_frames-0.6.5.tar.gz
Algorithm Hash digest
SHA256 04cf8ecdc6f3be3df41892122371d95f944727aceb646d8f5b98869d1cf45b8f
MD5 2375394e8fce8260868e380d9a6fdcb5
BLAKE2b-256 c85e0c8041a2d7c9c6f62d0160278a706462d4e5f4b889b61ca44a1f3d2208df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.6.5-py3-none-any.whl
  • Upload date:
  • Size: 28.3 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.2.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.4

File hashes

Hashes for v3io_frames-0.6.5-py3-none-any.whl
Algorithm Hash digest
SHA256 447627a09431b4fb36982ec7a01cf6c7dbd9617ec41f2f86b9dcfa11270ddb71
MD5 f65cd4a1b3855f1a3b5f844edd000a82
BLAKE2b-256 92ade2212737316e16d24b8ce8188ad433e0fe1165171371e7b8473aeb09580a

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