Skip to content

Spark Structured Streaming with Kafka Integration

License

Notifications You must be signed in to change notification settings

ramottamado/isabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isabel

An example of Spark Structured Streaming with Kafka Integration.

HOWTO

  1. Download PostgreSQL JDBC driver from here.
  2. Copy the jar to directory lib.
  3. Set JDBC_USERNAME and JDBC_PASSWORD environment variable for PostgreSQL username and password in .env file.
  4. Run bash ./launch.sh isabel/example.py.

TODO

  • Add joins (static - stream & stream - stream).