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.
- Host: GitHub
- URL: https://github.com/anton-johansson/geospatial-mongodb-vs-elasticsearch
- Owner: anton-johansson
- License: apache-2.0
- Created: 2016-07-26T20:23:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-30T12:31:19.000Z (over 9 years ago)
- Last Synced: 2024-12-26T23:43:49.243Z (12 months ago)
- Language: Java
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.