uogbuji / versa

Versa model for Web resources & relationships. Similar to Resource Description Framework (RDF) but with a goal to be at once simpler and more expressive. Includes processing tools.
Apache License 2.0
10 stars 5 forks source link

Support framework for using Pipeline for transform-on-copy #24

Closed uogbuji closed 3 years ago

uogbuji commented 3 years ago

One of the long-standing use cases for Versa pipelines has been to copy graph with modifications, for example to trim a graph down according to some criterion. A need came up last week, so I gave this some thought and decided that a special "copy" mode of the materialize action function would get us most of the way there.

Implement such a mode, and if possible some sort of command line that makes it easy to define & use pipelines for copy/transform (and other uses).

uogbuji commented 3 years ago

Done.