---
title: Enterprise Documentation
hide_title: true
description: Explore Deephaven Enterprise, a robust platform for real-time analytics, data exploration, and app management. Discover multi-user capabilities, high-availability, and access controls.
# hide_table_of_contents: true
sidebar_label: Introduction
slug: /docs
---

import {
IntroHeader,
} from './IntroComponents';

<IntroHeader />

<TaglineCarouselTyping rows={2} taglines={[
'and build real-time\n applications',
'to join and\n transform streams',
'to explore data\n in real time',
'and query streaming\n dataframes',
]}
/>

<div className="comment-title">

Deephaven's Enterprise product transforms its open, Community software stack into a robust, multi-user, multi-host platform for real-time analytics, data exploration, pipeline development, and application management.

</div>

It has Enterprise-only features for real-time, high-availability persistence, scaled fanout, and infrastructure for managing live applications. It also provides essential distributed system tools—such as authentication integrations and access controls, schema management, and deployment infrastructure. Furthermore, Deephaven Enterprise supports multi-user collaboration and can be deployed and scaled across clusters for enhanced performance and resource utilization.

These Enterprise Docs are organized, respectively, by user roles. If you can't find what you're looking for while browsing, we recommend using the AI search/chat.

<div className="row padding-vert--lg">
<div className="col">

## Enterprise Proof-of-Concept (POC) Admins

POC installations are multi-node clusters within a prospective
customer's environment. Explore real-world use cases while
evaluating Deephaven's range, performance, ease of use, and
interoperability, as well as its administration processes.

</div>
<div className="col col--4 popular-articles-list">

2 delivery options

- [Bare metal](./sys-admin/installation/basic-install.md)
- [Kubernetes](./quickstarts/kubernetes-quickstart.md)

</div>
</div>

<div className="row padding-vert--lg">
<div className="col">

## Query Writers / Users

Though the Community components (and their [docs](/core/docs/conceptual/deephaven-overview)) provide the
primary interfaces for users, understanding Enterprise-specific
features is essential for maximizing productivity.

</div>
<div className="col col--4 popular-articles-list">

8 key docs

- [Enterprise crash course](./crash-course/launch-ide.md)
- [Jupyter with Enterprise](./clients/python/coreplus-jupyter-client.md)
- [Creating Enterprise apps](./crash-course/develop-query/deephaven-ide.md)
- [Input tables](./deephaven-database/input-tables.md)
- [Monitor query performance](./performance/monitor-queries.md)
- [Access controls](./sys-admin/permissions/permissions-overview.md)
- [The Enterprise UI](./interfaces/web/new.md)
- [The Excel Add-in](./clients/excel-client.md)

</div>
</div>

<div className="row padding-vert--lg">
<div className="col">

## Data Managers / Pipeline Engineers

Personnel responsible for data ingestion, real-time and end-of-cycle
ETL, and batch lake management will see Deephaven as a sink,
a source, a tool, and a framework.

</div>
<div className="col col--4 popular-articles-list">

6 helpful pieces

- [Kafka in Enterprise](./crash-course/data-in/streaming-kafka.md)
- [Custom real-time ingestion](./data-guide/batch-data/custom-importer.md)
- [Batch partitions, groups, indexes](./sys-admin/table-storage/table-storage-overview.md)
- [FlightSQL writing](/core/docs/how-to-guides/flight-sql)
- [ODBC | ADBC | JDBC](./data-guide/batch-data/jdbc.md)
- [Schema management](./data-guide/schemas/schema-inference.md)

</div>
</div>

<div className="row padding-vert--lg">
<div className="col">

## Sys Admins / SREs / DevOps

Deephaven Enterprise scales within your cloud or on-prem
environment, conforming to a wide range of alternative infrastructure
patterns.

</div>
<div className="col col--4 popular-articles-list">

11 need-to-knows

- [Kubernetes quickstart](./quickstarts/kubernetes-quickstart.md)
- [Bare metal full installation](./sys-admin/installation/basic-install.md)
- [Envoy management](./sys-admin/envoy/envoy.md)
- [Scaling](./sys-admin/architecture/data-lifecycle.md)
- [High availability](./sys-admin/architecture/resilience-planning/24x6.md)
- [Upgrades](./sys-admin/installation/basic-upgrade.md)
- [Configuration overview](./sys-admin/configuration/configuration-overview.md)
- [Authentication integrations](./sys-admin/permissions/auth-server-acl-plugins.md)
- [Monitoring](./sys-admin/status-dashboard.md)
- [Runbooks](./sys-admin/runbooks/runbooks.md)

</div>
</div>

<div className="row padding-vert--lg">
<div className="col">

## Server-side Developers

Deephaven Enterprise enables even non-technical users to write
and deploy server-side applications with ease. However,
developers can seamlessly integrate the platform into their
existing workflows–utilizing their preferred development
environments, managing code with Git, and maintaining
full control over the configuration and management of their
applications and the underlying infrastructure.

</div>
<div className="col col--4 popular-articles-list">

6 essential docs

- [VS Code + Enterprise](./crash-course/develop-query/vscode-python.md)
- [Git workflows](./query-management/git.md)
- [Python environment](./user-guide/python-environment.md)
- [JPy, the Python-Java bridge](/core/docs/conceptual/python-java-boundary)
- [Debugging](./debugging/overview.md)
- [Access controls](./sys-admin/permissions/permissions-overview.md)

</div>
</div>

<div className="row padding-vert--lg">
<div className="col">

## Client Application Developers

Deephaven Enterprise empowers developers to leverage its query
engine workers as a remote backend for their applications or
systems. The Community edition's gRPC API seamlessly integrates
into the Enterprise environment, enabling remote control and
bidirectional streaming capabilities between applications and the
workers. This facilitates efficient and flexible communication
and data exchange.

</div>
<div className="col col--4 popular-articles-list">

6 good references

- [Using client APIs in Enterprise](./clients/python/coreplus-python-client.md)
- [Remote tables](./deephaven-database/remote-tables-python.md)
- [Python Enterprise API](https://docs.deephaven.io/pycoreplus/20240517/)
- [Java Enterprise API](https://docs.deephaven.io/javadoc/coreplus/20240517/)
- [R Client API](/core/client-api/r/)
- [gRPC API](/core/javadoc/io/deephaven/proto/backplane/grpc/SessionServiceGrpc.html)

</div>
</div>

<div className="row padding-vert--lg">
<div className="col">

## UI/UX and JS Developers

Seamlessly integrate Deephaven into your web applications by embedding interactive Deephaven widgets directly within your browser, leveraging the power of Deephaven engines for efficient and scalable backend data processing, and extending the capabilities of the Enterprise web framework by developing custom plugins to tailor the platform to your specific needs and integrate with your existing systems.

</div>
<div className="col col--4 popular-articles-list">

4 handy links

- [JavaScript Enterprise API](./clients/js-api-docs.md)
- [Embedding Enterprise UI widgets](./legacy/legacy-ui/custom-widgets.md)
- [Community Web-UI docs](https://github.com/deephaven/web-client-ui)
- [Community dashboarding library](https://github.com/deephaven/deephaven-plugins/tree/main/plugins/ui)

</div>
</div>

---

## Which version am I running?

The documentation always points to the current version of Deephaven, with options for older, still supported releases in the version switcher above the navigation sidebar.

To determine which version you are running, see [here](./which-version.md).
