mariomac / pipes

Complex data processing flows in Go
Apache License 2.0
13 stars 0 forks source link

Definition of graph templates #6

Open mariomac opened 2 years ago

mariomac commented 2 years ago

In some cases, users should't need to define the whole graph structure but maybe just a subset. For example, in a monitoring agent, they could define the samplers + the submitters but they shouldn't need to define some internal processing.

We need a way to provide a predefined configuration structure with some empty gaps that could be defined by the user, this would include:

mariomac commented 2 years ago

TODO: Reason whether this is out of the scope of this library, as this might be handled by a configuration library.