Home
Softono

Osmose Backend

Open source Python
110
Stars
127
Forks
253
Issues
10
Watchers
3 months
Last Commit

 About Osmose Backend

Part of osmose that runs the analysis, and send the results to the frontend.

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Osmose Backend?

We provide expert installation service for this software. Our team will install, configure, and secure Osmose Backend on your server. plans start at just $30.

Osmose Backend

View on GitHub

Backend part of the Osmose QA tool

This is the part of Osmose which analyses OSM and sends the results to the frontend. This works as follows:

  • an .osm.pbf extraction is downloaded
  • analyses are run directly on the .osm.pbf file, or on the database
  • results of the analyses are uploaded to the frontend
  • by default, the database is purged

Analysers can be build in many ways:

Installation

The default way to setup Osmose Backend is through Docker. Look at the docker/README.md.

You can also install manually on a debian distribution INSTALL.md.

Run

Look at the osmose_run.py help for options

osmose_run.py -h

Contributing

Setup a Docker install and follow the "Develop on Osmose with docker" guide.

Read the additional contribution guidelines.