17. GeoMesa ConvertΒΆ
GeoMesa Convert is a configurable and extensible library for converting data into GeoTools SimpleFeature
s,
which can then be written to GeoMesa. The convert library is the easiest way to ingest data into
GeoMesa, and ships with the GeoMesa command-line tools. Data types are defined in the JSON-like
HOCON format, which allows for ingesting a wide
variety of data without any custom code.
Converter definitions are provided out-of-the-box for some common open-source data sets, including Twitter and GDELT; see Prepackaged Converter Definitions for details.
- 17.1. Converter Basics
- 17.2. Parsing and Validation
- 17.3. Delimited Text Converter
- 17.4. JSON Converter
- 17.5. XML Converter
- 17.6. Avro Converter
- 17.7. Fixed-Width Text Converter
- 17.8. JDBC Converter
- 17.9. Using Caches for Enrichment
- 17.10. Prepackaged Converter Definitions
- 17.11. Transformation Function Overview
- 17.12. Transformation Function Usage
- 17.13. Using SFT and Converter Definitions with Command-Line Tools
- 17.14. Loading Converters and SFTs at Runtime
- 17.15. Extending the Converter Library