#
trino
Here are 35 public repositories matching this topic...
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
Nov 24, 2021 - JavaScript
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:) :-
Addax is an open source universal ETL tool that supports most of those RDBMS and NoSQLs on the planet, helping you transfer data from any one place to another.
mysql
java
database
influxdb
hive
hadoop
etl
clickhouse
excel
kudu
impala
oracle
db2
sqlserver
data-integrity
datax
trino
prestosql
addax
-
Updated
Nov 27, 2021 - Java
tozka
commented
Nov 11, 2021
What is the feature request? What problem does it solve?
We need to integrate some static code analysis in order to be able to better ensure code quality and security.
Suggested solution
In the current Github Org SonarCloud and/or Codecov are approved so we should use one (or both) of them.
Additional context
This also was found as a gap in the evaluation https://bestpracti
Trino plugin for logging query events into a separate log file.
-
Updated
Mar 27, 2021 - Java
Trino (f.k.a PrestoSQL) dialect for SQLAlchemy.
-
Updated
Nov 26, 2021 - Python
ClickHouse connector both for PrestoSQL and Trino
-
Updated
Mar 3, 2021 - Java
some useful User Defined Functions(UDF) for both PrestoSQL and TrinoDB
-
Updated
Nov 23, 2021 - Java
A list of Presto/Trino resources
data-science
sql
database
big-data
presto
analytics
cross-database
distributed-database
query-engine
federation
prestodb
trino
presto-plugin
presto-connector
federated-query
cross-join
prestosql
federated-query-processing
trino-plugin
trinodb
-
Updated
Oct 29, 2021
Trino with the Aeropsike connector Docker Image
-
Updated
Nov 3, 2021 - Shell
Deploying an analytics platform on kubernetes cluster
-
Updated
Mar 31, 2021 - Dockerfile
Data platform to build batch and real-time ETL flows using only open source technologies.
-
Updated
Nov 25, 2021 - Python
Trino Community Connector for Google Data Studio
-
Updated
Nov 15, 2021 - JavaScript
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
-
Updated
Nov 26, 2021 - Java
Get column-level lineage from Presto SQL Views
graphviz
parser
sqlalchemy
sql
presto
view
antlr
pandas
python3
atlas
lineage
prestodb
trino
presto-plugin
antlr4-python3
pyhive
amundsen
prestosql
marquez
trino-plugin
-
Updated
Sep 2, 2021 - Python
Trino helm chart with metastore service
-
Updated
May 7, 2021 - Smarty
trino loadbalancer
-
Updated
Oct 31, 2021 - Go
Improve this page
Add a description, image, and links to the trino topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trino topic, visit your repo's landing page and select "manage topics."


We should use
MockConnectorto simulate connector that support missing columns on insert and test if row filtering is properly handled if columns are missing during the insert but used in row filters.Related to: #10006 and #10005