Homebrew tap for RisingWave, a distributed SQL database for stream processing.
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
$ 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
# 1. Bump the version in the formula
brew bump-formula-pr risingwave --version x.y.z
# 2. Switch to the newly created branch
git switch bump-risingwave-x.y.z
# 3. Manually update the `resource "connector"` section in `Formula/risingwave.rb`
code Formula/risingwave.rb