Skip to content

scarf-sh/homebrew-risingwave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-risingwave

Homebrew tap for RisingWave, a distributed SQL database for stream processing.

Installation

Install Homebrew first. Then, tap this repository:

$ brew tap risingwavelabs/risingwave

To install the latest release version:

$ brew install risingwave

Or, to install the latest development version:

$ brew install risingwave --HEAD

You can now start the RisingWave playground and connect to it with the Postgres interactive terminal psql:

$ risingwave playground

# In another terminal...
$ psql -h localhost -p 4566 -d dev -U root

Install old versions

$ brew install [email protected]

# If you haven't installed other versions, it's available as `risingwave`
$ risingwave --version
# If you have installed other versions, you can find it with `brew --prefix`
$ $(brew --prefix [email protected])/bin/risingwave --version

Contributing

Bump formula version:

brew bump-formula-pr risingwave --url https://github.com/risingwavelabs/risingwave/archive/refs/tags/v<x.y.z>.tar.gz

At the same time, copy the old formula to risingwave@<x.y> and change its class name to RisingwaveAT<xy>, so that the old version can still be installed.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.4%
  • Shell 0.6%