# docs-kafka-connector **Repository Path**: mirrors_neo4j/docs-kafka-connector ## Basic Information - **Project Name**: docs-kafka-connector - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 5.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-17 - **Last Updated**: 2024-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Kafka Connect Neo4j Connector Documentation This repository contains documentation for Kafka Connect Neo4j Connector 5.0 and onwards. The documentation is published at link:https://neo4j.com/docs/kafka/. == Prereqs - Node.js - npm == Installation To install the required packages: ---- npm i ---- == Generating HTML output To convert asciidoc source to HTML: ---- npm run build ---- == Viewing HTML output To view the built site, launch a local server: 1. `npm start` 2. In a browser tab, go to `localhost:8000`