﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
557	RIP out Mongo support	spaetz		"Now that we have transitioned from Mongo to SQL, and sqlalchemy is providing our database abstraction, it does not make lots of sense to abstract away the database abstraction layer.

I seriously suggest ripping out Mongo. I have actually done that with no ill side-effects (besides not supporting Mongo anymore) in this branch:

'''WIP/RIP_mongo''' repo: git://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin.git

This leads to quite some code simplification:
{{{
45 files changed, 1518 insertions(+), 3107 deletions(-)
}}}
the removing of an additional lookup layer and possibilities for further optimizations. (Such as transitioning away from the mongo-style alias ""_id"" to the ""id"" field that we actually use)"	task	closed	major		programming	fixed	bitesized		
