Crash Course Overview

A crash course in Deephaven that covers the basics of working with tables and plots.

Crash course contents

  • Get started - A broad but clear overview of Deephaven's capabilities. Dive in and unlock the potential of this powerful platform.
  • Architecture overview - Deephaven's power is largely due to the concept that everything is a table.
  • Create tables - Learn to create tables from scratch with synthetic data or by importing data from external sources.
  • Table operations - Table operations that appear in almost all queries.
  • Query strings - The primary way of expressing commands directly to the Deephaven engine.
  • Real-time plots - Plotting via multiple libraries, including Deephaven's built-in plotting API.
  • Data I/O - Data import and export with CSV, Parquet, Kafka, and more.
  • Configure your instance - Configuration details to take your Deephaven instance beyond the defaults.
  • Wrapping up - Where to go from here.