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.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


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.19.1-py3-none-any.whl (146.0 MB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for deephaven_server-0.19.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0902892bf3ff19ac82a67f78cf15bc8cf5e08a52c53478fb9d3d32a7a8bf5f28
MD5 b68473b802cfe667b9810a170a4e8389
BLAKE2b-256 dc4bb071ec41e54f9d1ed0af9912f9e8f5012d2a9f5164037ae086ec861969fa

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