stellio-context-broker
stellio-context-broker copied to clipboard
Refactor and finalize support for the NGSI-LD Query Language (4.9)
- Parsing of
q
queries is done via a regex, do a more bulletproof parsing based on the ABNF grammar defined in the specification (using antlr for instance) - Add support for missing parts (
expandValues
andjsonKeys
, seed target value, specific processing forJsonProperty
andLanguageProperty
,...)