Skip to content

tranchis/osmongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osmongo

Tool that allows to convert OSM XML files into MongoDB databases, in Clojure. Invokable as a Java library.

To compile:

lein uberjar

To execute:

java -jar target/osmongo-0.1.0-SNAPSHOT-standalone.jar city-name http://username:password@mongoserver:port/database

Example:

java -jar target/osmongo-0.1.0-SNAPSHOT-standalone.jar Barcelona http://localhost/osm-barcelona

About

Tool that allows to convert OSM XML files into OSM databases, in Clojure. Invokable as a Java library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors