Here is a handy script I’ve been using for MongoDB to retrieve a list of all the fields used in a collection. This uses a map/reduce routine and has to comb over all the documents in a collection so you may want to exercise caution when using this script. // […]
scripting
Here are some helpful resources if you are looking to learn Python. Google I/O 2008 – Painless Python Part 1 of 2 Google I/O 2008 – Painless Python Part 2 of 2 Dive Into Python (excellent reference)