https://github.com/marklogic/kafka-marklogic-connector
A Kafka connector for subscribing to topics and streaming messages into MarkLogic
https://github.com/marklogic/kafka-marklogic-connector
kafka kafka-connector marklogic marklogic-data-hub marklogic-database marklogic-server stream-processing streaming topic
Last synced: 6 months ago
JSON representation
A Kafka connector for subscribing to topics and streaming messages into MarkLogic
- Host: GitHub
- URL: https://github.com/marklogic/kafka-marklogic-connector
- Owner: marklogic
- License: other
- Created: 2019-07-07T14:08:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T18:55:22.000Z (7 months ago)
- Last Synced: 2024-10-28T19:50:24.152Z (7 months ago)
- Topics: kafka, kafka-connector, marklogic, marklogic-data-hub, marklogic-database, marklogic-server, stream-processing, streaming, topic
- Language: Java
- Homepage: https://marklogic.github.io/kafka-marklogic-connector/
- Size: 33.2 MB
- Stars: 8
- Watchers: 11
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# MarkLogic Kafka Connector
The MarkLogic Kafka connector is a [Kafka Connect](https://docs.confluent.io/platform/current/connect/index.html)
sink and source connector. It supports writing data from a topic to a MarkLogic database as well as reading data from
a MarkLogic database via an [Optic query](https://docs.marklogic.com/guide/app-dev/OpticAPI) and sending the result to a topic.Please see [the User Guide](http://marklogic.github.io/kafka-marklogic-connector) for more information.
For developing and testing the MarkLogic Kafka connector, please see the [guide on contributing](/CONTRIBUTING.md).
That guide also includes detailed instructions on how to use both Confluent Platform and Apache Kafka which may be
useful if you are new to either product.