Storage is a component of system that store calculated metrics data and performs calculation operations.
GottWall supports several storages in core package.
The following storages are supported current GottWall server:
To use specified store need to setup STORAGE variable in GottWall config.
Also you can develop custom storage for your own server. You need make package that included backend class inherited from gottwall.storages.base.BaseBackend.
Custom storage must override methods: