🏁 Get Started with Gigapipe Open-Source

Welcome to your ready-to-use managed Observability stack - just add data ☘️

Install
Ingest
Explore
Extend
Done

Step 1: Install

Install Gigapipe Open-Source on your Infrastructure.

Quick Start? Use our OSS Gigapipe Demo

The demo ships with Gigapipe, Grafana and ClickHouse ready to use

🔋 batteries included

Ships with config, data and datasources

Deploy using Docker or K8s

ghcr.io/metrico/gigapipe:latest

Configure Gigapipe using ENV Settings

Gigapipe requires ClickHouse for data storage

Deploy using Docker Compose

gigapipe:
  image: ghcr.io/metrico/gigapipe:latest
  container_name: gigapipe
  hostname: gigapipe
  pull_policy: always
  restart: unless-stopped
  ports:
    - "3100:3100"
  environment:
    - CLICKHOUSE_SERVER=clickhouse-server
    - CLICKHOUSE_PORT=9000
    - CLICKHOUSE_AUTH=gigapipe:demo
    - CLICKHOUSE_DB=qryn

Configure Gigapipe using ENV Settings

Gigapipe requires ClickHouse for data storage

AGPLv3

Gigapipe is licensed under the AGPLv3 License and available on Github