diff --git a/docs/images/schema_spamscope_debug.png b/docs/images/schema_spamscope_debug.png new file mode 100644 index 0000000..b12a8d5 Binary files /dev/null and b/docs/images/schema_spamscope_debug.png differ diff --git a/docs/images/schema_spamscope_elasticsearch.png b/docs/images/schema_spamscope_elasticsearch.png new file mode 100644 index 0000000..04eb70b Binary files /dev/null and b/docs/images/schema_spamscope_elasticsearch.png differ diff --git a/docs/images/schema_spamscope_redis.png b/docs/images/schema_spamscope_redis.png new file mode 100644 index 0000000..d9e480e Binary files /dev/null and b/docs/images/schema_spamscope_redis.png differ diff --git a/topologies/README.md b/topologies/README.md new file mode 100644 index 0000000..309694e --- /dev/null +++ b/topologies/README.md @@ -0,0 +1,18 @@ +# Overview +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. + +# spamscope_debug +In this topology the results are stored on file system. + +![Schema spamscope_debug](docs/images/schema_spamscope_debug.png?raw=true "Schema spamscope_debug") + +# spamscope_elasticsearch +In this topology the results are stored in Elasticsearch. + +![Schema spamscope_elasticsearch](docs/images/schema_spamscope_elasticsearch.png?raw=true "Schema spamscope_elasticsearch") + +# spamscope_redis +In this topology the results are stored in Redis. + +![Schema spamscope_redis](docs/images/schema_spamscope_redis.png?raw=true "Schema spamscope_redis") \ No newline at end of file