Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iag-geo/geomesa-tools
A set of tools for getting GeoMesa up and running
https://github.com/iag-geo/geomesa-tools
Last synced: 3 months ago
JSON representation
A set of tools for getting GeoMesa up and running
- Host: GitHub
- URL: https://github.com/iag-geo/geomesa-tools
- Owner: iag-geo
- License: apache-2.0
- Created: 2018-06-01T10:06:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T23:33:57.000Z (over 4 years ago)
- Last Synced: 2024-05-31T20:59:23.823Z (6 months ago)
- Language: Shell
- Size: 112 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# geomesa-tools
A set of tools for getting started with [GeoMesa](http://www.geomesa.org/)
## Install Guides
Code and (relatively) simple guides for installing & running GeoMesa
### GeoMesa Spark
#### AWS Elastic Map Reduce Cluster
Contains install scripts and a Python script for loading, converting & querying [GDELT](https://www.gdeltproject.org/) data in S3 using GeoMesa on Spark. Outputs data to your S3 bucket.
[aws_emr_installer](https://github.com/iag-geo/geomesa-tools/tree/master/spark/aws_emr_installer)
#### Standalone on Mac
Similarly, contains install scripts and a Python script for loading, converting & querying GDELT data in S3 using GeoMesa on Spark. Outputs data to your local disk.
[spark_mac_installer](https://github.com/iag-geo/geomesa-tools/tree/master/spark/mac_installer)
### GeoMesa Kafka
#### Standalone on Mac
Similarly, contains install scripts and a Python script for loading, converting & querying GDELT data in S3 using GeoMesa on Spark. Outputs data to your local disk.
[kafka_mac_installer](https://github.com/iag-geo/geomesa-tools/tree/master/kafka/mac_installer)