command
Version:
v0.0.0-...-c496913
Opens a new window with list of versions in this module.
Published: Dec 11, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Taxonomy plugin
Apply the predefined taxonomy to all nodes. New virtual nodes will be inserted, which will group existing nodes.
Compile with:
go build -buildmode=plugin -ldflags="-w" -o taxonomy.so ./*.go
Configuration
YAML definition's data
fields:
- field: field to use as a filter
- group: as all graph nodes belong to some group/type, it can be used to apply taxonomy to the specific group only
- taxonomy: mapping to use. If node/edge's field is equal to the "key" - insert a new relation with "value" as a new node
Mapping example:
taxonomy:
field_value_1: taxonomy_group
field_value_2: taxonomy_group
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.