A Lightweight High Available Solution for Presto.
This is a lightweight gateway for Presto supporting High Available Presto Coordinator.
It aims to solve the single point problem. As the application is developed based on Spring Boot, one can easily run it up and expand on it.
- JDK 1.8+
- Maven 3.6.x
- MySQL
- Run presto-gateway-ddl.sql to create necessary tables in your MySQL.
- Compile the application with Maven:
% mvn clean install -DskipTests
- Run the executable jar file:
% java -jar presto-gateway-1.0-SNAPSHOT.jar