Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/PoCInnovation/DagViz

Visualize your Cue DAG
https://github.com/PoCInnovation/DagViz

cue dag golang visualization

Last synced: about 2 months ago
JSON representation

Visualize your Cue DAG

Awesome Lists containing this project

README

        

# DagViz

The objective of this project is to display any infos relative to the definitions of a cue program and it's dependencies using dags.

![image](https://user-images.githubusercontent.com/71719097/192021922-0291aac4-12ed-4f92-a0ea-2bc49b9e19d6.png)

## How does it work?

Thanks to the CueAPI we can retrieve any infos about our program and we create a dag using these infos, and using an electron-app we can render it.

## Getting Started

### Installation

You needed to install [Go](https://go.dev/doc/install).

#### Install DagViz
```sh
# Get the project
git clone [email protected]:PoCInnovation/DagViz.git
cd DagViz
./install.sh
```
### Quickstart

To run the tests :

```sh
cd go
go test -v -race
```

### Usage

```sh
dagviz {$path_to_cue_directory}
```

## Get involved

You're invited to join this project! Check out the [contributing guide](./CONTRIBUTING.md).

If you're interested in how the project is organized at a higher level, please contact the current project manager.

## Our PoC team :heart:

Developers
| [
IsmaΓ«l Fall](https://github.com/Doozers) | [
Florian Lauch](https://github.com/EdenComp)
| :---: | :---: |

Manager
| [
Adrien Fort](https://github.com/adrienfort)
| :---: |


Organization



















> :rocket: Don't hesitate to follow us on our different networks, and put a star 🌟 on `PoC's` repositories

> Made with :heart: by PoC