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
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
Built Distribution
File details
Details for the file deephaven-example-app-0.3.0.tar.gz
.
File metadata
- Download URL: deephaven-example-app-0.3.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d93a7311ec4dab7457114fe53e3057e2bae39813178b353bc0ebf1cb8c8ece55 |
|
MD5 | 11662a1489c2f3df161beb9e75d186b2 |
|
BLAKE2b-256 | e4271c7787faa93d59872d657caacd8bf417e6d6ad91b0f9e921ccb890f6b843 |
File details
Details for the file deephaven_example_app-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: deephaven_example_app-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36d62a3a9caffb8fd36a39a01924f3daa3bfd8a5e820ca830695d117f5c01693 |
|
MD5 | 65de10d51d50e40822d82cd471792c82 |
|
BLAKE2b-256 | fe1cfe26cb0f93c8644899ff677a603021d2986b8bdad92cffa4722039f9d421 |