Problem: Omegawiki's database layout ( http://www.omegawiki.org/Help:OmegaWiki_database_layout ) is incredibly complex and makes it tough to query the db.
This quick'n'dirty script imports the data into datomic. It aims to fully connect them with refs so that you can
walk along the entities just like clojure maps.
Once in Datomic the entire db is in memory and it's very easy to explore the db and also very fast.