Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 752 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 752 Bytes

presto-gateway

A Lightweight High Available Solution for Presto.

Introduction

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.

Requirements

  1. JDK 1.8+
  2. Maven 3.6.x
  3. MySQL

Usage

  1. Run presto-gateway-ddl.sql to create necessary tables in your MySQL.
  2. Compile the application with Maven:
% mvn clean install -DskipTests
  1. Run the executable jar file:
% java -jar presto-gateway-1.0-SNAPSHOT.jar