v1.0.0

geowave-icon-logo-cropped-v2

GeoWave Standalone Installer

Introduction

The Standalone Installer is designed to allow a user to run end-to-end tests of the GeoWave capabilities on a personal computer. GeoWave’s primary strength is with massive datasets that would typically require a distributed cluster of computers. While GeoWave supports a number of key/value data stores, the installer only bundles embedded versions of Redis, RocksDB, Apache HBase™ and Apache Accumulo™.

redis rocksdb hbase accumulo-logo

The Standalone installer uses Install4J to build multi-platform installers. Installation requires ~900Mb of disk space and 8Gb of memory.

After you have successfully installed GeoWave, you can proceed to the walkthough demos.

Running the Embedded Stores

Before diving into the demo links, you will need to start up the store of your choosing.

  1. Redis

    geowave util redis run -m 2048M
  2. RocksDB

    RocksDB is file based and does not run as a service

  3. HBase

    1. Apache™ Hadoop® for Windows

      1. Download the Hadoop binaries for Windows https://github.com/steveloughran/winutils/tree/master/hadoop-2.8.3/bin

      2. Set HADOOP_HOME as a global environment variable

    geowave util hbase run
  4. Accumulo

    geowave util accumulo run