Deephaven Core+ Python Documentation#
Deephaven Core+ workers build upon the Deephaven Community Core engine and environment, but are integrated into the Deephaven Enterprise system. For most operations, the Deephaven Community documentation should be your starting point. These documents provide information on how to use Enterprise-only features such as Persistent Queries, spawning workers and persistent storage.
deephaven_enterprise.client allows you to connect to a Deephaven cluster from another Python program (e.g., a Jupyter lab installation) using the Deephaven gRPC protocol.
deephaven_enterprise.database provides access to persistent Deephaven live and historical tables.
deephaven_enterprise.acl_generator and deephaven_enterprise.edge_acl enables query writers to control access to the work product of a Persistent Query.
deephaven_enterprise.notebook allows you to import Deephaven Web notebooks as Python modules.
deephaven_enterprise.performance_overview enables analyzing the performance of Community queries.
deephaven_enterprise.system_table_logger provides facilities for logging a Table to Intraday storage.
deephaven_enterprise.venv provides tools for managing a worker’s Python virutal environment