File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ open-http org.culturegraph.mf.stream.source.HttpOpener
6
6
open-resource org.culturegraph.mf.stream.source.ResourceOpener
7
7
read-string org.culturegraph.mf.stream.source.StringReader
8
8
read-dir org.culturegraph.mf.stream.source.DirReader
9
+ read-triples org.culturegraph.mf.stream.source.TripleReader
9
10
10
11
sort-triples org.culturegraph.mf.stream.pipe.sort.TripleSort
11
12
count-triples org.culturegraph.mf.stream.pipe.sort.TripleCount
@@ -40,11 +41,12 @@ encode-formeta org.culturegraph.mf.stream.converter.FormetaEncoder
40
41
encode-json org.culturegraph.mf.stream.converter.JsonEncoder
41
42
42
43
write org.culturegraph.mf.stream.sink.ObjectWriter
44
+ write-triples org.culturegraph.mf.stream.sink.TripleWriter
43
45
44
46
log-stream org.culturegraph.mf.stream.pipe.StreamLogger
45
47
log-object org.culturegraph.mf.stream.pipe.ObjectLogger
46
48
log-time org.culturegraph.mf.stream.pipe.ObjectTimer
47
- # catch-exceptions org.culturegraph.mf.stream.pipe.ObjectExceptionCatcher (dublicate entry)
49
+ # catch-exceptions org.culturegraph.mf.stream.pipe.ObjectExceptionCatcher (duplicate entry)
48
50
decouple org.culturegraph.mf.stream.pipe.ObjectPipeDecoupler
49
51
50
52
change-id org.culturegraph.mf.stream.pipe.IdChangePipe
You can’t perform that action at this time.
0 commit comments