Coder Social home page Coder Social logo

lipeisong / yanagishima Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yanagishima/yanagishima

0.0 1.0 0.0 1.25 MB

Web UI for PrestoDB(https://prestodb.io/)

License: Apache License 2.0

Java 28.96% Shell 0.91% CSS 19.94% HTML 9.67% JavaScript 40.53%

yanagishima's Introduction

yanagishima

yanagishima is a Web UI for presto like MySQL Workbench.

yanagishima

Features

  • easy to install(no RDBMS)
  • easy to use like MySQL Workbench(for example, right click operation)
  • query history for self by using local storage
  • query bookmark
  • show query execution list
  • kill running query
  • format query
  • show columns
  • show partitoins
  • TSV download by using session storage

Limitation

  • paging results is not supported

Quick Start

wget https://bintray.com/artifact/download/wyukawa/generic/yanagishima-0.0.6.zip
unzip yanagishima-0.0.6.zip
cd yanagishima-0.0.6
vim conf/yanagishima.properties
nohup bin/yanagishima-start.sh >y.log 2>&1 &

see http://localhost:8080/

Configuration

You need to edit conf/yanagishima.properties.

At least, you need to edit presto.coordinator.server and catalog and schema.

jetty.port=8080 # yanagishima web port
presto.coordinator.server=http://presto.coordinator:8080 # presto coordinator url
select.limit=2000 # if query result exceeds this limit, rest of result is skipped
catalog=hive # presto catalog name
schema=default # presto schema name
user=yanagishima # presto user name
source=yanagishima # presto source name

Start

bin/yanagishima-start.sh

Stop

bin/yanagishima-stop.sh

Requirements

  • Java 8

Build yanagishima

./gradlew distZip

yanagishima's People

Contributors

wyukawa avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.