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

Uploaded Source

Built Distribution

v3io_frames-0.6.4-py3-none-any.whl (27.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: v3io_frames-0.6.4.tar.gz
  • Upload date:
  • Size: 127.3 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.4.tar.gz
Algorithm Hash digest
SHA256 71236d6717fcba09f1992a291bca463a0b6568bfd7f6bc138c60b475d7c79d66
MD5 321e67d82710bd9ed8e5d3c9383369fa
BLAKE2b-256 5da8aff171000ff26f403ab2fb5f04ff0bafa4f54556857cd00a1a44a1f821a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: v3io_frames-0.6.4-py3-none-any.whl
  • Upload date:
  • Size: 27.6 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b03c34192146e78c07789a4fe571142cc9b4596bd4f7a57b834d4debea1e854e
MD5 6280a283776f191abc598b17236331e5
BLAKE2b-256 4ebe000191e1056de9d08c73e67336fdbc566b3d2efebff7f8ced08a829399c0

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