jaegertracing / jaeger-clickhouse

Jaeger ClickHouse storage plugin implementation
Apache License 2.0
247 stars 51 forks source link

Embed default SQL scripts into go binary #7

Closed pavolloffay closed 3 years ago

pavolloffay commented 3 years ago

The SQL scripts https://github.com/pavolloffay/jaeger-clickhouse/tree/main/sqlscripts are needed at Jaeger startup. To simplify distribution these scripts can be embedded into the binary.

See https://pkg.go.dev/embed

pavolloffay commented 3 years ago

Done in #9