Tagged in

App Engine

The Infinite Machine
The Infinite Machine
Idiosyncratic Incantations in Python for Google App Engine
More information
Followers
118
More, on Medium

Note: Now find the make_flash() function in im-util, repo is here: https://github.com/emlynoregan/im_util

Flash! Calculating a Function/Lambda Hash in Python


Note: You should now use the python package https://pypi.org/project/im-debouncedtask/ to use @debouncedtask. The repo is here: https://github.com/emlynoregan/im_debouncedtask

Rage Alert and @debouncedtask

A Trump Rage Tweet Early Warning System using…


Dude, I sharded (part 2)

In the last article I talked in depth about ndb Keys, entity groups, ancestor queries, and all that; so much that maybe we all forgot why?

Why we care about ndb Keys is that they are always present as the handle to an ndb object, and they are ordinal (albeit…


Are you the Keymaster?

In the last article I showed how you can use adaptive sharding (Sharding Inception!) and @task to visit n Datastore…