Skip to content

JiamingMai/presto-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

presto-gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages