Creating your own Homebrew tap and grabbing binaries from S3

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • homebrew-homebrew

    lucassha personal homebrew

  • For my personal repo, I opted to name it homebrew-homebrew, as you can see here: https://github.com/lucassha/homebrew-homebrew.

  • show-secrets

    Output decoded kubernetes secrets (by lucassha)

  • class ShowSecrets < Formula desc "CLI to show decoded Kubernetes secrets" homepage "https://github.com/lucassha/show-secrets" url "https://lucassha-show-secrets-releases.s3.us-west-2.amazonaws.com/releases/v0.0.1" # to get the latest SHA: # find latest release: aws s3api list-objects --bucket lucassha-show-secrets-releases | jq '.Contents[].Key' # download release: aws s3 cp s3://lucassha-show-secrets-releases/releases/v0.0.1 . # get sha: shasum -a 256 v0.0.1 sha256 "36018cff6708dea3587c086e366ff80bed7a2750ddda9aa7e8c1af8311b17649" depends_on "kubernetes-cli" def install bin.install "show-secrets" # add kubectl binary to make it a kubectl plugin bin.install "kubectl-show-secrets" end def caveats; <<-EOS This tool may be used as a standalone CLI or a kubectl plugin # example show-secrets -n default kubectl show secrets -n default EOS end end

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • tiktoken_ruby VS ruby-openai - a user suggested alternative

    2 projects | 3 May 2024
  • 5 Free Tools to Boost Developer Productivity

    1 project | dev.to | 3 May 2024
  • AsciidocFX: The Asciidoc Editor for documentation and authoring

    3 projects | dev.to | 2 May 2024
  • Sequel 5.80.0 Released

    1 project | news.ycombinator.com | 1 May 2024
  • HN who is hiring ratio (job seekers vs. jobs posted)

    1 project | news.ycombinator.com | 1 May 2024