Commit Graph

5 Commits

Author SHA1 Message Date
Michal Pristas
7cd41ef236 Added support for eventlog (#129)
Eventlog is append-only log. 
Will be used in
- Olympus as a log of backed modules
- Proxy as a log of backed modules
- Proxy as a log of registered cache misses (clearable after read)

Multiple backing storages should be supported, for now, mongo is implemented. 
Preparation for Olympus reader, which is remote reader of Olympus event log, is in place without implementation, this implementation is for proxies to read logs from Olympus, and Olympus instances between each other (Pull synchronization)
2018-05-08 07:54:37 +02:00
marpio
0a3eb4c4ea fix golint issues (#110)
* fix stutters

* add comments

* add -set_exit_status flag to golint

* missing renames

* renames again
2018-03-26 11:18:18 -07:00
Aaron Schlesinger
426c6c38fb finishing up the API 2018-02-25 15:45:01 -08:00
Aaron Schlesinger
fb607d3577 making <version>.info work 2018-02-25 15:30:36 -08:00
Aaron Schlesinger
a7f1d27491 adding list and admin API 2018-02-25 14:05:36 -08:00