thanos-community / obslytics

Tools and Services allowing seamless usage of Observability data from Prometheus, Thanos, Cortex, M3DB, Loki and more!
Apache License 2.0
30 stars 8 forks source link

Refactor to use arrow go bindings #32

Open wseaton opened 2 years ago

wseaton commented 2 years ago

In https://github.com/apache/arrow/pull/11538 support for writing to parquet files will get merged into upstream arrow for golang, does it make sense to drop use of the pure go parquet library? The C++ bindings are likely better performance.

bwplotka commented 2 years ago

Interesting. We can experiment with that yes. Will take a look at some point.