Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Current »

Currently targeting these changes for 1.2.4.

(see also: https://ccristudio.jira.com/browse/GEOMESASUP-934)

Specific Issues

Issue/improvementNotesPOC/LeadStatus
Retarget developer manual to contributing to GeoMesa itself

Follows example of other OS projects

Current stuff in developer manual should be moved into user manual, probably cleaned up/consolidated

  
Should user guide assume users are writing Java/Scala code? (Create separate system administrator guide?)   
Clarify which parts of data management chapter are Accumulo-specific   
Accumulo data store chapterCan use text from developer manual  
Kafka data store chapterCan use text from developer manual  
HBase/Google BigTable data store chapter   
Cassandra data store chapter   
Spark/StormEach has tutorials  
Blob storeDescribed a little bit in command-line tools  
Native API   
Stream data store   
StatsThe stats command line tools are in that section  
ETL and converter libraryREADME.md has more information than Sphinx docs  
Aggregation operations (e.g. heat maps), WPSMentioned in tutorials.  

Things that need to be documented

  • how to pass hints through geoserver viewparams parameter
  • hints to select query strategy
  • hints/system props to select cost strategy for selecting index
  • hints/system props to select exact count behavior
  • hints/system props to enable query timeouts
  • system prop for number of ranges that will be split into multiple queries
  • system prop for feature ID generation
  • batch writer config - org.locationtech.geomesa.accumulo.GeomesaSystemProperties.BatchWriterProperties
  • spark-sql, spark-sql rest API
  • BIN formats? enabling gzip for BIN format 
  • Index improvements per specific versions, how updating versions will only use index improvements for new schemas e.g. why should users migrate data
  • reserved keywords: GEOMESA-1229
  • loose bbox config and implications
  • query sampling
  • sft keywords for geoserver layers

Proposed docs architecture (chapters and sections)

  • Introduction
  • Architecture Overview
  • Installation and Configuration (comment: isn't this going to be mainly data store dependent?)
  • Accumulo Data Store
  • Kafka Data Store
  • HBase/BigTable Data Stores
  • Cassandra Data Store
  • Blobstore
  • Native API
  • Stats API
  • GeoServer
  • Command-line Tools
  • Data Management
  • Examples

Sphinx docs vs. READMEs

In many cases there is confusion as to where the definitive documentation for a particular module should be; in the case of the converter library, for example, the README.md is more detailed than the relevant  section in the Sphinx manual.

Possible solutions:

/opt/devel/src/geomesa/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/accumulo.scala

  • No labels