File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33![ cnb-cache] ( cnb-cache.svg?raw=true )
44
5+ Store daily currency rates in SQL database for given time.
6+
7+ Provide simple API like web interface for stored rates obtaining.
58
69Installation
710------------
@@ -18,7 +21,7 @@ sudo apt update
1821sudo apt install cnb-cache-DATABASE
1922```
2023
21- database can be ` mysql ` or ` sqlite `
24+ database can be ` mysql ` or ` sqlite `
2225
2326
2427Support the apache2 and lighthttpd web servers:
@@ -37,6 +40,11 @@ And finally the cache is initialized:
3740
3841![ Initialization] ( init.png?raw=true )
3942
43+
44+ Data stored in database:
45+
46+ ![ Database] ( db.png?raw=true )
47+
4048Final configuration is stored in ` /etc/cnb-cache/cnb-cache.env ` file
4149
4250After installation the currencies listing is available on the ` /cnb-cache/ ` path.
You can’t perform that action at this time.
0 commit comments