Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sumerman/calcite-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Calcite RelBuilder playground

How to run

  • docker build -t foodmart . to build a container with PostgreSQL database and Foodmart dataset data upload scripts.
  • docker run --rm -ti -p5432:5432 foodmart to run a disposable instance of that container that loads Foodmart data when started.
  • wait until the data is loaded (the container outputs PostgreSQL init process complete; ready for start up.).
  • sbt test runs SQL vs RelBuilder test.
  • sbr run runs just RelBuilder-based queries and outputs results.

About

Building queries with RelBuilder of Apache Calcite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published