Skip to content

MapQuest/mapquest-osm-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is an experimental implementation of an API service that supports a (read-only) subset of the OSM v0.6 API.

The goal for this project is to explore an implementation of the OSM API built over a distributed key/value store (i.e., a "NoSQL" backend). The service has been designed to be easy to scale horizontally.

The implementation currently uses Membase for the data store; however its design should work with other key/value systems.

Current Status

This repository contains a working snapshot of the service. The server only supports read queries on map data.

Further Information

Information on how to use this software package may be found in the project's documentation.

About

A scalable OpenStreetMap API server built over a distributed key/value store.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages