Skip to content

Instantly share code, notes, and snippets.

@smulube
smulube / graphite.md
Created September 5, 2016 10:18 — forked from relaxdiego/graphite.md
Installing Graphite in OS X Mavericks

Follow these steps to install graphite on OS X Mavericks.

Prerequisites

  • Homebrew
  • Python 2.7
  • Git

Install dependencies

Install Cairo and friends

@smulube
smulube / tenancy.go
Created November 2, 2021 10:36 — forked from glerchundi/tenancy.go
tenancy
package tenancy
import (
"context"
"database/sql"
"database/sql/driver"
"errors"
"fmt"
"github.com/lib/pq"