mirror of https://github.com/CIRCL/AIL-framework
Improved overview
parent
4e37ed51c9
commit
2187c8338e
4
HOWTO.md
4
HOWTO.md
|
@ -12,7 +12,9 @@ For the moment, there are three different ways to feed AIL with data:
|
|||
|
||||
3. You can feed your own data using the [./bin/import_dir.py](./bin/import_dir.py) script.
|
||||
|
||||
###Feeding AIL with pystemon
|
||||
Feeding AIL with pystemon
|
||||
-------------------------
|
||||
|
||||
AIL is an analysis tool, not a collector!
|
||||
However, if you want to collect some pastes and feed them to AIL, the procedure is described below.
|
||||
|
||||
|
|
21
OVERVIEW.md
21
OVERVIEW.md
|
@ -4,12 +4,19 @@ Overview
|
|||
Redis and LevelDB overview
|
||||
--------------------------
|
||||
|
||||
* Redis on TCP port 6379 - DB 0 - Cache hostname/dns
|
||||
* DB 1 - Paste meta-data
|
||||
* Redis on TCP port 6379
|
||||
- DB 0 - Cache hostname/dns
|
||||
- DB 1 - Paste meta-data
|
||||
* Redis on TCP port 6380 - Redis Log only
|
||||
* Redis on TCP port 6381 - DB 0 - PubSub + Queue and Paste content LRU cache
|
||||
DB 1 - __Mixer__ Cache
|
||||
* LevelDB on TCP port 6382 - DB 1-4 - Curve, Trending, Terms and Sentiments
|
||||
* LevelDB on TCP port <year> - DB 0 - Lines duplicate
|
||||
DB 1 - Hashs
|
||||
* Redis on TCP port 6381
|
||||
- DB 0 - PubSub + Queue and Paste content LRU cache
|
||||
- DB 1 - _Mixer_ Cache
|
||||
* LevelDB on TCP port 6382
|
||||
- DB 1 - Curve
|
||||
- DB 2 - Trending
|
||||
- DB 3 - Terms
|
||||
- DB 4 - Sentiments
|
||||
* LevelDB on TCP port <year>
|
||||
- DB 0 - Lines duplicate
|
||||
- DB 1 - Hashs
|
||||
|
||||
|
|
Loading…
Reference in New Issue