Data Logs
The data logs tool turns your synced data into a browsable map of every host you run. It lists each host with its collections and record totals, opens a collection to its schema and the endpoints in front of it, and lets you browse the records by month, day and hour. It is the quickest way to see the shape of your data and how it is growing.
Features
A card per host
Every data host you run, with its collections, total records, last insert and a 30-day activity spark.
Schema at a glance
Each collection's columns and their types — text, the fixed char sizes, numbers and booleans — with defaults and limits.
The endpoints in front
The select, insert, update and delete endpoints that reach a collection, and the public or per-user access each grants.
Plain HTTP verbs
The GET, POST, PUT and DELETE each endpoint answers, on its one public path.
Browse by time
Records by month, then day, then hour, each with a chart you click to drill in, newest first.
The history settles
Once a period has passed its pages stop changing; each hour page holds the full list of records appended in it.
Screenshots