csse-uoft / ckanext-udc

GNU Affero General Public License v3.0
1 stars 0 forks source link

Investigate how to archive search access activity #19

Closed bgajdero closed 1 year ago

bgajdero commented 1 year ago

We want to know what users are searching for and their behaviour. This is a precursor to Issue https://github.com/csse-uoft/ckanext-udc/issues/14

What's the best way to do it?

For example, if it's taken from access logs, we need to archive the logs for future analysis. Access logs are deleted after some period of time. We want to save log entries that identify search queries. Select search log entries and archive them in a persistent file.

bgajdero commented 1 year ago

Will be relying on filter instead of access logs, replaced with https://github.com/csse-uoft/ckanext-udc/issues/30