TheDataStation / ver

Data Discovery Tools and Systems
MIT License
6 stars 10 forks source link

Added quick start guide using Dockerfile from PR #57 #60

Closed kevindharmawan closed 11 months ago

kevindharmawan commented 1 year ago

IMPORTANT: This PR is based on #57. When merging, please merge that first before this PR.

This PR changed the dataset directory input from predefined to argument in the Dockerfile. But, the current end-to-end quickstart still use predefined dataset path when materializing the views (that will cause error if the Dockerfile is not using the default value for dataset directory argument). So, I left the argument feature as a hidden feature (not listed in the quick start guide).