cache

command
v0.0.0-...-1cf6f39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2021 License: GPL-3.0 Imports: 15 Imported by: 0

README

Cache

Acts as a caching layer between the collectors and the underlying PostgreSQL database. It internally caches all values in the database and efficiently inserts new entries in the relational database under different tables.

Run

Compile and run with golang:

go run app/cache/*.go --config config/cache.yml 

Build and run as follows

$ docker build -t cache -f app/cache/Dockerfile .
$ docker run -d \ 
  --name gollector-cache \ 
  -v config:/config \ 
  cache --config /config/cache.yml 
```

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL