.. 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.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.controller_import` allows the import of Python modules from the Persistent Query Controller Repository. * :ref:`deephaven_enterprise.database` provides access to persistent Deephaven live and historical tables. * :ref:`deephaven_enterprise.iceberg` provides tools for discovering and interacting with Iceberg tables * :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.table_tools` enables the read/write of tables in the Deephaven Enterprise format * :ref:`deephaven_enterprise.venv` provides tools for managing a worker's Python virutal environment