Skip to content

mqzabin/poc-jdbc-source-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDBC Source Connector

TL;DR

To run this proof of concept/exploration, run:

make fullrun

You can also run setup only, with:

make setup

Then you can run the load tests (to generate kafka records) multiple times with:

make run

After setup, Kafdrop is available at localhost:9000.

You can clean up everything with:

make cleanup

The exploration

The idea of this exploration is to set up:

  • Kafka
  • Postgres
  • JDBC Source connector
  • A simple Golang HTTP server app

Then hit the HTTP server with several requests using grafana/k6.

Kafka messages can be visualized using Kafdrop (localhost:9000)

Files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published