Skip to main content

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.8 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('PT1s').update_view(formulas=["Col1 = i % 2"])

Project details


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

deephaven_server-0.36.1-py3-none-any.whl (224.1 MB view details)

Uploaded Python 3

File details

Details for the file deephaven_server-0.36.1-py3-none-any.whl.

File metadata

File hashes

Hashes for deephaven_server-0.36.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fabf0a9c150cfa472fc14ebc7a84770df439a0553b8d4493a9ff68815f097ca1
MD5 46d66aec88aa4aa2ea910c4edf8a11ff
BLAKE2b-256 5b9b9483ffcbec32f077115d6e7833b7efab77d3a2242dbc93396a6f45701824

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