Does the data exist on my server?

I believe I have finally figured out all the pieces of the dashboard, what they mean, etc. But I’d like to experiment with displaying the data in different ways. Is there any way to access the data short of manually noting each value of ingress/egress for each day, and building a spreadsheet? I.e., is there a database I can directly access on my node to pull the data from…or is it stored only on the satellites?

There’s data in your local DB:

And data exposed via API that you can store locally too:

2 Likes

If you are planning on accessing the sqlite databases directly, make sure you don’t do that over network protocols like SMB or NFS as that can corrupt the databases. To be sure, it’s best to stop the node and copy the databases and work on the copies.

2 Likes