taxonomy

command
v0.0.0-...-c496913 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL