I combined this with a simple API to update a CSV file using Deno/deno-csv library, allowing an Ansible job to easily update a CSV file via the API with Ansible URI module, and then have that same CSV file viewable/downloadable in a simple and easy/dashboardy way (with CSV-to-html-table). Copilot created the Deno/deno-csv CSV API code and then with a little back and forth I added static website functionality (to serve the CSV table), and I had a /view and a /update route. I'm just a sysadmin but I love piecing together stuff like this. Thanks Derek!
Comments URL: https://news.ycombinator.com/item?id=44057612
Points: 68
# Comments: 12
Accedi per aggiungere un commento
Altri post in questo gruppo
Article URL: https://marc-bowes.com/postgres-direct-tls.html
Article URL: https://blog.liw.fi/posts/2025/why-debian-changes/

Article URL: https://github.com/Kotlin/kotlin-lsp
Comments URL: https://news.ycomb