GithubHelp home page GithubHelp logo

cgvarela / docker-presto-cluster Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lewuathe/docker-trino-cluster

0.0 3.0 0.0 30 KB

Multiple node presto cluster on docker container

License: Apache License 2.0

Makefile 100.00%

docker-presto-cluster's Introduction

docker-presto-cluster Build Status

docker-presto-cluster is a simple tool for launching multiple node Presto cluster on docker container. The image is synched with the master branch of presto repository. Therefore you can try the latest presto for developing purpose easily.

Build image

$ make

Launch presto

Presto cluster can be launched by using docker-compose.

$ make run

docker-compose.yml

Images are uploaded in DockerHub. These images are build with the latest master branch of Presto. You can launch multiple node docker presto cluster with below yaml file.

version: '2'

services:
  coordinator:
    image: lewuathe/presto-coordinator
    ports:
      - "8080:8080"
    container_name: "coordinator"
  worker0:
    image: lewuathe/presto-worker
    container_name: "worker0"
    ports:
      - "8081:8081"

Run

$ docker-compose up -d

LICENSE

Apache v2 License

docker-presto-cluster's People

Contributors

lewuathe avatar

Watchers

James Cloos avatar Carlos G. Varela avatar  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.