Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/expediadotcom/haystack-idl

Span and other data model definitions used by Haystack
https://github.com/expediadotcom/haystack-idl

Last synced: 1 day ago
JSON representation

Span and other data model definitions used by Haystack

Awesome Lists containing this project

README

        

# haystack-idl
Span and other data models used by Haystack are defined as [Protocol Buffer](https://developers.google.com/protocol-buffers/) files in [proto](./proto) folder

## Generating Java source for Haystack Spans
A simple maven pom file is available in [java](./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](./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```