[
https://issues.apache.org/jira/browse/NIFI-9259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457385#comment-17457385
]
ASF subversion and git services commented on NIFI-9259:
-------------------------------------------------------
Commit 24422c4ec8910aa3360d5521a744c87901f3635e in nifi's branch
refs/heads/main from Mikayla Yang
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=24422c4 ]
NIFI-9259: Adding GeohashRecord Processor (#5476)
> Adding GeohashRecord Processor
> ------------------------------
>
> Key: NIFI-9259
> URL: https://issues.apache.org/jira/browse/NIFI-9259
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Mikayla Yang
> Assignee: Mikayla Yang
> Priority: Minor
> Fix For: 1.16.0
>
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
> Geohash can be used as unique identifiers for geospatial data and is widely
> used in indexing for efficient spatial queries such as range queries and
> nearby searches.
> We hope to add this new feature to help NiFi users encode latitude/longitude
> values into Geohash, and decode Geohash into latitude/longitude coordinates.
> Specifically, we want to add a record-based processor called GeohashRecord
> along with expression language functions. The record-based processor can be
> applied to record-oriented data with predefined schema, while the expression
> language functions would be powerful when combined with other processors like
> InvokeHTTP.
> This Jira issue will focus on the first part - developing the GeohashRecord
> processor; while NIFI-9333 is created for the second part - adding Geohash
> encoding and decoding functions in expression language.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)