Skip to content

nubiofs/accumulo-gis-comparison

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Geolife ingest with GeoWave

# download geolife
./geolife/get-data.sh

# bring up the cluster
docker-compose up

# set up geowave
./scripts/install-geowave.sh geowave

# carry out ingest
docker exec -it \
  mesawavecomparison_geodocker-accumulo-master_1 \
  bash -c "/tmp/ingest.sh"

NOTE: to take down the cluster, run make clean. This will destroy containers and delete their volumes.

About

use geodocker-cluster to compare geomesa and geowave

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 88.6%
  • Makefile 11.4%