Skip to content

Commit

Permalink
Update doc, part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Jun 18, 2024
1 parent d8a283a commit acc6e19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ using an extension [`ckanext-admin-panel`](https://github.com/mutantsan/ckanext-

![Admin config page](doc/admin-page.jpg)

This page could be accessed by the following URL: `/admin-panel/charts/config`, but it will be registered only if the `ckanext-admin-panel` is installed and enabled.

## Cache

The extension implement a cache strategy to store the data fetched from the different sources. There are two cache strategies available: `redis` and `file`. The file cache works by storing the data in an `orc` file in the filesystem. The redis cache stores the data in a Redis database. The cache strategy can be changed at the CKAN configuration level through the admin interface or in a configuration file.
Expand Down

0 comments on commit acc6e19

Please sign in to comment.