On Sat, Sep 10, 2011 at 6:05 PM, Andreas Kalsch <[email protected]> wrote: > Probably this is useful for you, too, so let me announce osmo, a performant > way to populate MongoDB with OSM data: https://github.com/akidee/osmo > > Please give me some feedback, or you even want to contribute.
I've been working on something similar, except in Python. One thing that I thought about as I was looking at the document structure you were using would be to include the version in the primary key. That would allow you to have the full history of an object in the database if you wanted. It would complicate queries though so perhaps it would best be left as an optional feature. -- Jeff Ollie _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

