> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hydra.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Hydra

> Serverless Analytics on Postgres.

Hydra is a real-time analytics database management system for Postgres. We separate compute from storage to offer software engineers a powerful analytics columnstore with serverless processing, autoscaling, write isolation, automatic caching, and more.

Hydra is available for [local development](/guides/local_development), [cloud](https://docs.hydra.so/guides/deploy_cloud), and [bare metal deployment](https://docs.hydra.so/guides/bare_metal). Shipping scalable projects on time series and event data has never been easier.

## Get Started

<CardGroup cols="3">
  <Card title="Quick Start" icon="bolt" iconType="duotone" href="/intro/quickstart" />

  <Card title="Architecture" icon="compass-drafting" iconType="duotone" href="/intro/architecture" />

  <Card title="Use Cases" icon="map" iconType="duotone" href="/guides/usecase" />
</CardGroup>

## Products

<CardGroup cols="3">
  <Card title="Database" icon="elephant" iconType="duotone" href="/products/database" />

  <Card title="Serverless Analytics" icon="duck" iconType="duotone" href="/products/analytics_engine" />

  <Card title="Storage" icon="database" iconType="duotone" href="/products/storage" />
</CardGroup>

## Migrate to Hydra

<CardGroup cols="3">
  <Card title="Object Storage (S3)" icon="right-to-bracket" iconType="duotone" href="/migration/data_lake" />

  <Card title="AWS RDS" icon="right-to-bracket" iconType="duotone" href="/migration/rds" />

  <Card title="Heroku" icon="right-to-bracket" iconType="duotone" href="/migration/heroku" />

  <Card title="Render" icon="right-to-bracket" iconType="duotone" href="/migration/render" />

  <Card title="Postgres" icon="right-to-bracket" iconType="duotone" href="/migration/postgres" />
</CardGroup>

## Source

[pg\_duckdb Documentation](https://github.com/duckdb/pg_duckdb/blob/main/docs/README.md)

[PostgreSQL Documentation](https://www.postgresql.org/docs/current/index.html)

[DuckDB Documentation](https://www.duckdb.org/docs)
