#
presto
Here are 151 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
Aug 14, 2021 - Java
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
Aug 10, 2021 - JavaScript
electrum
commented
Aug 5, 2021
If the --server
option is used without a protocol, then it should use https
when on port 443. For example, these invocations would be equivalent, with the first one having the new behavior:
trino --server example.net:443
trino --server https://example.net:443
trino --server https://example.net
This will make the CLI consistent with the JDBC driver in this regard. While it's t
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
Aug 12, 2021 - Scala
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
Aug 11, 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
Jul 23, 2021 - Shell
Presto Ethereum Connector -- SQL on Ethereum
-
Updated
Apr 24, 2019 - Java
low-code business intelligence tool, open-source Looker alternative
mysql
bigquery
big-data
spark
presto
hive
athena
analytics
clickhouse
postgresql
business-intelligence
redshift
-
Updated
Aug 11, 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
May 1, 2021 - Go
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.
mysql
redis
elasticsearch
cassandra
presto
influxdb
hive
hadoop
nosql
cloudera
postgresql
hbase
prometheus
zookeeper
haproxy
opentsdb
hortonworks
apache-drill
solrcloud
mapr
-
Updated
Jul 27, 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
Aug 14, 2021 - Scala
Multiple node presto cluster on docker container
-
Updated
May 29, 2021 - Makefile
A tool based on presto using sql to query the resources of kubernetes, such as pods, nodes and so on.
-
Updated
Mar 31, 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
May 21, 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
If I pass 'Next 7 days' into the dateRange in query, the response is not a range over the next 7 days but only the day IN 7 days.
To Reproduce
Steps to reproduce the behavior: