> ## Documentation Index
> Fetch the complete documentation index at: https://tigerdata-747200db-chore-custom-colored-homepage.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Welcome to the TigerData documentation! We make Postgres better for your real-time analytics and AI workloads. 

export const CTALink = ({text, href = "#"}) => {
  return <a href={href} className="border-none cursor-pointer group/item">
      <div className="inline-block">
        <div className="items-center flex gap-2">
          <div className="flex justify-center items-center flex-none h-7 w-7 bg-black dark:border dark:border-white" style={{
    borderRadius: '3px'
  }}>
            <div className="flex justify-center items-center peer transition duration-300 -translate-x-0 group-hover/item:translate-x-0.5">
              <Icon icon="arrow-right" size={18} color="white" />
            </div>
          </div>
          <div>
            <p className="font-semibold leading-normal text-base text-black dark:text-white">
              {text}
            </p>
            <div className="h-0.5 bg-black dark:bg-white transition-all duration-300 w-0 group-hover/item:w-full" />
          </div>
        </div>
      </div>
    </a>;
};

export const CardComponent = ({children, title, href, cta, bgImage}) => {
  return <a href={href} className="group/item flex gap-3 flex-col my-2 pt-6 px-6 pb-9 rounded-3xl bg-white dark:bg-background-dark overflow-hidden w-full cursor-pointer" style={{
    backgroundImage: `url(${bgImage})`,
    backgroundRepeat: 'no-repeat',
    backgroundPosition: 'bottom right',
    backgroundSize: 'cover'
  }}>
      <h2 className="text-3xl text-black dark:text-white font-semibold">{title}</h2>
      <div className="text-neutral-700 dark:text-neutral-400">{children}</div>
      {cta && <div className="mt-5">{cta}</div>}
    </a>;
};

<div className="px-6 md:px-12 md:py-8 prose  max-w-8xl mx-auto relative">
  <Heading level={1} noAnchor className="font-bold text-4xl mb-4 dark:text-white">TigerData documentation</Heading>

  <p style={{"maxWidth": "500px"}} className="text-neutral-600 dark:text-white pb-2">Welcome to the TigerData documentation! We make Postgres better
  for your real-time analytics and AI workloads.</p>

  <Columns cols={2}>
    <CardComponent title={<>Get started with<br />Tiger Cloud</>} bgImage="/images/card-bg-purple.png" href="/cloud/tiger/get-started/get-started-with-tiger-cloud" cta={<CTALink text="Learn how" href="/cloud/tiger/get-started/get-started-with-tiger-cloud" />}>
      Tiger Cloud is the fastest Postgres cloud, powered by Tiger Postgres. It enhances Postgres to handle time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads.
    </CardComponent>

    <CardComponent title={<>Get started with<br />TimescaleDB</>} bgImage="/images/card-bg-yellow.png" href="/manage-data/timescaledb/get-started/get-started-with-timescaledb" cta={<CTALink text="Learn how" href="/manage-data/timescaledb/get-started/get-started-with-timescaledb" />}>
      TimescaleDB is an open-source Postgres extension designed for running real-time analytics on time-series data. It is engineered up from Postgres and maintains full SQL support.
    </CardComponent>
  </Columns>

  <Heading level={2} noAnchor className="font-semibold dark:text-white">Features</Heading>

  All Tiger Cloud services include the tooling you expect for production and developer environments:\
  [live migration](/manage-data/timescaledb/data-management/import-and-ingest/live-migration), [automatic backups](/cloud/tiger/data-security/backup) and [PITR](/cloud/tiger/data-security/restore-and-pitr), [high availability](/cloud/tiger/data-security/high-availability), [read replicas](/cloud/tiger/data-security/read-scaling), [data forking](/cloud/tiger/storage/replicas-and-forks-with-tiered-data), [connection pooling](/cloud/mst/data-performance/connection-pools), [tiered storage](/cloud/tiger/storage/manage-storage-tiers), [usage-based storage](/cloud/tiger/storage/manage-storage-tiers), [secure in-Console SQL editing](/cloud/tiger/get-started/run-queries-from-console),  [service metrics and insights](/cloud/tiger/monitoring/monitor-using-console), [streamlined maintenance](/cloud/tiger/understand/tiger-cloud-architecture), and much more. Tiger Cloud continuously monitors your services and prevents common PostgreSQL out-of-memory crashes.

  <CardGroup cols={3}>
    <Card title="Hypertables" icon="pen-to-square" href="/manage-data/timescaledb/data-management/hypertables/understand-hypertables">
      Postgres tables in TimescaleDB that automatically partition your time-series data by time.
    </Card>

    <Card title="Hypercore" icon="table-cells-row-unlock" href="/manage-data/timescaledb/data-management/hypercore/understand-hypercore">
      The hybrid row-columnar storage engine in TimescaleDB used by hypertables.
    </Card>

    <Card title="Continuous aggregates" icon="squirrel" href="/manage-data/timescaledb/data-management/continuous-aggregates/understand-continuous-aggregates">
      Incrementally refresh aggregation queries in the background.
    </Card>
  </CardGroup>

  <Heading level={2} noAnchor className="font-semibold dark:text-white">Integrations</Heading>

  See the BAZILLIONS of products you can easily [integrate with Tiger Cloud]().

  <CardGroup cols={3}>
    <Card title="Amazon Web Services (AWS)" icon="image" href="https://mintlify.com/docs/quickstart" />

    <Card title="DataDog" icon="image" href="https://mintlify.com/docs/development" />

    <Card title="Terraform" icon="image" href="https://mintlify.com/docs/development" />
  </CardGroup>

  <CardGroup cols={3}>
    <Card title="Prometheus" icon="image" href="https://mintlify.com/docs/quickstart" />

    <Card title="Grafana" icon="image" href="https://mintlify.com/docs/development" />

    <Card title="Tableau" icon="image" href="https://mintlify.com/docs/development" />
  </CardGroup>

  <Heading level={2} noAnchor className="font-semibold dark:text-white">Migrate and ingest data</Heading>

  <CardGroup cols={3}>
    <Card title="Live migration" icon="image" href="https://mintlify.com/docs/quickstart" />

    <Card title="Livesync from Postgres" icon="image" href="https://mintlify.com/docs/development" />

    <Card title="Livesync from S3" icon="image" href="https://mintlify.com/docs/development" />
  </CardGroup>

  <CardGroup cols={3}>
    <Card title="Import from CSV" icon="image" href="https://mintlify.com/docs/quickstart" />

    <Card title="Import from Mysql" icon="image" href="https://mintlify.com/docs/development" />

    <Card title="Import from Parquet" icon="image" href="https://mintlify.com/docs/development" />
  </CardGroup>

  <Heading level={2} noAnchor className="font-semibold dark:text-white">Tutorials</Heading>

  See the other tutorials in our [tutorials section](/tutorials/), including bla and bla and bla.

  <CardGroup cols={3}>
    <Card title="Analytics on transport and geospatial data" icon="image" href="https://mintlify.com/docs/quickstart" />

    <Card title="Analytics on energy consumption" icon="image" href="https://mintlify.com/docs/development" />

    <Card title="Query the Bitcoin blockchain" icon="image" href="https://mintlify.com/docs/development" />
  </CardGroup>
</div>
