Skip to content

Commit 688409d

Browse files
committed
db screenshot added
1 parent 266b7d0 commit 688409d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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

69
Installation
710
------------
@@ -18,7 +21,7 @@ sudo apt update
1821
sudo apt install cnb-cache-DATABASE
1922
```
2023

21-
database can be `mysql` or `sqlite`
24+
database can be `mysql` or `sqlite`
2225

2326

2427
Support 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+
4048
Final configuration is stored in `/etc/cnb-cache/cnb-cache.env` file
4149

4250
After installation the currencies listing is available on the `/cnb-cache/` path.

db.png

28.8 KB
Loading

0 commit comments

Comments
 (0)