modulepackage
0.0.0-20150818101426-b0c702522e8a
Repository: https://github.com/geeksteam/boltrrd.git
Documentation: pkg.go.dev
# README
BoltRRD
RRD like tool for storage graph data in BoltDB.
# Functions
NewStorage Open file with db and create connection with it, also load info about all buckets to Storage struct.
# Structs
ConnectionError Problems with connection to db.
DataError Bad format of data in storage.
Dataset Part of json data structure.
ParamsError Wrong params in call of interface functions.
RRDBucket Struct to represent single bucket with stored data.
Stat Structure to represent values stored in db in format which suitable for js charting libraries.
Storage Main struct for bolt database file, contains methods for connecting to db and for storages access.