We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd20d71 commit 4616c9fCopy full SHA for 4616c9f
README.md
@@ -5,6 +5,12 @@
5
TensorFlow I/O is a collection of file systems and file formats that are not
6
available in TensorFlow's built-in support.
7
8
+At the moment TensorFlow I/O supports 4 data sources:
9
+- `tensorflow_io.ignite`: Data source for Apache Ignite and Ignite File System (IGFS).
10
+- `tensorflow_io.kafka`: Apache Kafka stream-processing support.
11
+- `tensorflow_io.kinesis`: Amazon Kinesis data streams support.
12
+- `tensorflow_io.hadoop`: Hadoop SequenceFile format support.
13
+
14
## Installation
15
16
The `tensorflow-io` package could be installed with pip directly:
0 commit comments