Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

daily backup import into grafana #1678

Closed
CorneelSoete opened this issue Dec 30, 2024 · 1 comment
Closed

daily backup import into grafana #1678

CorneelSoete opened this issue Dec 30, 2024 · 1 comment
Labels

Comments

@CorneelSoete
Copy link

Use Cases

import analytics and data into a dashboard different from grayjay

Proposal

I have no idea if this is already doable but I have no idea how to parse the .ezip files that are created with the daily backup. If this was just parseable as a zip file, .db file or even straight csv it would make any manipulations on this data possible.

References

No response

@CorneelSoete CorneelSoete added the Enhancement New feature or request label Dec 30, 2024
@Kelvin-FUTO
Copy link
Contributor

ezips are not really intended for use outside of Grayjay. They are AES encrypted zip files.

Grayjay supports a normal zip export that contains files that are machine (or even human) readable if you parse it (no binaries, all text-based serialization).
Files inside that zip are a mixture of jsons and line-seperated formats. Including a cache used to reconstruct items (video/channel cache).
They are not hard to convert to whatever format you'd like.

@Zvonimir-FUTO Zvonimir-FUTO added Question and removed Enhancement New feature or request labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants