Skip to main content

Deephaven Embedded Server Python Package

Project description

Deephaven Python Embedded Server

Embeds the Deephaven Core server into a python module, so that it can be started from python, with tables produced directly as part of startup.

Dev environment setup

Java 11 and Docker are required to build this project, as most of the repository is needed to properly build it. Note that jpy or deephaven-jpy (built for your OS and archetecture) and the deephaven server apiwheel is also required.

Build

From the root directory of this repository

$ ./gradlew :py-embedded-server:assemble

Install

$ pip install py/embedded-server/build/wheel/deephaven_server-0.12.0-py3-none-any.whl

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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for deephaven_server-0.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c2c8cec1816451c118d6832c64adaa821bc34dda9740f7f26c03be6749bdd66f
MD5 3dd93f67b371ad0d30279e3cb243f957
BLAKE2b-256 6b13fca430e2a3f984fb8f812379245ed0ad8afc919b44a89237b41225d3ba9f

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