YFuzz Server
The main API server for YFuzz.
Table of Contents
Prerequisites:
To build the server, you will need Go, Glide, and Make.
Install
$ git clone https://github.com/yahoo/yfuzz.git
$ cd yfuzz/services/yfuzz-server
$ make install
Configuration
YFuzz will read configuration from a file called config.yaml
(or any other format supported by viper) located either in $HOME/.yfuzz
, /etc/yfuzz
, or the current directory.
Options can also be specified in environment variables with the YFUZZ_
prefix.
See config-sample.yaml
for sample configuration.
Usage
API endpoints are documented with godoc.
YFuzz is currently accessible through the use of the YFuzz CLI. A web interface is also planned.