Skip to main content

One post tagged with "gsoc"

View All Tags

Introducing JDBC Support for Apache Wayang

· 17 min read
GSoC 2026 Contributor

As part of Google Summer of Code 2026, I worked on JDBC support for Apache Wayang, enabling Java applications to interact with Wayang through the standard JDBC API.

Apache Wayang JDBC support project hero image

Apache Wayang provides a unified way to express and execute data processing workloads across different execution platforms. This project introduces a JDBC interface around Wayang's SQL API, separating the Java-facing JDBC API layer from the underlying Wayang execution system.