Archive for the ‘links’ Category

What Does A WebOb App Look Like?

Linked on Mar 13 at 6:04

I actually had been wondering what a WebOb app would look like after reading one of Ian Bicking’s posts where he handled a form using it. Here’s a more detailed example, and it looks fantastic in its simplicity.

One thing I don’t like about Pylons is all the code it generated and put in my … Read more

Real-world benchmarking of key/value stores

Linked on Mar 11 at 7:22

I’ve been involved with some heavy data mining, storage and analysis. We’re currently using MongoDB (not my choice) but I’m considering moving to something faster. Queries on large collections are taking a long time, even with indexing. I’m sure I can optimize it further, but it might still be a problem later. Thankfully, Pete Warden … Read more