Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 526 Bytes

README.adoc

File metadata and controls

32 lines (20 loc) · 526 Bytes

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