File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ read-string org.culturegraph.mf.stream.source.StringReader
8
8
read-dir org.culturegraph.mf.stream.source.DirReader
9
9
read-triples org.culturegraph.mf.stream.source.TripleReader
10
10
11
+ retrieve-triple-objects org.culturegraph.mf.stream.pipe.TripleObjectRetriever
12
+
11
13
sort-triples org.culturegraph.mf.stream.pipe.sort.TripleSort
12
14
count-triples org.culturegraph.mf.stream.pipe.sort.TripleCount
13
15
collect-triples org.culturegraph.mf.stream.pipe.sort.TripleCollect
@@ -42,6 +44,7 @@ encode-json org.culturegraph.mf.stream.converter.JsonEncoder
42
44
43
45
write org.culturegraph.mf.stream.sink.ObjectWriter
44
46
write-triples org.culturegraph.mf.stream.sink.TripleWriter
47
+ write-triple-objects org.culturegraph.mf.stream.sink.TripleObjectWriter
45
48
46
49
log-stream org.culturegraph.mf.stream.pipe.StreamLogger
47
50
log-object org.culturegraph.mf.stream.pipe.ObjectLogger
You can’t perform that action at this time.
0 commit comments