All Projects → yanagishima → Yanagishima

yanagishima / Yanagishima

Licence: apache-2.0
Web UI for Trino, Presto, Hive, Elasticsearch, SparkSQL

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Yanagishima

Linkis
Linkis helps easily connect to various back-end computation/storage engines(Spark, Python, TiDB...), exposes various interfaces(REST, JDBC, Java ...), with multi-tenancy, high performance, and resource control.
Stars: ✭ 2,323 (+447.88%)
Mutual labels:  spark, hive, presto
Xsql
Unified SQL Analytics Engine Based on SparkSQL
Stars: ✭ 176 (-58.49%)
Mutual labels:  spark, hive, elasticsearch
Bigdata docker
Big Data Ecosystem Docker
Stars: ✭ 161 (-62.03%)
Mutual labels:  spark, hive, presto
Haproxy Configs
80+ HAProxy Configs for Hadoop, Big Data, NoSQL, Docker, Elasticsearch, SolrCloud, HBase, MySQL, PostgreSQL, Apache Drill, Hive, Presto, Impala, Hue, ZooKeeper, SSH, RabbitMQ, Redis, Riak, Cloudera, OpenTSDB, InfluxDB, Prometheus, Kibana, Graphite, Rancher etc.
Stars: ✭ 106 (-75%)
Mutual labels:  hive, presto, elasticsearch
incubator-linkis
Linkis helps easily connect to various back-end computation/storage engines(Spark, Python, TiDB...), exposes various interfaces(REST, JDBC, Java ...), with multi-tenancy, high performance, and resource control.
Stars: ✭ 2,459 (+479.95%)
Mutual labels:  spark, presto, hive
Szt Bigdata
深圳地铁大数据客流分析系统🚇🚄🌟
Stars: ✭ 826 (+94.81%)
Mutual labels:  spark, hive, elasticsearch
Bdp Dataplatform
大数据生态解决方案数据平台:基于大数据、数据平台、微服务、机器学习、商城、自动化运维、DevOps、容器部署平台、数据平台采集、数据平台存储、数据平台计算、数据平台开发、数据平台应用搭建的大数据解决方案。
Stars: ✭ 456 (+7.55%)
Mutual labels:  spark, hive, elasticsearch
Cube.js
📊 Cube — Open-Source Analytics API for Building Data Apps
Stars: ✭ 11,983 (+2726.18%)
Mutual labels:  spark, hive, presto
Devops Python Tools
80+ DevOps & Data CLI Tools - AWS, GCP, GCF Python Cloud Function, Log Anonymizer, Spark, Hadoop, HBase, Hive, Impala, Linux, Docker, Spark Data Converters & Validators (Avro/Parquet/JSON/CSV/INI/XML/YAML), Travis CI, AWS CloudFormation, Elasticsearch, Solr etc.
Stars: ✭ 406 (-4.25%)
Mutual labels:  spark, elasticsearch
Gimel
Big Data Processing Framework - Unified Data API or SQL on Any Storage
Stars: ✭ 216 (-49.06%)
Mutual labels:  spark, elasticsearch
dpkb
大数据相关内容汇总,包括分布式存储引擎、分布式计算引擎、数仓建设等。关键词:Hadoop、HBase、ES、Kudu、Hive、Presto、Spark、Flink、Kylin、ClickHouse
Stars: ✭ 123 (-70.99%)
Mutual labels:  presto, hive
spark-acid
ACID Data Source for Apache Spark based on Hive ACID
Stars: ✭ 91 (-78.54%)
Mutual labels:  spark, hive
Spark Authorizer
A Spark SQL extension which provides SQL Standard Authorization for Apache Spark
Stars: ✭ 141 (-66.75%)
Mutual labels:  spark, hive
TiBigData
TiDB connectors for Flink/Hive/Presto
Stars: ✭ 192 (-54.72%)
Mutual labels:  presto, hive
Moonbox
Moonbox is a DVtaaS (Data Virtualization as a Service) Platform
Stars: ✭ 424 (+0%)
Mutual labels:  spark, hive
Hadoop Docker
基于Docker构建的Hadoop开发测试环境,包含Hadoop,Hive,HBase,Spark
Stars: ✭ 238 (-43.87%)
Mutual labels:  spark, hive
swordfish
Open-source distribute workflow schedule tools, also support streaming task.
Stars: ✭ 35 (-91.75%)
Mutual labels:  spark, hive
bigkube
Minikube for big data with Scala and Spark
Stars: ✭ 16 (-96.23%)
Mutual labels:  spark, presto
Helk
The Hunting ELK
Stars: ✭ 3,097 (+630.42%)
Mutual labels:  spark, elasticsearch
Kyuubi
Kyuubi is a unified multi-tenant JDBC interface for large-scale data processing and analytics, built on top of Apache Spark
Stars: ✭ 363 (-14.39%)
Mutual labels:  spark, hive

Yanagishima Logo

Yanagishima is an open-source Web application for Presto, Hive, Elasticsearch and Spark.

Visit the official web site for more information.

CI YouTube Video

Build requirements

  • Java 11
  • Node.js

Quick Start

git clone https://github.com/yanagishima/yanagishima.git
cd yanagishima
git checkout -b [version] refs/tags/[version]
./gradlew distZip
cd build/distributions
unzip yanagishima-[version].zip
cd yanagishima-[version]
vim config/application.yml
nohup bin/yanagishima-start.sh >y.log 2>&1 &

see http://localhost:8080/

Stop

bin/yanagishima-shutdown.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].