Skip to content
Discussion options

You must be logged in to vote

As to your other questions…

How do I set it up so I'm not git tracking the giant .parquet file?

You can add a file to your .gitignore file if you want to avoid adding it to your repository, as we do here:

docs/fhvhv_tripdata_2025-06.parquet

(You could also put the large file into the .observable/cache file where it can live alongside the cached query results, and just be careful not to accidentally delete it.)

I don't see the database file within the notebook-kit repo. So are you storing the file locally, running the notebook, then deploying the results? Is GitHub Actions doing the query for you? This might be related to cachi…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@zachbogart
Comment options

Comment options

You must be logged in to vote
4 replies
@zachbogart
Comment options

@mbostock
Comment options

@zachbogart
Comment options

@zachbogart
Comment options

Answer selected by mbostock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants