Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/HyperIndex-LLM/hyperindex-complete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3930,6 +3930,10 @@ Access your indexed data directly through SQL queries, providing flexibility bey

A comprehensive analytics platform that automatically pipes your indexed data from PostgreSQL into ClickHouse (approximately 2 minutes behind real-time) and provides access through a hosted Metabase instance.

:::info Configuration required
To enable this feature, set ClickHouse as a [storage backend](/docs/HyperIndex/configuration-file#storage) in your `config.yaml`.
:::

**Technical Architecture:**
- **Data Pipeline**: Automatic replication from PostgreSQL to ClickHouse
- **Near Real-time**: Data available in an analytics platform within ~2 minutes
Expand Down
4 changes: 4 additions & 0 deletions docs/HyperIndex/Hosted_Service/hosted-service-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ Access your indexed data directly through SQL queries, providing flexibility bey

A comprehensive analytics platform that automatically pipes your indexed data from PostgreSQL into ClickHouse (approximately 2 minutes behind real-time) and provides access through a hosted Metabase instance.

:::info Configuration required
To enable this feature, set ClickHouse as a [storage backend](/docs/HyperIndex/configuration-file#storage) in your `config.yaml`.
:::

**Technical Architecture:**
- **Data Pipeline**: Automatic replication from PostgreSQL to ClickHouse
- **Near Real-time**: Data available in an analytics platform within ~2 minutes
Expand Down