#
presto
Here are 158 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
Feb 4, 2022 - Java
ebyhr
commented
Jan 31, 2022
The current test TestCassandraConnectorTest has some issues:
- Unrelated types in a table
- The definition and data are managed in the different class
- Less coverage in a type
It would be nice to introduce type mapping tests.
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
Dec 30, 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
Jan 30, 2022 - Java
Python interface to Hive and Presto. 🐝
-
Updated
Jan 20, 2022 - Python
sim-wangyan
commented
Oct 14, 2020
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
EvgSkv
commented
Apr 17, 2021
It would be great to do a somewhat rigorous analysis of whether there are performance issues when query is written in Logica vs SQL.
50+ DockerHub public images for Docker & Kubernetes - DevOps, GitHub Actions, CircleCI, Jenkins, TeamCity, Alpine, CentOS, Debian, Fedora, Ubuntu, Hadoop, Kafka, ZooKeeper, HBase, Cassandra, Solr, SolrCloud, Presto, Apache Drill, Nifi, Spark, Consul, Riak
linux
docker
kubernetes
devops
kafka
spark
cassandra
presto
hadoop
rabbitmq
consul
solr
hbase
zookeeper
nagios-plugins
dockerhub
nifi
rabbitmq-cluster
apache-drill
solrcloud
-
Updated
Feb 3, 2022 - 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
Dec 26, 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
Feb 2, 2022 - 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
Feb 3, 2022 - 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
Feb 3, 2022 - Scala
Multiple node presto cluster on docker container
-
Updated
Nov 28, 2021 - Makefile
A tool based on presto using sql to query the resources of kubernetes, such as pods, nodes and so on.
-
Updated
Dec 9, 2021 - Java
Query any data source using SQL, works with the local filesystem, s3, and more. It should be a very tiny and lightweight alternative to AWS Athena, Presto ... etc.
-
Updated
Jan 20, 2022 - Go
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
Nov 17, 2021 - HCL
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