Skip to content

Instantly share code, notes, and snippets.

View Skyth3r's full-sized avatar
Converting caffeine to code

Akash Goswami Skyth3r

Converting caffeine to code
View GitHub Profile
@Skyth3r
Skyth3r / README.md
Created February 7, 2023 10:48 — forked from arussellsaw/README.md
Monzo Plus Grafana Dashboard

Monzo Plus Grafana Dashboard

Now that Monzo Plus is out, i thought i'd share how i've set up my personal budgeting dashboards using the Google Sheets export that i showed off in this tweet: https://twitter.com/arussellsaw/status/1283876210750230530?s=20

A quick note on cost, bigquery isn't free, but even with my Monzo transaction history, which i've had since 2016 (although the google sheets only goes as far as the prepaid->current account migration) the volume of data here is still so low that bigquery doesn't even appear on my GCP billing, as we're well below the 1tb billing threshold. That being said if you somehow misconfigure things, it's possible that you could incur billing costs, so it's worth being wary of that.

The sheets export automatically creates and updates a google sheet with each transaction, and luckily google BigQuery supports using a google sheet as an external table, so we can just query the sheet directly, and have it updated as new rows are add

Keybase proof

I hereby claim:

  • I am skyth3r on github.
  • I am akashgoswami (https://keybase.io/akashgoswami) on keybase.
  • I have a public key ASDBipzAswjZG5aPD0lGOyhAU_Y3yQm5KdR08dBUv9Ip1go

To claim this, I am signing this object:

@Skyth3r
Skyth3r / The Technical Interview Cheat Sheet.md
Last active January 4, 2017 13:49 — forked from tsiege/The Technical Interview Cheat Sheet.md
Technical interview cheat sheet, forked from TSiege, with my own notes here and there. Feel free to add anything

UPDATE

This file has been moved here