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
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.16.0-py3-none-any.whl
.
File metadata
- Download URL: deephaven_server-0.16.0-py3-none-any.whl
- Upload date:
- Size: 148.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d9876d1c18893d6cd3d0ff475fa047010630d661edad52f9c360aae40daa029 |
|
MD5 | 72647e400c8d93e9d4e5e998399a01c7 |
|
BLAKE2b-256 | fbac2cdfaea1e0bc3c629d6e8138f7539007db9e70e8ddb3b561bdacb3aa6a11 |