Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 583 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 583 Bytes

haystack-idl

Span and other data models used by Haystack are defined as Protocol Buffer files in proto folder

Generating Java source for Haystack Spans

A simple maven pom file is available in java folder to compile Haystack proto files in to a jar

Creating test data in kafka

Simple utility in Go to generate and send sample Spans to Kakfa is in fakespans folder

Building fakespans

docker run --rm -it -v "$PWD":/usr/src/app -w /usr/src/app golang:1.8 /usr/src/app/build.sh