Meridian
ID: c9c30456-56ba-4d26-9dcb-250caeae4e0a
I want a metrics dashboard for my project management. The real force multiplier to performance is observability tooling. I can't find anybody who think of it like this enough to give me what I want out of the box; the quantified-self people understand data collection as being low-overhead and hack-proof and the task tracking people understand that task management is high-dimensional but the closest I've seen to putting them together properly is toggl and I hate toggl's stack + its non openness.
Meridian is named for being local navigational data. It's meant to be an orienting assistant.
I have a v0 of this vibe coded so I can at least run queries consisting of boolean combinations of tags. I need to be running a time series collector for them eventually. it frustrates the hell out of me to do that on just query results, though, because the data cardinality so so low that I should be able to collect all diffs this way very cheaply, and slice and dice along eveyr axis I can think of however I like! I want documents in the NoSQL sense, one for each diff, tracking all associated metadata.
I will figure out how to extract this from my insane commit-on-save git history eventually.
Once I have, the resulting database will be what Meridian really runs against.
This node is a singleton!