Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Controls when/how an extractor is submitted based on Clowder events. To see a full list of event types refer to Extractor Basics. In the example above, the word count extractor is processed manually on a single file. Below is an example of starting an extractor automatically when a file is added to a dataset:

Code Block
"process": {
	"dataset": [
		"file.added"
		]
},


dependencies

a list of packages the extractor depends upon

...