PyMISP/examples/situational-awareness
Déborah Servili 0f68ffc617 modify fetching method to use last 2016-07-21 10:09:10 +02:00
..
README.md
attribute_treemap.py
style.css
tag_search.py modify fetching method to use last 2016-07-21 10:09:10 +02:00
tags_count.py modify fetching method to use last 2016-07-21 10:09:10 +02:00
test_attribute_treemap.html
tools.py

README.md

Explanation

  • treemap.py is a script that will generate an interactive svg (attribute_treemap.svg) containing a treepmap representing the distribution of attributes in a sample (data) fetched from the instance using "last" or "searchall" examples.
  • It will also generate a html document with a table (attribute_table.html) containing count for each type of attribute.
  • test_attribute_treemap.html is a quick page made to visualize both treemap and table at the same time.

Requierements