An open API service indexing awesome lists of open source software.

https://github.com/anton-johansson/geospatial-mongodb-vs-elasticsearch

Performance tests for geospatial indexing using both MongoDB and Elasticsearch.
https://github.com/anton-johansson/geospatial-mongodb-vs-elasticsearch

Last synced: 6 months ago
JSON representation

Performance tests for geospatial indexing using both MongoDB and Elasticsearch.

Awesome Lists containing this project

README

          

# Geospatial indexing, MongoDB versus Elasticsearch

Contains tools for performance testing geospatial indexing and querying using both MongoDB and Elasticsearch.

## Prerequisites

The performance test utilizies ```docker``` to set up the various databases before it performs queries against them. Therefor, to be able to run the performance tests, make sure ```docker``` is installed on the local machine.