BigTable 到 TensorFlow 2.x - 任何连接器?

BigTable to TensorFlow 2.x - Any connector?

是否有用于 TensorFlow 的直接 BigTable 连接器2.x?

我没有在 Github 存储库 tensorflow and tensorflow_io 的主分支中找到此类包的任何清晰踪迹。 谢谢!

对 Bigtable 的支持已于 tfio v0.5.0 开始,但已于 v0.13.0 删除。这是注释:

BigTable has been broken from the beginning, and was never maintained. In addition, there are lots of code duplication as it implment 6 datasets in C++ with very minimal difference. Due to the recent changes in TF upsteram API change, it gets harder and harder to even make it compile.

This PR removes BigTable from the code tree. The plan is to add BigTable in the future with right implementation, ideally utilize the better maintained google cloud C++ big table API: https://github.com/googleapis/google-cloud-cpp/tree/master/google/cloud/bigtable

检查他们的提交日志:https://github.com/tensorflow/io/commit/f08f7954631cd13b3ace059dbc05f0b71dcd857d