Live data from Hacker News

Show HN: DAC – open-source dashboard as code tool for agents and humans

github.com

11–20 of 45 posts

Re: Show HN: DAC – open-source dashboard as code tool for agents and humans

#11
post #4

DaC might be more distinguishable from DAC, although the context obviously also helps readers telling them apart. Yours sincerely, came here for another DAC

Point taken, thanks! Out of curiosity, which DAC did you come here for?

Re: Show HN: DAC – open-source dashboard as code tool for agents and humans

#12
post #4

DaC might be more distinguishable from DAC, although the context obviously also helps readers telling them apart. Yours sincerely, came here for another DAC

Point taken, thanks! Out of curiosity, which DAC did you come here for?

Most probably: https://en.wikipedia.org/wiki/Digital-to-analog_converter

Re: Show HN: DAC – open-source dashboard as code tool for agents and humans

#16

Why not use Vega-Lite[0]? It’s my go-to data viz DSL with Claude. [0] https://vega.github.io/vega-lite/

There are quite a few libraries for charts and visualization, there are not as many for actually combining many of them with layouts, different components and including the actual implementation of the backend. Dac aims to provide all that as a standard and an implementation.

Re: Show HN: DAC – open-source dashboard as code tool for agents and humans

#18

Why not use Vega-Lite[0]? It’s my go-to data viz DSL with Claude. [0] https://vega.github.io/vega-lite/

There are quite a few libraries for charts and visualization, there are not as many for actually combining many of them with layouts, different components and including the actual implementation of the backend. Dac aims to provide all that as a standard and an implementation.

I mean that's what the Vega team is doing no? They are building the standard grammar (Vega-Lite), along with an implementation (Vega). And they are already quite established with rich ecosystem, and supports a ton of components[0]. The only thing missing is that it expects a CSV or inline data source. But it's probably not too hard to build an extension that connects to a data warehouse with an SQL query.

[0] https://vega.github.io/vega-lite/examples

Post reply on HN