Discover Packages
github.com/segmentio/segment-proxy
command
module
Version:
v0.0.0-...-9bfeae5
Opens a new window with list of versions in this module.
Published: Mar 8, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
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
Clone the repo git clone git@github.com:segmentio/segment-proxy.git
.
Run make build server
.
Via Golang
Run go get github.com/segmentio/segment-proxy
.
Run segment-proxy
.
Via prebuilt binaries.
Download the latest binaries from Github .
Via Docker
Run docker run --publish 8080:8080 segment/proxy
.
Library Instructions
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.