Skip to content

Canner/wren-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canner Metric Layer (CML)

This project is a metric layer framework which follow Postgres Wire Protocol to communicate with its client. Its codebase is based on Trino project and the part of Postgres Wire Protocol in CrateDB project.

How to build

mvn clean install -DskipTests

How to Run

Required Configuration

  • etc/config.properties
bigquery.project-id=         # The target bigQuery project
bigquery.credentials-key=    # based 64 credentials key
bigquery.location=           # BigQuery execution region
  • VM options
-Dconfig=etc/config.properties   # the path of config file