Skip to main content

Deephaven Example Application

Project description

deephaven-example-app

This is an example Deephaven application built using the deephaven-server PyPi package.

It demonstrates connecting to a real-time data source, performing simple operations on that data, and presenting the data to the user in the web UI.

The Coinbase websocket exchange feed was chosen as a data source for this example as it's simple to get up and running. It is not meant to have exhaustive coverage.

Requirements

  • Python >= 3.7
  • Java >= 11

A virtual environment is recommended.

Quickstart

curl one-liner:

curl -fsSL https://raw.github.com/deephaven-examples/deephaven-server-pypi-app/main/deephaven-example-app.sh | bash

wget one-liner:

wget https://raw.github.com/deephaven-examples/deephaven-server-pypi-app/main/deephaven-example-app.sh -O - | bash

Or more explicitly:

export JAVA_HOME=/path/to/java_home
source /path/to/venv/bin/activate

pip install deephaven-example-app

python -m deephaven_example_app

Development

export JAVA_HOME=/path/to/java_home
source /path/to/dev-venv/bin/activate

pip install -e .

python -m deephaven_example_app

Project details


Download files

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

Source Distribution

deephaven-example-app-0.3.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

deephaven_example_app-0.3.0-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

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