Skip to content

Latest commit

 

History

History

playground1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Playground 1 - Basic VulcanSQL project with MoMA dataset

This project contains these resources for testing your development:

  • Latest VulcanSQL packages that are built from local files.
  • Basic VulcanSQL configuration.
  • In-memory data warehouse - DuckDB and its driver.
  • Testing data: The Museum of Modern Art (MoMA).

Install

$ cd ./lab/playground1
$ yarn
$ make
  • This command installs VulcanSQL CLI too, you can use vulcan start instead of make if the source codes aren’t changed.

Testing Data

After installation, you can find artists.csv and artworks.csv under folder test-data. They are the data we used for this playground. You can also access the data base via DuckDB CLI: duckdb ./test-data/moma.db

Examples

We provide some examples in the examples folder to show how to configured your Vulcan API