Skip to content

Commit 9d8a73a

Browse files
Merge branch 'main' into chore/add-stainless-preview-links
2 parents 144d122 + 3007a4b commit 9d8a73a

5 files changed

Lines changed: 78 additions & 113 deletions

File tree

astro.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ export default defineConfig({
4343
label: "Get Started",
4444
link: "/get-started",
4545
sidebar: [
46-
{
47-
label: "Welcome",
48-
link: "/get-started",
49-
},
46+
"get-started", // Welcome/index page
5047
{
5148
label: "Quickstart",
5249
autogenerate: { directory: "get-started" },

src/content/docs/deploy/tiger-cloud/index.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,22 @@ import { LinkCard, CardGrid } from "@astrojs/starlight/components";
77

88
# Tiger Cloud
99

10-
Tiger Cloud is the fully managed way to run Tiger Data. Get started in minutes with automatic scaling, backups, and maintenance.
10+
The fastest Postgres cloud, powered by Tiger Postgres. Handles time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads.
11+
12+
Tiger Cloud is a single optimized Postgres instance extended with innovations in the database engine and cloud infrastructure to deliver speed without sacrifice. It is 10-1000x faster at scale, ideal for applications requiring strong data consistency, complex relationships, and advanced querying capabilities. Get ACID compliance, extensive SQL support, JSON handling, and extensibility through custom functions, data types, and extensions.
13+
14+
## Standard services
15+
16+
- Real-time analytics with hypertables, continuous aggregates, and columnar storage
17+
- AI capabilities with pgvector, pgvectorscale, and pgai extensions
18+
- Live migration, automatic backups and PITR, high availability
19+
- Read replicas, data forking, connection pooling, tiered storage
20+
- Secure in-Console SQL editing, service metrics and insights
21+
22+
## Free services
23+
24+
- Postgres with TimescaleDB and vector extensions
25+
- Limited resources, perfect for development environments
1126

1227
## Get Started
1328

src/content/docs/get-started/index.mdx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@ description: Welcome to Tiger Data - choose your path to get started
44
---
55

66
import { LinkCard, CardGrid } from "@astrojs/starlight/components";
7-
import { Callout } from "@stainless-api/docs/components";
87

98
# Welcome to Tiger Data
109

11-
Tiger Data is a powerful time-series database built on PostgreSQL. Choose your path below to get started.
10+
Learn how to use Tiger Data to store, query, and analyze time-series data.
1211

13-
## Choose Your Path
12+
## Get Started
1413

1514
<CardGrid>
16-
<LinkCard title="5-Minute Quickstart" description="Get up and running with Tiger Cloud in just 5 minutes" href="/get-started/quickstart-5-minutes" />
17-
<LinkCard title="Create a Service" description="Set up your Tiger Cloud or TimescaleDB service" href="/get-started/create-service" />
18-
<LinkCard title="Connect Your App" description="Connect your existing application to Tiger Data" href="/get-started/connect-your-app" />
19-
<LinkCard title="Explore Features" description="Try out key features of TimescaleDB" href="/get-started/try-key-features-timescale-products" />
15+
<LinkCard title="Get started using Tiger Cloud" description="Create a managed Tiger Cloud service and start querying in minutes" href="/get-started/quickstart-5-minutes" />
16+
<LinkCard title="Install TimescaleDB from open source" description="Self-host TimescaleDB on your own infrastructure" href="/deploy/self-hosted/install" />
2017
</CardGrid>
2118

2219
## What's New

src/content/docs/index.mdx

Lines changed: 39 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,54 @@
11
---
2-
title: "Welcome"
3-
description: "Tiger Data are the creators of TimescaleDB. We make Postgres better for time-series, real-time analytics, and AI workloads."
2+
title: Tiger Data Documentation
3+
description: Postgres for time series, events, and analytics—from the creators of TimescaleDB
4+
tableOfContents: false
5+
template: splash
46
---
57

68
import { Card, CardGroup } from '@stainless-api/docs/stainless-docs/mintlify-compat';
7-
import { TrendingUp, Globe, Activity, Bot, Table, RefreshCw, Columns3, Brain, Brackets, Clock, Cloud, BarChart3, Scale, Shield, Zap, Plug2, Rocket, Database, FileUp, Search } from 'lucide-react';
9+
import { Cloud, Database, ArrowRightLeft, Plug, BookOpen, GraduationCap, TrendingUp, Globe, Activity, Bot, Table, RefreshCw, Columns3, Brain, Brackets, Clock } from 'lucide-react';
810

911
# Welcome
1012

11-
Tiger Data are the creators of TimescaleDB, the leading open-source relational database for time-series data. We make Postgres better for time-series, real-time analytics, and AI workloads—without sacrificing the reliability, consistency, and SQL capabilities that make Postgres the world's most loved database.
13+
Tiger Data created TimescaleDB, the leading open-source relational database for time-series data. We build tools that make Postgres better for time-series, real-time analytics, and AI workloads—delivering the performance and scale you need while keeping everything in a single, reliable Postgres database.
1214

13-
Whether you're tracking IoT sensor data, building real-time dashboards, or creating AI-powered applications with vector search and LLMs, Tiger Data gives you the performance and scale you need while keeping everything in a single Postgres database.
15+
**Tiger Data Cloud** is our fully managed enterprise platform that runs TimescaleDB, giving you automatic scaling, high availability, and enterprise features without the operational overhead.
1416

15-
## Create
17+
**TimescaleDB** is our powerful open-source extension for Postgres that you can deploy anywhere—your own infrastructure, any cloud, or on-premises.
18+
19+
Whether you're tracking IoT sensor data, building real-time dashboards, or creating AI-powered applications with vector search and LLMs, choose the deployment model that fits your needs.
20+
21+
## Get started
22+
23+
<CardGroup>
24+
<Card icon={Cloud} title="Get Started with Cloud" href="/get-started/quickstart-5-minutes">
25+
Create a service and start querying in 5 minutes.
26+
</Card>
27+
<Card icon={Database} title="Install Locally" href="/deploy/self-hosted/install-and-update/install-self-hosted">
28+
Run TimescaleDB on your own infrastructure.
29+
</Card>
30+
</CardGroup>
31+
32+
## Explore
1633

1734
<CardGroup>
18-
<Card icon={TrendingUp} title="Track time-series data" href="/get-started/">
19-
Store and analyze time-stamped data from IoT sensors, metrics, events, and logs. Automatically partition by time for fast queries.
35+
<Card icon={GraduationCap} title="Learn" href="/learn">
36+
Understand core concepts and architecture.
37+
</Card>
38+
<Card icon={TrendingUp} title="Build" href="/build">
39+
Implement features, optimize performance, and operate at scale.
2040
</Card>
21-
<Card icon={Globe} title="Build AI apps" href="/reference/pgai/">
22-
Create intelligent applications with vector search, semantic similarity, and AI-powered analytics. Build RAG systems and recommendation engines.
41+
<Card icon={ArrowRightLeft} title="Migrate" href="/migrate">
42+
Migrate to TigerData from another platform.
2343
</Card>
24-
<Card icon={Activity} title="Real-time analytics" href="/get-started/">
25-
Run complex analytical queries on streaming data with continuous aggregates. Get instant insights from live metrics and events.
44+
<Card icon={Plug} title="Integrate" href="/integrate">
45+
Connect your tools, frameworks, and pipelines.
2646
</Card>
27-
<Card icon={Bot} title="Agentic Postgres" href="/reference/pgai/">
28-
Deploy AI assistants that understand and act on your data. Build autonomous agents with memory, reasoning, and decision-making capabilities.
47+
<Card icon={Globe} title="Deploy" href="/deploy">
48+
Choose Cloud or self-hosted deployments and get running.
49+
</Card>
50+
<Card icon={BookOpen} title="Reference" href="/reference">
51+
SQL functions, configurations, and API documentation.
2952
</Card>
3053
</CardGroup>
3154

@@ -52,93 +75,8 @@ Whether you're tracking IoT sensor data, building real-time dashboards, or creat
5275
</Card>
5376
</CardGroup>
5477

55-
## Deploy and operate
56-
57-
<CardGroup>
58-
<Card icon={Cloud} title="Get started" href="/deploy/tiger-cloud/get-started/get-started-with-tiger-cloud">
59-
Launch your database in minutes on Tiger Cloud or self-host with TimescaleDB. Choose the deployment that fits your requirements.
60-
</Card>
61-
<Card icon={BarChart3} title="Monitoring" href="/deploy/tiger-cloud/monitoring/monitor-using-console">
62-
Track performance metrics, query statistics, and resource usage in real time. Export to Datadog, Prometheus, or CloudWatch.
63-
</Card>
64-
<Card icon={Scale} title="Scale" href="/deploy/tiger-cloud/storage/manage-storage-tiers">
65-
Grow from gigabytes to petabytes with tiered storage and automatic partitioning. Add compute and storage independently as needed.
66-
</Card>
67-
<Card icon={Shield} title="Data security" href="/deploy/tiger-cloud/data-security/backup">
68-
Protect your data with automated backups, point-in-time recovery, and high availability. Configure VPC peering and encryption.
69-
</Card>
70-
<Card icon={Zap} title="Optimize" href="/build/columnar-storage/understand-hypercore">
71-
Improve query performance with compression, indexing strategies, and columnar storage. Tune configurations for your workload.
72-
</Card>
73-
<Card icon={Plug2} title="Integrations" href="/integrate/">
74-
Connect with Grafana, Kafka, LangChain, Terraform, and hundreds of other tools. Works with any Postgres-compatible integration.
75-
</Card>
76-
</CardGroup>
77-
78-
## Choose deployment type
79-
80-
### Tiger Cloud
81-
82-
The fastest Postgres cloud, powered by Tiger Postgres. Handles time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads.
83-
84-
Tiger Cloud is a single optimized Postgres instance extended with innovations in the database engine and cloud infrastructure to deliver speed without sacrifice. It is 10-1000x faster at scale, ideal for applications requiring strong data consistency, complex relationships, and advanced querying capabilities. Get ACID compliance, extensive SQL support, JSON handling, and extensibility through custom functions, data types, and extensions.
8578

86-
**Standard services include:**
87-
- Real-time analytics with hypertables, continuous aggregates, and columnar storage
88-
- AI capabilities with pgvector, pgvectorscale, and pgai extensions
89-
- Live migration, automatic backups and PITR, high availability
90-
- Read replicas, data forking, connection pooling, tiered storage
91-
- Secure in-Console SQL editing, service metrics and insights
9279

93-
**Free services include:**
94-
- Postgres with TimescaleDB and vector extensions
95-
- Limited resources, perfect for development environments
80+
## What's New
9681

97-
<CardGroup>
98-
<Card icon={Cloud} title="Tiger Cloud" href="/deploy/tiger-cloud/get-started/get-started-with-tiger-cloud">
99-
The fastest Postgres cloud, powered by Tiger Postgres. Handles time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads.
100-
</Card>
101-
<Card icon={Database} title="Self-hosted TimescaleDB" href="/deploy/self-hosted/">
102-
An open-source Postgres extension designed for running real-time analytics on time-series data. Engineered up from Postgres with full SQL support.
103-
</Card>
104-
</CardGroup>
105-
106-
## Quick starts
107-
108-
<CardGroup>
109-
<Card icon={Rocket} title="Create your first service" href="/deploy/tiger-cloud/get-started/get-started-with-tiger-cloud">
110-
Create your first Tiger Cloud service and connect from your application. Start building in minutes with no infrastructure setup.
111-
</Card>
112-
<Card icon={Search} title="Run SQL queries" href="/deploy/tiger-cloud/get-started/run-queries-from-console">
113-
Run SQL queries directly from the Tiger Console. Learn the basics of querying time-series and relational data.
114-
</Card>
115-
<Card icon={FileUp} title="Migrate your database" href="/migrate/live-migration">
116-
Move your existing PostgreSQL, MySQL, or MongoDB database to Tiger Cloud. Use live migration for zero-downtime transitions.
117-
</Card>
118-
<Card icon={Bot} title="Build a RAG app" href="/reference/pgai/">
119-
Create a RAG application with vector search and LLM integration. Build intelligent features powered by your data.
120-
</Card>
121-
<Card icon={TrendingUp} title="IoT sensor data" href="/learn/examples/simulate-iot-sensor-data">
122-
Ingest and analyze simulated IoT sensor data with hypertables. Learn time-series best practices with a complete example.
123-
</Card>
124-
<Card icon={BarChart3} title="Grafana dashboards" href="/integrate/observability-alerting/grafana">
125-
Visualize your time-series data with Grafana dashboards and alerts. Connect to Tiger Cloud in minutes.
126-
</Card>
127-
</CardGroup>
128-
129-
## Migration guides
130-
131-
<CardGroup>
132-
<Card icon={Database} title="From PostgreSQL" href="/migrate/migrate-from/postgres">
133-
Migrate your PostgreSQL database to Tiger Cloud with live replication. Minimize downtime and preserve your existing schemas.
134-
</Card>
135-
<Card icon={Database} title="From MySQL" href="/migrate/live-migration">
136-
Convert your MySQL database to PostgreSQL and migrate to Tiger Cloud. Automated tools handle schema translation and data transfer.
137-
</Card>
138-
<Card icon={Database} title="From MongoDB" href="/migrate/migrate-from/mongodb">
139-
Move from MongoDB to relational time-series storage. Transform document-based data into optimized time-series tables.
140-
</Card>
141-
<Card icon={Database} title="From InfluxDB" href="/migrate/live-migration">
142-
Migrate time-series data from InfluxDB to Tiger Cloud. Gain SQL capabilities while maintaining time-series performance.
143-
</Card>
144-
</CardGroup>
82+
See the [changelog](/get-started/new) for the latest updates.

theme.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,24 @@ tr:hover td {
408408
display: none !important;
409409
}
410410

411+
/* Splash/landing page content spacing */
412+
[data-template="splash"] main,
413+
[data-page-route="/"] main {
414+
max-width: 900px;
415+
margin-left: auto;
416+
margin-right: auto;
417+
padding-left: var(--tiger-space-2xl);
418+
padding-right: var(--tiger-space-2xl);
419+
}
420+
421+
@media (max-width: 768px) {
422+
[data-template="splash"] main,
423+
[data-page-route="/"] main {
424+
padding-left: var(--tiger-space-lg);
425+
padding-right: var(--tiger-space-lg);
426+
}
427+
}
428+
411429
/* ============================================
412430
CardGroup Layout
413431
============================================ */

0 commit comments

Comments
 (0)