#
presto
Here are 155 public repositories matching this topic...
Alluxio, data orchestration for analytics and machine learning in the cloud
spark
presto
hadoop
tensorflow
data-analysis
alluxio
memory-speed
data-orchestration
virtual-distributed-filesystem
-
Updated
Oct 19, 2021 - Java
findepi
commented
Sep 6, 2021
With Hive connector
trino:default> CREATE TABLE one (a varchar);
-> CREATE VIEW two AS SELECT * FROM one;
CREATE TABLE
CREATE VIEW
DROP TABLE is rejected on a view:
trino:default> DROP TABLE two;
Query 20210906_150832_00015_id3y3 failed: line 1:1: Table 'hive.default.two' does not exist, but a view with that name exists. Did you mean DROP VIEW hive.default.t
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, ClickHouse, Trino, Presto, SAP HANA, Cassandra, Snowflake, BigQuery, SQLite, and more with ODBC
mysql
bigquery
postgres
sql-server
cassandra
presto
clickhouse
odbc
snowflake
data-visualization
data-analysis
sap-hana
sql-editor
vertica
crate-io
trino
sqlpad
-
Updated
Oct 18, 2021 - JavaScript
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.
sql
spark
presto
hive
storage
jdbc
rest-api
engine
impala
pyspark
udf
thrift-server
resource-manager
jobserver
application-manager
livy
hive-table
linkis
context-service
scriptis
-
Updated
Oct 19, 2021 - Java
sim-wangyan
commented
Oct 14, 2020
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
Python interface to Hive and Presto. 🐝
-
Updated
Oct 5, 2021 - Python
RAbraham
commented
Jul 25, 2021
Hi,
%%logica Engineers
@Engine("sqlite");
Employee(name: "Alice", role: "Product Manager");
Employee(name: "Bob", role: "Engineer");
Employee(name: "Caroline", role: "Engineer");
Employee(name: "David", role: "Data Scientist");
Employee(name: "Eve", role: "Data Scientist");
Engineers(..r) :- Employee(..r), r.role == "Engineer"; # <====== This fails
# Engineers(name:, role:) :-
50+ DockerHub public images for Docker & Kubernetes - Hadoop, Kafka, ZooKeeper, HBase, Cassandra, Solr, SolrCloud, Presto, Apache Drill, Nifi, Spark, Consul, Riak, TeamCity and DevOps tools built on the major Linux distros: Alpine, CentOS, Debian, Fedora, Ubuntu
linux
docker
kubernetes
devops
kafka
spark
cassandra
presto
hadoop
rabbitmq
consul
solr
hbase
zookeeper
nagios-plugins
dockerhub
nifi
rabbitmq-cluster
apache-drill
solrcloud
-
Updated
Oct 1, 2021 - Shell
Presto Ethereum Connector -- SQL on Ethereum
-
Updated
Apr 24, 2019 - Java
Low-code metrics store, modern open-source alternative to Looker
mysql
bigquery
data-science
machine-learning
sql
big-data
spark
presto
hive
athena
analytics
clickhouse
postgresql
datascience
business-intelligence
redshift
-
Updated
Oct 8, 2021 - JavaScript
Go package to read and write parquet files. parquet is a file format to store nested data structures in a flat columnar data format. It can be used in the Hadoop ecosystem and with tools such as Presto and AWS Athena.
-
Updated
Oct 11, 2021 - Go
80+ HAProxy Configs for Hadoop, Big Data, NoSQL, Docker, Kubernetes, Elasticsearch, SolrCloud, HBase, MySQL, PostgreSQL, Apache Drill, Hive, Presto, Impala, Hue, ZooKeeper, SSH, RabbitMQ, Redis, Riak, Cloudera, OpenTSDB, InfluxDB, Prometheus, Kibana, Graphite, Rancher etc.
mysql
redis
elasticsearch
cassandra
presto
influxdb
hive
hadoop
nosql
cloudera
postgresql
hbase
prometheus
zookeeper
haproxy
opentsdb
hortonworks
apache-drill
solrcloud
mapr
-
Updated
Oct 1, 2021 - Shell
A framework for rapid reporting API development; with out of the box support for high cardinality dimension lookups with druid.
scala
sql
big-data
presto
hive
analytics
postgresql
oracle
druid
api-framework
star-schema
druid-lookups
druid-manager
-
Updated
Oct 18, 2021 - Scala
Multiple node presto cluster on docker container
-
Updated
Aug 27, 2021 - Makefile
A tool based on presto using sql to query the resources of kubernetes, such as pods, nodes and so on.
-
Updated
Oct 12, 2021 - Java
Terraform module to provision an Elastic MapReduce (EMR) cluster on AWS
emr
spark
presto
hive
hadoop
terraform
terraform-modules
emr-cluster
terraform-module
emrfs
terraform-aws
emr-notebooks
hcl2
-
Updated
Oct 18, 2021 - HCL
-
Updated
Mar 30, 2021 - Go
SQL Parser derived from Presto, written in Python with the PLY framework
-
Updated
Aug 18, 2017 - Python
Improve this page
Add a description, image, and links to the presto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the presto topic, visit your repo's landing page and select "manage topics."
Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
So "date_from" <> date_from
To Reproduce
Steps to reproduce