Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raystack/homebrew-tap
This repository is home to the original homebrew taps for products throughout the Raystack ecosystem.
https://github.com/raystack/homebrew-tap
brew dataops homebrew odpf taps
Last synced: 11 days ago
JSON representation
This repository is home to the original homebrew taps for products throughout the Raystack ecosystem.
- Host: GitHub
- URL: https://github.com/raystack/homebrew-tap
- Owner: raystack
- License: apache-2.0
- Created: 2021-06-01T13:29:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T11:38:32.000Z (7 months ago)
- Last Synced: 2024-04-08T12:44:38.116Z (7 months ago)
- Topics: brew, dataops, homebrew, odpf, taps
- Language: Ruby
- Homepage:
- Size: 210 KB
- Stars: 31
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raystack Homebrew Tap
This repository is home to the original homebrew tap for products throughout the Open DataOps Platform ecosystem.
## What is Homebrew?
Package manager for macOS (or Linux), see more at https://brew.sh
## What is a Tap?
A third-party (in relation to Homebrew) repository providing installable
packages (formulae) on macOS and Linux.See more at https://docs.brew.sh/Taps
## How do I install packages from here?
```sh
brew install raystack/tap/name
```You can also only add the tap which makes formulae within it
available in search results (`brew search` output):```sh
brew tap raystack/tap
```Note: to clone the tap via SSH you will need to use:
```sh
brew tap raystack/tap https://github.com/raystack/homebrew-tap
```While you may search across taps, it is necessary to always use
fully qualified name (incl. the `raystack/tap/` prefix)
when refering to formulae in external taps such as this one
outside of search.## What packages are available?
With the following commands, you can install the latest version of each product:
```sh
# Formulae
brew install raystack/tap/optimus
brew install raystack/tap/guardian
brew install raystack/tap/meteor
```## Why should I install packages from this tap?
- Formulae _in this tap_ are maintained by Raystack.
- Updating of formulae is automated, which means that updates become available as they're released.