Scalable and distributed custom feed generator, ott - on that topic
1[package]
2name = "assign-record-key"
3group = "aleeve"
4version = "0.1.0"
5apiVersion = "0.1.0"
6description = "Removes a toplevel json field and uses the value as the record key"
7license = "Apache-2.0"
8visibility = "public"
9
10[[params]]
11name = "key"
12description = "The json field that should become the record key"
13
14[[params]]
15name = "delete"
16description = "Wether to delete the field when promoting it to record key"