Skip to content

sgpietz-handy/es-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es-connect

setup:

make sure you have maven and gradle (v2.x) installed

build kafka and publish locally:

$ git clone git@github.com:apache/kafka.git

$ cd kafka

$ gradle

$ ./gradlew installAll

build kafka-connect-elasticsearch:

$ git clone git@github.com:confluentinc/kafka-connect-elasticsearch.git

$ cd kafka-connect-elasticsearch

$ mvn package

set env var ES_CONNECT_PATH to directory where kafka-connect-elasticsearch was cloned

and run:

$ docker-compose up

$ ./startup.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages