Skip to content
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

Clean up a little. #12

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
## firearms facts website
## Mass Murder Canada Website

[https://www.massmurdercanada.org/](https://www.massmurdercanada.org/)

### GOALS

1. Show this data in a more complete format: https://bit.ly/canadian-multiple-murders
2. Be able to search and show summaries: by province, by City, same tabs as in the spreadsheet
1. Show this data in a more complete format: https://bit.ly/canadian-multiple-murders
2. Partial ✅ Be able to search and show summaries: by province, by City, same tabs as in the spreadsheet
3. Show graphs of data across time.
4. Grab web page data and store in DB.
4. Grab web page data and store in DB.
5. Summaries of web pages by OpenAI.
6. Summarize ALL of the news articles for a particular record.
7. Store in Postgres.
8. Served by Cloudflare.
9. Import spreadsheet via CSV.
10. Use some of the new Golang patterns I've been learning.
7. Store in ~Postgres~ SQLite.
8. Served by Cloudflare.
9. Import spreadsheet via CSV.
10. Use some of the new Golang patterns I've been learning.

### TODO
- [x] Add logger to config
Expand Down Expand Up @@ -81,6 +83,4 @@
- [ ] Make it actually be organized/designed?
- [ ] Add Search?
- [ ] https://echo.labstack.com/cookbook/graceful-shutdown/
- [ ] Might need to do some more performance tuning once we have more traffic.

And much, much more.
- [ ] Might need to do some more performance tuning once we have more traffic.