Skip to content

simple example of using SimpleBinaryEncoding in Go

Notifications You must be signed in to change notification settings

zehiko/sbe_codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

What is it?

  • minimalistic example of using SBE in Go
  • although these are already provided in SBE docs, this was a good starting example to learn about Go project setup, defining/exporting interfaces and playing around with Go in general

Generating SBE model files

SBE schema is defined in message.xml and model was generated using SBE tool:

java -Dsbe.target.language=Golang -jar /path_to/sbe-all-1.8.7.jar message.xml

About

simple example of using SimpleBinaryEncoding in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages