Documentation
¶
Overview ¶
Package storage implements banshee's persistence storage.
Structure ¶
Storage handles 4 kinds of data: index, metric, event and admin, the directory structure is:
storage/
|--index/ --- Metric index LevelDB
|--metric/ --- Metric data LevelDB
|--admin --- Rules/Users/Projects SQLite3
|- event/ --- Event SQLite3
The storage directory will be created if not exists.
For each child database, see its package's documentation for more.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package admindb handles the admin storage on SQLite3.
|
Package admindb handles the admin storage on SQLite3. |
|
Package eventdb handles the events storage.
|
Package eventdb handles the events storage. |
|
Package indexdb handles the indexes storage.
|
Package indexdb handles the indexes storage. |
|
Package metricdb handles the metrics storage.
|
Package metricdb handles the metrics storage. |
Click to show internal directories.
Click to hide internal directories.