AI-native ClickHouse console for your cluster diagnostics and query generation, optimization and data visualization.
327
stars
504
commits
TypeScript
primary language
Jul 21, 2026
updated
The AI-native ClickHouse console for your cluster diagnostics, query generation, evidence-based optimization, intelligent visualization.

📖 More demo/screenshots at docs.datastoria.app
Visiting dataStoria.app to experience all features without any installation.
Prerequisites:
Follow these steps to build and run locally:
# Clone the repository
git clone --recurse-submodules https://github.com/FrankChen021/datastoria.git
cd datastoria
# Install dependencies
npm install --force
# Start the development server
npm run dev
Open http://localhost:3000 in your browser and connect to your ClickHouse instance.
The easiest way to run DataStoria is using the pre-built Docker image:
docker run -d -p 3000:3000 frankchen021/datastoria:latest
Then open http://localhost:3000 in your browser.
The Docker image supports both linux/amd64 and linux/arm64 platforms, so it runs natively on Intel/AMD machines as well as Apple Silicon Macs and ARM-based servers.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
DataStoria is an AI-native ClickHouse console for modern query, visualization, and diagnostics workflows.
TypeScript
98.5%
AI-native ClickHouse console for your cluster diagnostics and query generation, optimization and data visualization.
327
stars
504
commits
TypeScript
primary language
Jul 21, 2026
updated
The AI-native ClickHouse console for your cluster diagnostics, query generation, evidence-based optimization, intelligent visualization.

📖 More demo/screenshots at docs.datastoria.app
Visiting dataStoria.app to experience all features without any installation.
Prerequisites:
Follow these steps to build and run locally:
# Clone the repository
git clone --recurse-submodules https://github.com/FrankChen021/datastoria.git
cd datastoria
# Install dependencies
npm install --force
# Start the development server
npm run dev
Open http://localhost:3000 in your browser and connect to your ClickHouse instance.
The easiest way to run DataStoria is using the pre-built Docker image:
docker run -d -p 3000:3000 frankchen021/datastoria:latest
Then open http://localhost:3000 in your browser.
The Docker image supports both linux/amd64 and linux/arm64 platforms, so it runs natively on Intel/AMD machines as well as Apple Silicon Macs and ARM-based servers.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
DataStoria is an AI-native ClickHouse console for modern query, visualization, and diagnostics workflows.
TypeScript
98.5%