ingest.management.commands package¶
Submodules¶
ingest.management.commands.scale_ingest module¶
Defines the command line method for running an ingest task
-
class
ingest.management.commands.scale_ingest.
Command
(stdout=None, stderr=None, no_color=False)¶ Bases:
django.core.management.base.BaseCommand
Command that executes the ingest process for a given ingest model
-
add_arguments
(parser)¶
-
handle
(*args, **options)¶ See
django.core.management.base.BaseCommand.handle()
.This method starts the ingest process.
-
help
= u'Perform the ingest process on an ingest model'¶
-
ingest.management.commands.scale_scan module¶
Defines the command line method for running a Scan process
-
class
ingest.management.commands.scale_scan.
Command
¶ Bases:
django.core.management.base.BaseCommand
Command that executes the Workspace Scan processor
-
add_arguments
(parser)¶
-
handle
(*args, **options)¶ See
django.core.management.base.BaseCommand.handle()
.This method starts the Scan processor.
-
help
= u'Executes the Scan processor to make a single pass over a workspace for ingest'¶
-
ingest.management.commands.scale_strike module¶
Defines the command line method for running a Strike process
-
class
ingest.management.commands.scale_strike.
Command
¶ Bases:
django.core.management.base.BaseCommand
Command that executes the Strike processor
-
add_arguments
(parser)¶
-
handle
(*args, **options)¶ See
django.core.management.base.BaseCommand.handle()
.This method starts the Strike processor.
-
help
= u'Executes the Strike processor to monitor and process incoming files for ingest'¶
-
Module contents¶
django commands for the ingest app