influxdata / influxdata/kapacitor

IP Geotagging

Open
#625 0 comments 0 reactions 0 assignees View on GitHub
new-feature
Dominant language
Go
Stars
2.4k
Forks
479
Avg merge
4d 16h
Merged PRs (30d)
4

Description

Add the ability to add fields or tags to data for its geo location based on IP.

Something like:

```
// tag example
|geoIP()
.cityTag('city')
.stateTag('state')
.zipTag('zip')
.countryTag('country')

// or fields
|geoIP()
.cityField('city')
.stateField('state')
.zipField('zip')
.countryField('country')
```

Contributor guide

Open the contributing guide

Research direction

Start by locating the existing geoIP-related operator or field/tag APIs in the Kapacitor codebase and review how operators enrich time-series data. Define the supported IP geolocation fields and tags represented by the issue's examples, then add coverage showing that city, state, ZIP, and country values are produced as requested.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.