[
https://issues.apache.org/jira/browse/METRON-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15831773#comment-15831773
]
ASF GitHub Bot commented on METRON-283:
---------------------------------------
Github user justinleet commented on the issue:
https://github.com/apache/incubator-metron/pull/421
Expanding the Stellar GEO_GET function to allow for just returning a map of
specified fields (if more than one), or just the direct value (if just one
field requested) would be very nice.
e.g. GEO_GET('<ip>', ['country', 'city']) returns {"country": "US",
"city:"Chicago"} and GEO_GET('ip', ['county'] just returns 'US'
> Migrate Geo Enrichment outside of MySQL
> ---------------------------------------
>
> Key: METRON-283
> URL: https://issues.apache.org/jira/browse/METRON-283
> Project: Metron
> Issue Type: Improvement
> Reporter: James Sirota
> Assignee: Justin Leet
> Priority: Minor
>
> We need to migrate our enrichment SQL store from MySQL to Phoenix or some
> other SQL on Hbase library. Or alternatively come up with a way to do this
> without using SQL. This way we don't have a dependency on MySQL and there is
> one less thing that we need to install on our platform
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)