buildingmotif.ingresses.naming_convention#
Classes
|
Ingress handler that parses labels using a naming convention parser. |
- class NamingConventionIngress(upstream: RecordIngressHandler, naming_convention: Parser)[source]#
Ingress handler that parses labels using a naming convention parser. This returns a Record for each input label, with the parsed tokens as a field. You will need to attach this to a GraphIngressHandler to turn the tokens into a graph.