Giter Site home page Giter Site logo

donrv / geomesa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from locationtech/geomesa

0.0 2.0 0.0 38.79 MB

GeoMesa is a suite of tools for working with big geo-spatial data in a distributed fashion.

Home Page: https://www.locationtech.org/projects/technology.geomesa

License: Apache License 2.0

Shell 1.91% Scala 96.05% Java 1.95% Scheme 0.03% JavaScript 0.01% R 0.05%

geomesa's Introduction

GeoMesa is an open source suite of tools that enables large-scale geospatial querying and analytics on distributed computing systems. GeoMesa provides spatio-temporal indexing on top of the Accumulo, HBase, Google Bigtable and Cassandra databases for massive storage of point, line, and polygon data. GeoMesa also provides near real time stream processing of spatio-temporal data by layering spatial semantics on top of Apache Kafka. Through GeoServer, GeoMesa facilitates integration with a wide range of existing mapping clients over standard OGC (Open Geospatial Consortium) APIs and protocols such as WFS and WMS. GeoMesa supports Apache Spark for custom distributed geospatial analytics.

LocationTech GeoMesa is a member of the LocationTech working group of the Eclipse Foundation.

Join the Community

Documentation

Downloads

Current release: 1.3.0

     Accumulo | Kafka 0.8 | Kafka 0.9 | Kafka 0.10 | HBase | Cassandra | Source

Development version: 1.3.1-SNAPSHOT   Build Status

NOTE: The current recommended version is 1.2.7.2

Upgrading

To upgrade between minor releases of GeoMesa, the versions of all GeoMesa components must match.

This means that the version of the geomesa-accumulo-distributed-runtime JAR installed on Accumulo tablet servers must match the version of the geomesa-accumulo-gs-plugin JAR installed in the WEB-INF/lib directory of GeoServer.

Maven Integration

GeoMesa artifacts are published to the LocationTech Maven repository. To include GeoMesa in your project, add the following repositories to your pom:

<repositories>
  <repository>
    <id>locationtech-releases</id>
    <url>https://repo.locationtech.org/content/groups/releases</url>
    <snapshots>
      <enabled>false</enabled>
    </snapshots>
  </repository>
  <repository>
    <id>boundlessgeo</id>
    <url>http://repo.boundlessgeo.com/main</url>
  </repository>
  <repository>
    <id>osgeo</id>
    <url>http://download.osgeo.org/webdav/geotools</url>
  </repository>
  <repository>
    <id>conjars.org</id>
    <url>http://conjars.org/repo</url>
  </repository>
</repositories>

For snapshot integrations use:

  <repository>
    <id>geomesa-snapshots</id>
    <url>https://repo.locationtech.org/content/repositories/geomesa-snapshots</url>
    <releases>
      <enabled>false</enabled>
    </releases>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
  </repository>

Building from Source

Requirements:

Use git to download the source code. Navigate to the destination directory, then run:

git clone [email protected]:locationtech/geomesa.git
cd geomesa

The project is managed by Maven. To build, run:

mvn clean install

Alternatively, the build/mvn script is a wrapper around Maven that builds the project using the Zinc incremental compiler, which can significantly decrease build times:

build/mvn clean install

Scala 2.10 Support

GeoMesa uses Scala 2.11 by default. To build for Scala 2.10, run:

build/change-scala-version.sh 2.10

This will update the project poms to publish artifacts with a _2.10 suffix. Then build normally using maven.

geomesa's People

Contributors

elahrvivaz avatar jahhulbert-ccri avatar jnh5y avatar anthonyccri avatar aheyne avatar mdzimmerman avatar andrewannex avatar cne1x avatar tkunicki avatar dmcwhorter avatar hunter-ccri avatar cfkelly avatar ronq avatar ddseapy avatar atallahhezbor avatar ericstalbot avatar mmatz-ccri avatar wjp22903 avatar mm64z avatar jdk2pq avatar jwkessi avatar moradology avatar vpipkt avatar jakekurzer avatar apc3n avatar asteinwedel avatar mbeebe81 avatar therobn avatar andertadashi avatar willmorrison avatar

Watchers

dvr avatar  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.