Skip to content

Quickwit tutorial on local containers

Notifications You must be signed in to change notification settings

cometkim/quickwit-tutorial

Repository files navigation

Quickwit Tutorial w/ Docker Compose

Quickwit local setup for demonstration purpose, fully powered by containers & Docker Compose.

Prerequisites

How to

Note

docker-compose.yml assumes that you are using OrbStack proxy. If you are using Docker, uncomment the "ports" mappings in the file.

Starting services

To start services

docker compose up -d

compose includes these pre-configured services

Ingesting sample data

While running services, you can create index with pre-configured config and data.

  • HDFS logs (10K): docker compose up ingest-hdfs-logs-10k
  • HDFS logs (20M): docker compose up ingest-hdfs-logs-20m
  • Stackoverflow posts (10K): docker compose up ingest-stackoverflow-10k