Newer
Older
web-services / data-workflow / v1 / tag-cloud.cfg
@Nicolas Thouvenin Nicolas Thouvenin on 16 Nov 395 bytes import data workflow
[use]
plugin = analytics

[expand]
path = value
size = 100
[expand/URLConnect]
url = fix(`https://terms-extraction.services.istex.fr/v1/teeft/${env('language', 'en')}?nb=10`)

[exploding]
[replace]
path = id
value = get('value')

path = value
value = 1

[groupingByEquality]

[summing]

[greater]
than = 1
strict = true

[replace]
path = id
value = get('id.0')
path = value
value = get('value')