All Projects → segmentio → segment-proxy

segmentio / segment-proxy

Licence: MIT license
Proxies requests to the Segment CDN and Tracking API.

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects
Makefile
30231 projects

segment-proxy

Proxies requests to the Segment CDN and Tracking API. You can run this in your infrastructure (or use it as a reference implementation) and point your clients to use this proxy instead of api.segment.io or cdn.segment.com directly.

CLI

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

Usage

Via Source

  1. Clone the repo git clone [email protected]:segmentio/segment-proxy.git.
  2. Run make build server.

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.

Library Instructions

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].