Giter Site home page Giter Site logo

rybruscoe / geodocker-geomesa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from geodocker/geodocker-geomesa

1.0 0.0 0.0 21.32 MB

Containers for GeoMesa enable Accumulo

Makefile 1.59% Shell 3.58% Jupyter Notebook 4.20% CSS 3.15% JavaScript 87.16% Python 0.32%

geodocker-geomesa's Introduction

GeoDocker Geomesa

Pre-built images are available on quay.io.

To create a GeoMesa Accumulo instance, clone the repo and execute the following commands:

$ cd geodocker-accumulo-geomesa
$ docker-compose up

This will create a small cluster consisting of HDFS, Zookeeper, Accumulo and GeoServer. The GeoMesa distributed-runtime jar is installed in the Accumulo classpath. The GeoMesa command line tools are installed in the Accumulo master instance under /opt/geomesa/.

Accumulo is available on the standard ports, and GeoServer is available on port 9090.

Image Versions

The images used are specified in docker-compose.yml.

By default, images from quay.io are used, but you may modify the file to point to local images or another repository.

Quick Start

To connect to the Accumulo master instance, run:

$ docker exec -ti geodockeraccumulogeomesa_accumulo-master_1 /usr/bin/bash

To ingest some sample data, use the GeoMesa command line tools:

$ cd /opt/geomesa/bin
$ ./geomesa-accumulo ingest -C example-csv -c example -u root -p GisPwd -s example-csv ../examples/ingest/csv/example.csv

To export data:

$ ./geomesa-accumulo export -c example -u root -p GisPwd -f example-csv

To view data in GeoServer, go to http://localhost:9090/geoserver/web, login with admin:geoserver, click 'Stores' in the left gutter, then 'Add new store', then Accumulo (GeoMesa). Use the following parameters:

  • accumulo.instance.id = accumulo
  • accumulo.zookeepers = zookeeper
  • accumulo.user = root
  • accumulo.password = GisPwd
  • accumulo.catalog = example (from the ingest command above)

Click 'save'. You should see the 'example-csv' layer available to publish.

geodocker-geomesa's People

Contributors

elahrvivaz avatar jnh5y avatar anitagraser avatar anthonyccri avatar gdooper avatar rybruscoe avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.