Skip to main content

Deephaven Python Integration Package

Deephaven Python Integration Package is created by Deephaven Data Labs. It allows Python developers, including data scientists, to access data, run queries, and execute Python scripts directly inside Deephaven data servers to achieve maximum performance. By taking advantage of the unique streaming table capability of Deephaven and its many data ingestion facilities (Kafka, Parquet, CSV, SQL, etc.), Python developers can quickly put together a real-time data processing pipeline that is high performing and easy to consume.

If you use a Windows operating system, WSL is not required to run Deephaven via pip.

Install

Because this package depends on the Deephaven server, it comes preinstalled with Deephaven Docker images and is made available at runtime in the Python console in the Deephaven Web UI.

Quick start

from deephaven import read_csv
from deephaven.stream.kafka.consumer import kafka_consumer, TableType
from deephaven.plot import Figure, PlotStyle
csv_table = read_csv("data1.csv")
kafka_table = kafka_consumer.consume({'bootstrap.servers': 'redpanda:29092'}, topic='realtime_feed', table_type=TableType.Append)
joined_table = kafka_table.join(csv_table, on=["key_col_1", "key_col_2"], joins=["data_col1"])
plot = Figure() \
    .axes(plot_style = PlotStyle.STACKED_BAR )\
    .plot_cat(series_name="Categories1", t=joined_table, category="Key_col_1", y = "data_col1") \
    .show()

Related documentation

API Reference

Start here

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

deephaven_core-41.8-py3-none-any.whl (220.5 kB view details)

Uploaded Python 3

File details

Details for the file deephaven_core-41.8-py3-none-any.whl.

File metadata

  • Download URL: deephaven_core-41.8-py3-none-any.whl
  • Upload date:
  • Size: 220.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for deephaven_core-41.8-py3-none-any.whl
Algorithm Hash digest
SHA256 07ce021c79b0898d60fa8cf14ca9f1d85e33043e277e12550953535b665831c5
MD5 297f8613d42c6660a5acb243e10755c7
BLAKE2b-256 40c0a315157920e9103e88445c1bb2267e46e98419fdddbf7eef29a5b958bdc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for deephaven_core-41.8-py3-none-any.whl:

Publisher: publish-ci.yml on deephaven/deephaven-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

42.4

1 file

42.3

1 file

42.2

1 file

42.1

1 file

42.0

1 file

This release

41.8 This release

1 file

41.7

1 file

41.6

1 file

41.5

1 file

41.4

1 file

41.3

1 file

41.2

1 file

41.1

1 file

41.0

1 file

0.40.9

1 file

0.40.8

1 file

0.40.7

1 file

0.40.6

1 file

0.40.5

1 file

0.40.4

1 file

0.40.3

1 file

0.40.2

1 file

0.40.1

1 file

0.40.0

1 file

0.39.8

1 file

0.39.7

1 file

0.39.6

1 file

0.39.5

1 file

0.39.4

1 file

0.39.3

1 file

0.39.2

1 file

0.39.1

1 file

0.39.0

1 file

0.38.0

1 file

0.37.6

1 file

0.37.5

1 file

0.37.4

1 file

0.37.3

1 file

0.37.2

1 file

0.37.1

1 file

0.37.0

1 file

0.36.2

1 file

0.36.1

1 file

0.36.0

1 file

0.35.3

1 file

0.35.2

1 file

0.35.1

1 file

0.35.0

1 file

0.34.4

1 file

0.34.3

1 file

0.34.2

1 file

0.34.1

1 file

0.34.0

1 file

0.33.6

1 file

0.33.5

1 file

0.33.4

1 file

0.33.3

1 file

0.33.2

1 file

0.33.1

1 file

0.33.0

1 file

0.32.1

1 file

0.32.0

1 file

0.31.0

1 file

0.30.4

1 file

0.30.3

1 file

0.30.2

1 file

0.30.1

1 file

0.30.0

1 file

0.29.1

1 file

0.29.0

1 file

0.28.1

1 file

0.28.0

1 file

0.27.1

1 file

0.27.0

1 file

0.26.1

1 file

0.26.0

1 file

0.25.3

1 file

0.25.2

1 file

0.25.1

1 file

0.25.0

1 file

0.24.3

1 file

0.24.2

1 file

0.24.1

1 file

0.24.0

1 file

0.23.0

1 file

0.22.1

1 file

0.22.0

1 file

0.21.1

1 file

0.21.0

1 file

0.20.1

1 file

0.20.0

1 file

0.19.1

1 file

0.19.0

1 file

0.18.0

1 file

0.17.0

1 file

0.16.1

1 file

0.16.0

1 file

0.15.1

1 file

0.15.0

1 file

0.14.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page