[OSM-dev] osmo - Populate a MongoDB collection with OpenStreetMap data
Jeffrey Ollie
jeff at ocjtech.us
Wed Sep 14 13:48:23 BST 2011
On Sat, Sep 10, 2011 at 6:05 PM, Andreas Kalsch <andreaskalsch at gmx.de> 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
More information about the dev
mailing list