influxdata / influxdata/kapacitor

Feature Request

Open
#924 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
2.4k
Forks
479
Avg merge
4d 16h
Merged PRs (30d)
4

Description

Dear Team,

Your work is awesome. I request you to add the following new feature to kapacitor.

Use case:
On insert, store specific column of a newly inserted record, in another table

Ex:

Newly inserted record in table firsttable

**firsttable**

| timestamp | value | otherdata |
| --- | --- | --- |
| 01-10-2016 10:00 | 50 | 35 |

On insert store this timestamp,value in second table,
ex:

**secondTable**

| timestamp | inTime | inData | otherData |
| --- | --- | --- | --- |
| xxx | 01-10-2016 10:00 | 50 | xxxx |

On insert, Store timestamp 01-10-2016, value50 from firsttable to secondtable in new field.

Thanks,
Bala

Contributor guide

Open the contributing guide

Research direction

The issue names no files, tests, or entry points. First clarify the intended insert trigger, source and destination table semantics, and field mapping; then locate Kapacitor's relevant data-processing and write paths and define completion with a reproducible example and tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
stream-processing
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.