Skip to content

teamvio/segment-proxy

 
 

Repository files navigation

segment-proxy

Proxies requests to the Segment CDN and Tracking API.

CLI

Usage of proxy:
  -debug
        debug mode
  -port string
        bind address (default "8080")

Usage

Via Source

  1. Clone the repo git clone git@github.com:segmentio/segment-proxy.git.
  2. Run make build run.

Via Golang

  1. Run go get github.com/segmentio/segment-proxy.
  2. Run segment-proxy.

Via prebuilt binaries.

Download the latest binaries from Github.

Via Docker

  1. Run docker run --publish 8080:8080 segment/proxy.

About

Proxies requests to the Segment CDN and Tracking API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.7%
  • Makefile 6.3%