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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for deephaven_server-0.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9d9876d1c18893d6cd3d0ff475fa047010630d661edad52f9c360aae40daa029
MD5 72647e400c8d93e9d4e5e998399a01c7
BLAKE2b-256 fbac2cdfaea1e0bc3c629d6e8138f7539007db9e70e8ddb3b561bdacb3aa6a11

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