pirsch-analytics / pirsch

Pirsch is a drop-in, server-side, no-cookie, and privacy-focused analytics solution for Go.
https://pirsch.io
GNU Affero General Public License v3.0
918 stars 42 forks source link

Export Raw Data from Pirsch #309

Closed fxmb closed 1 year ago

fxmb commented 1 year ago

How can I extract data on event level? The export feature just shows aggregates?? Super urgent for us!

Kugelschieber commented 1 year ago

Hi!

Do you mean raw data? Or a list of all events?

A raw data export is currently not supported, but we do have plans for it. For a list of events, check out the "Listing Events" endpoint on our API: https://docs.pirsch.io/api-sdks/api#listing-events

fxmb commented 1 year ago

Raw data. each row is an instance of an event...

I find this quiet crazy tbh, so we basically cannot access our own data? when will this be implemented?

fxmb commented 1 year ago

Sorry but the longer I think about it... There is really no way to extract raw data? Sorry but will have to migrate then asap... I mean we are basically giving up data authority to you afais?!

Kugelschieber commented 1 year ago

No automatic way, but we can send you a raw data export if you like. There is one technical limitation to providing a simple raw data export that we haven't looked into yet (sessions), but I guess we can implement API endpoints for it soon.