Skip to content

Latest commit

 

History

History
97 lines (70 loc) · 4.35 KB

CONTRIBUTING.md

File metadata and controls

97 lines (70 loc) · 4.35 KB

Contributing to GeoMesa

Project Description

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

Eclipse Contributor Agreement

Before your contribution can be accepted by the project, you need to create an Eclipse Foundation account and electronically sign the Eclipse Contributor Agreement (ECA).

Developer Resources

GeoMesa code is hosted on GitHub, and the project is hosted at locationtech:

Issue Tracking

GeoMesa uses JIRA to track ongoing development and issues:

Building

See the instructions in the main README.

Contributing

GeoMesa uses git pull requests for contributions. To create a pull request, follow these steps:

  • Before starting work, reach out to the community via the developers list or on Gitter to ensure the contribution aligns with the project's goals.
  • Most contributions must reference a valid JIRA ticket, unless the change is very small. Sign up for an account at https://geomesa.atlassian.net/issues/?jql= and self-assign a ticket. Alternatively, contact the developers list about doing it for you.
  • Ensure that you have signed the Eclipse CLA with the email associated with your GitHub account: https://www.eclipse.org/legal/ECA.php
  • Fork the GeoMesa project on GitHub - go to https://github.com/locationtech/geomesa and click 'Fork'.
  • Create a branch on your forked project that contains your work. See 'Coding Standards', below.
  • Use GitHub to open a pull request against the locationtech GeoMesa repository - from your branch on GitHub, click 'New Pull Request'.
  • Respond to comments on your pull request as they are made.
  • When ready, your pull request will be merged by a GeoMesa committer.

Coding Standards

License and Copyright

GeoMesa is provided under the Apache 2 license, and any contributions must maintain this. To ensure proper licensing, source files must contain an appropriate license header. When a file is created or modified, the contributor should also indicate their copyright in the header. If copyright is not desired, the contributor may delegate the copyright to CCRi, as per the default header.

GeoMesa uses the License Maven Plugin to help manage copyright headers. This plugin runs as part of the default build, and will fail if any files do not contain a valid header. To add a new copyright owner, a template file can be placed under build/copyright/ and added to the <validHeaders> block in the root pom.xml.

Contact

Contact the GeoMesa developers via the developers mailing list:

For user information, use the users mailing list: