Skip to content

glassflow/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 

Repository files navigation

GlassFlow Homebrew Tap

This repository contains the Homebrew formula for the GlassFlow CLI.

Quick Start

Prerequisites

  • Docker (or compatible runtime like Docker Desktop, OrbStack, Colima, or Podman)
  • Helm (v3) - installed automatically as a Homebrew dependency, or install manually (install Helm)
  • kubectl - installed automatically as a Homebrew dependency, or install manually

Give Docker enough resources (for example, 6-8 GB RAM and 4 CPUs) so all pods can schedule.

Installation

Install via Homebrew:

brew tap glassflow/tap
brew install glassflow

Usage

Recommended flow:

  1. Install cluster and services:
glassflow up
  1. Set up demo pipeline and port-forwarding:
glassflow setup-demo

All-in-one flow:

glassflow up --demo

Once running, access (ports may vary if alternatives were chosen):

Stop and clean up:

glassflow down

Commands

glassflow up
glassflow setup-demo
glassflow up --demo
glassflow down
glassflow version
glassflow --help

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.

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

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

 
 
 

Contributors

Languages