spotify / heroic

The Heroic Time Series Database
https://spotify.github.io/heroic/
Apache License 2.0
848 stars 109 forks source link

Replace Bigtable library #645

Open hexedpackets opened 4 years ago

hexedpackets commented 4 years ago

The Bigtable implementation is using Google's HBase client. While this works ok, switching to the Google Cloud library has some benefits. Its versioned in step with other GCP libraries, nad seems to be updated more frequently, and supports additional features like the emulator environmental variable.

hexedpackets commented 4 years ago

Actually, the HBase client does support the emulator var.