In this folder there are all SpamScope topologies. You will see that all topologies are same, except that changes where you store the JSON results.
The topologies _iter
are more stable because use generator to send mails to bolts. They are RAM safe.
In this topology the results are stored on file system.
In this topology the results are stored on file system. It's same to spamscope_debug
but it uses iter-files-mails
spout.
In this topology the results are stored in Elasticsearch.
In this topology the results are stored in Elasticsearch. It's same to spamscope_elasticsearch
but it uses iter-files-mails
spout.
In this topology the results are stored in Redis.
In this topology the results are stored in Redis. It's same to spamscope_redis
but it uses iter-files-mails
spout.