.. toctree:: :name: mastertoc :hidden: modules.rst genindex.rst 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. * :ref:`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. * :ref:`deephaven_enterprise.database` provides access to persistent Deephaven live and historical tables. * :ref:`deephaven_enterprise.acl_generator` and :ref:`deephaven_enterprise.edge_acl` enables query writers to control access to the work product of a Persistent Query. * :ref:`deephaven_enterprise.notebook` allows you to import Deephaven Web notebooks as Python modules. * :ref:`deephaven_enterprise.performance_overview` enables analyzing the performance of Community queries. * :ref:`deephaven_enterprise.remote_table` allows you to subscribe to tables from other Core+ workers. * :ref:`deephaven_enterprise.system_table_logger` provides facilities for logging a Table to Intraday storage. * :ref:`deephaven_enterprise.venv` provides tools for managing a worker's Python virutal environment