Skip to content

dragon9786/hermes

Repository files navigation

Hermes

Requirements

Heremes uses GeoMesa Library for Spatio Temporal indexing on top of Hbase

  • Install hbase from here
  • Set HBASE_HOME environment variable to your_download_path/bin
  • Run HBase in stand-alone mode.
  • Install zookeeper and start it by running zkServer start
  • Download GEOMESA and follow the instructions to copy the distributed runtime jar from here
  • Set GEOMESA_HOME environment variable to your_download_path_to_geomesa

Once you have everything installed set the following property in $HBASE_HOME/conf/hbase-site.xml

 <property>
    <name>hbase.coprocessor.user.region.classes</name>
    <value>org.locationtech.geomesa.hbase.coprocessor.GeoMesaCoprocessor</value>
  </property>

Restart Hbase by stpopping ans starting it, using $HBASE_HOME/bin/stop-hbase.sh and $HBASE_HOME/bin/stop-hbase.sh

Run make server on the root of this repo

References

Extended Contextual Query Language (was Common Query Language)

http://docs.geoserver.org/stable/en/user/filter/ecql_reference.html

Geomesa Hbase Quickstart

http://www.geomesa.org/documentation/tutorials/geomesa-quickstart-hbase.html å

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published