-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added documentation. * Changed to 0.10.2.1-cp2.
- Loading branch information
1 parent
f14906f
commit 9c753e6
Showing
4 changed files
with
59 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
================== | ||
Spooldir Connector | ||
================== | ||
|
||
This Kafka Connect connector provides the capability to watch a directory for files and read the data as new files are | ||
written to the input directory. Each of the records in the input file will be converted based on the user supplied schema. | ||
|
||
The CSVRecordProcessor supports reading CSV or TSV files. It can convert a CSV on the fly to the strongly typed Kafka | ||
Connect data types. It currently has support for all of the schema types and logical types that are supported in Kafka 0.10.x. | ||
If you couple this with the Avro converter and Schema Registry by Confluent, you will be able to process csv files to | ||
strongly typed Avro data in real time. | ||
|
||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Source Connectors: | ||
:hidden: | ||
:glob: | ||
|
||
sources/* | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Sink Connectors: | ||
:hidden: | ||
:glob: | ||
|
||
sinks/* | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Transformations: | ||
:hidden: | ||
:glob: | ||
|
||
transformations/* | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 0 | ||
:caption: Schemas: | ||
:hidden: | ||
|
||
schemas | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters