I hereby claim:
- I am abe-winter on github.
- I am abewinter (https://keybase.io/abewinter) on keybase.
- I have a public key ASBsIGpW6_UrFG6AODW7cmyIFAkri1Mf4Aj3MgZvUPEp1Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "type": "script", | |
| "description": "otter-export", | |
| "store": {}, | |
| "modes": [ | |
| 3 | |
| ], | |
| "usageCount": 35, | |
| "prompt": false, | |
| "omitTrigger": false, |
Peewee orm has built-in migration but it is not full-featured as of peewee 3.16.0.
It's missing:
These are my future-reference notes to myself documenting the minimal thing I built to solve the first problem above.
| loop.cpython-310-x86_64-linux-gnu.so: loop.pyx | |
| cythonize -i $^ |
Apparently a GKE cluster costs $75 a month; this is the most expensive component of the cloud bill for my side project. There is a free tier ... but I recently learned it only applies to zonal clusters, not regional clusters. Much to my chagrin. The pricing docs are very unclear.
So I moved from a regional cluster to a zonal cluster. If you know kube at all you know this is not the kind of thing kube makes easy.
Hard parts about this: