Skip to content

glassflow/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

GlassFlow Homebrew Tap

This repository contains the Homebrew formula for the GlassFlow CLI.

Installation

Install the GlassFlow CLI using Homebrew:

brew tap glassflow/tap
brew install glassflow

What is GlassFlow CLI?

The GlassFlow CLI provides a local development environment for exploring and testing GlassFlow ETL - an open-source tool for real-time data processing from Kafka to ClickHouse.

The CLI sets up:

  • Local Kubernetes cluster (Kind)
  • Kafka message broker
  • ClickHouse database
  • GlassFlow ETL service
  • Demo pipeline with sample data

Note: This CLI is designed for local testing, demos, and exploration only. For production deployments, use the official GlassFlow Helm charts.

Requirements

  • Docker (or compatible runtime like Docker Desktop, OrbStack, Colima, or Podman)
  • kubectl (installed automatically as a dependency)

Usage

After installation, start the local development environment:

glassflow up --demo

Access the services:

Stop the environment:

glassflow down

Resources

Formula Updates

This formula is manually updated after each release. The formula file is located at Formula/glassflow.rb.

For automated updates, see the GlassFlow CLI repository release workflow.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages