created export function to save places and tracks to mongodb
hey, i dachte mir es wäre cool alle diese orte und tracks in einer mongodb zu speichern und dann im editor cool zu visualisieren. also hab ich heute einmal einen export in eine mongodb geschrieben. ist zwar alles noch nicht ganz so 'magisch' aber das gehört noch refactored ;)
Find ich gut, hatte parallel auch schon mit nem MongoDB-Export und so rumgespielt, hatte aber noch keine coole Idee für eine Visualisierung, bin also gespannt drauf, was du vorhast. Wenn du den MongoDB-Connectionstring noch konfigurierbar machst, merge ich es :D
hab das nun ins config file gezogen. aber im init prozess fehlt es noch ;)
Translation:
hochitom commented on Jul 4, 2013 hey, i thought it would be cool Everywhere these and save tracks in a MongoDB and then visualize cool in the editor. So I've now even an export written in a MongoDB. Although everything is not quite as 'magical' but that's still refactored) hochitom added some commits on Jul 4, 2013 added mongoose module, created Exportfunction to save places to Mogodb 270d4c1 saves tracks to mongodb 17b200e pwaldhauer Owner pwaldhauer commented on Jul 4, 2013 Sounds cool, had parallel already played around with NEM MongoDB export and so, but have not had a cool idea for a visualization, so I'm excited it, what you're planning. If you make the MongoDB connection string still configurable, I merge it: D moved mongo connection to config file 2edb8f2 hochitom hochitom commented on Jul 4, 2013 have now moved into the config file. but the init process is still lacking
Argh. Can this still work?!