Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 450 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 450 Bytes

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).