Skip to content

ExpediaDotCom/haystack-idl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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