Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 509 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 509 Bytes

Example of database manipulation in Go with sqlite and sqlx packages

Tracing with OpenCensus and Jaeger

Run:

./run_jaeger.sh # starts a new container with Jaeger

go run main.go
Then visit http://localhost:16686/ and you'll see something like this:

Jaeger dashboard