aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bigtable/README.md
diff options
context:
space:
mode:
authorGravatar Brennan Saeta <saeta@google.com>2018-06-29 10:06:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-29 10:09:59 -0700
commit42c6133b93ef8eabb6c5cb00ab8bbe90a519dfc4 (patch)
treeae73b616433c6243fb2425d300aeaccf18575d3d /tensorflow/contrib/bigtable/README.md
parent55259c7bbdafc6293eacc05ee7ef1478c8855f6f (diff)
[tf.data / Bigtable] Initial tf.data Bigtable integration
This change allows TensorFlow users to stream data directly from Cloud Bigtable into the TensorFlow runtime using tf.data. PiperOrigin-RevId: 202664219
Diffstat (limited to 'tensorflow/contrib/bigtable/README.md')
-rw-r--r--tensorflow/contrib/bigtable/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/tensorflow/contrib/bigtable/README.md b/tensorflow/contrib/bigtable/README.md
new file mode 100644
index 0000000000..ef3c60069e
--- /dev/null
+++ b/tensorflow/contrib/bigtable/README.md
@@ -0,0 +1,10 @@
+# Bigtable #
+
+[Google Cloud Bigtable](https://cloud.google.com/bigtable/) is a high
+performance storage system that can store and serve training data. This contrib
+package contains an experimental integration with TensorFlow.
+
+> **Status: Highly experimental.** The current implementation is very much in
+> flux. Please use at your own risk! :-)
+
+<!-- TODO(saeta): Document usage / methods / etc. -->