Implementing JDBC Driver for Apache Wayang
This project is about implementing a JDBC driver for Apache Wayang so that users can interact with it using standard SQL-based tools. Right now, Wayang provides SQL support through its APIs, but it does not have a JDBC interface, which makes it difficult to connect with external tools like database clients or BI platforms. The goal is to build core JDBC components such as Driver, Connection, Statement, and ResultSet, and connect them with Wayang’s SQL API. This will allow users to establish a connection, execute SQL queries, and get results in a familiar way without relying only on programmatic APIs. The implementation will follow a clean and modular design so it is easy to extend in the future. Proper testing will also be done to make sure it works correctly with real tools. Overall, this project will make Wayang easier to use and integrate with existing systems.
Project details
Technologies
Not listed in the archive