An open API service indexing awesome lists of open source software.

https://github.com/vito/progrock

progress ui that rocks
https://github.com/vito/progrock

Last synced: over 1 year ago
JSON representation

progress ui that rocks

Awesome Lists containing this project

README

          

# progrock [![Go Reference](https://pkg.go.dev/badge/github.com/vito/progrock.svg)](https://pkg.go.dev/github.com/vito/progrock)

> progress UI that rocks

Progrock is a toolkit for streaming, recording, and displaying concurrent progress of inter-dependent vertexes in an execution graph.

Here's how it looks (from [Bass](https://github.com/vito/bass)):

https://github.com/vito/bass/assets/1880/ab05445c-95f7-44b6-a67b-d9fc8eb02d41

## usage

* see [demo/main.go](demo/main.go)

## thanks

This repository originally housed code extracted directly from [Buildkit](https://github.com/vito/buildkit), though it has since been reimplemented from scratch with only the protocol bearing any resemblance.