Deephaven Embedded Server Python Package
Project description
deephaven-server
A Python-native way of launching deephaven-core.
Deephaven Community Core is a real-time, time-series, column-oriented analytics engine with relational database features. It is an open version of Deephaven Enterprise, which serves as the data backbone for prominent hedge funds, banks, and financial exchanges.
Requirements
Java 11+ is required for this module, and the JAVA_HOME
environment variable must be set appropriately.
This module also requires Python version 3.7 or newer.
Setup
pip3 install --upgrade pip setuptools wheel
pip3 install deephaven-server
Quick start
from deephaven_server import Server
server = Server()
server.start()
from deephaven import time_table
ticking_table = time_table('00:00:01').update_view(formulas=["Col1 = i % 2"])
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file deephaven_server-0.33.6-py3-none-any.whl
.
File metadata
- Download URL: deephaven_server-0.33.6-py3-none-any.whl
- Upload date:
- Size: 198.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5871a1fcef0744de6a86a5947dd241440185d3849bb374c3c5ce48a3fda7d9e |
|
MD5 | 592f14c4807dc59354dd0e8f3d1b1b6d |
|
BLAKE2b-256 | 8159b114aa597424a01c201676ed11bf187ae38579be6e3de022f7e5647faa73 |