Hi
I'm looking for advice about working with web_logs and in particular how we might track students' usage through remote_ips.
I'm currently maintaining a small server running MariaDB which uses the dap client to retrieve CD2 tables.
Firstly - how feasible is it to download all of your web_logs?
We've been a Canvas institution for 5 years so that's going to be a heck of a lot of records.
Is there a way to download a small snapshot into my database using the initdb/syncdb command?
I suppose I could just do a 'dap --incremental' query and then upload the files to the database?
But then how would I get subsequent updates?
Also - specifically about the format of the remote_ip field, if I choose to get an incremental csv snapshot the ip address is formatted in a readable format (i.e. it looks like an IP address)
But, on my MariaDB table I just seem to see the binary blob (?) e.g. ▒5j#
Is that because I'm using MariaDB I wonder? Or is there something easy that I'm missing.
Many thanks for your time
Rich