Drivers
... or how to route live results to a destination.
A driver is a set of hooks that constitute a full integration to route live results to certain destination.
Unlike hooks, you can use a driver from the CLI by using the -driver
option.
MongoDB driver
To export live results to MongoDB database:
Results will be added to the database in real-time as results come through from the various tools supported by secator
.
A MongoDB collection is created for each Output types supported by secator
.
Last updated