From 32acbef4e984017a40ac858bed8e6e8e5eb457ac Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 18 Feb 2019 15:24:47 +0100 Subject: [PATCH] chg: [Overview] add db map tag --- OVERVIEW.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 4 deletions(-) diff --git a/OVERVIEW.md b/OVERVIEW.md index 5f85a7b6..305a8958 100644 --- a/OVERVIEW.md +++ b/OVERVIEW.md @@ -12,14 +12,56 @@ Redis and ARDB overview - DB 0 - PubSub + Queue and Paste content LRU cache - DB 1 - _Mixer_ Cache * ARDB on TCP port 6382 - - DB 1 - Curve - - DB 2 - Trending - - DB 3 - Terms - - DB 4 - Sentiments + + + + DB 1 - Curve + DB 2 - TermFreq + DB 3 - Trending + DB 4 - Sentiments + DB 5 - TermCred + DB 6 - Tags + DB 7 - Metadata + DB 8 - Statistics + DB 9 - Crawler + * ARDB on TCP port - DB 0 - Lines duplicate - DB 1 - Hashes +# Database Map: + +## Tags: + +##### Hset: +| Key | Field | Value | +| ------ | ------ | ------ | +| daily_tags:**** | **** | **** | +| | | +| tag_metadata:**** | first_seen | **** | +| tag_metadata:**** | last_seen | **** | + +##### Set: +| Key | Value | +| ------ | ------ | +| list_tags | **** | +| active_taxonomies | **** | +| active_galaxies | **** | +| active_tag_**** | **** | +| synonym_tag_misp-galaxy:**** | **** | +| list_export_tags | **** | +| ****:**** | **** | + + +##### old: +| Key | Value | +| ------ | ------ | +| **** | **** | + + + + + ARDB overview --------------------------- @@ -88,3 +130,5 @@ ARDB_DB GET - 'base64_decoded:'+date nd_decoded GET - 'binary_decoded:'+date nd_decoded + +