The easiest way to keep track of housing production in all of New York City's neighborhoods.
Access the dashboard: https://public.tableau.com/app/profile/luke.lavanway5938/viz/NYCOpenHousingMetricsDashboardpre-alphaversion/Sheet1#1
Questions or issues? Email luke (at) housingmetrics.nyc
- Clone the repo to your local machine.
- Install dependencies.
- Set up your dev database. definitions.py sets the BACKEND variable to 'duckdb' by default, which points Dagster to a DuckDB instance created on your machine. Run dagster dev from the terminal, then use the graphical webserver interface to materialize all assets. This creates a DuckDB instance on your machine where you can query all project assets.
- Make your changes and submit a pull request. If you are adding a data source, provide instructions on how to access the data source in the PR.
- For dashboard changes, clone the dashboard and send in the updated Tableau workbook.