-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to handle venue name changes... #540
Comments
I like #289 to solve this - a good database schema would allow venue names to change, as the relationships would be via the venue id. sqlite is a good solution, as it can be committed to github and used during github pages generation. |
Thanks @jjulian! I am increasingly drawn to SQLite as an easy way to get some real DB features... but as I'm still learning my way around Gatsby, I'm nervous about configuring Gatsby to pull the data out of SQLite. (Also I'm a major version behind on Gatsby... 😞) |
I'm new to gatsby as well, but I do have experience modelling relational databases and querying with SQL. I found gatsby plugin gatsby-source-sqlite that may work well to use sqlite as a data source.
|
The change in data entry will not be a big deal; the current data is already structured similarly to a relational database. Currently I use Google Sheets (with a custom view to check my work) and export to multiple CSV files; using SQLite will likely save time there. GraphQL is one of the technologies here that's new to me. It's hooked up now, but the sources are those CSV files, and it isn't doing anything Real, just selecting all data per file, and then letting app code be responsible for filtering it. My plan is to...
|
e.g. Blue Hills Bank Pav is now called Leader Bank Pav
The text was updated successfully, but these errors were encountered: