HackerTrans
TopNewTrendsCommentsPastAskShowJobs

amcaskill

no profile record

Submissions

Embedded Analytics as Code

evidence.dev
2 points·by amcaskill·7 เดือนที่ผ่านมา·0 comments

comments

amcaskill
·3 เดือนที่ผ่านมา·discuss
I work on a dashboarding / BI solution that is also built around markdown and clickhouse. www.evidence.dev

We moved to stripe's Markdoc variant for the component syntax last year and have been really happy with it. Models are good at writing it, people are good at reviewing it.

Here's an area chart that would issue a SQL query for weekly revenue totals:

``` {% area_chart data="my_table" x="date" y="sum(revenue)" date_grain="week" /%} ```
amcaskill
·6 เดือนที่ผ่านมา·discuss
This looks cool, I’ll definitely try it out.

The best (for me) of these that I’ve tried so far is conductor.build

They have a different UI orientation, and it’s more locked into Claude code, but it might be good inspiration for your future plans. They get the git worktree setup and teardown and managing dev servers part of it right IMO.