Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PoCInnovation/DagViz
Visualize your Cue DAG
https://github.com/PoCInnovation/DagViz
cue dag golang visualization
Last synced: about 1 month ago
JSON representation
Visualize your Cue DAG
- Host: GitHub
- URL: https://github.com/PoCInnovation/DagViz
- Owner: PoCInnovation
- License: apache-2.0
- Archived: true
- Created: 2022-04-18T23:15:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T05:45:45.000Z (over 1 year ago)
- Last Synced: 2024-08-01T13:20:20.189Z (4 months ago)
- Topics: cue, dag, golang, visualization
- Language: CUE
- Homepage:
- Size: 24.5 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - PoCInnovation/DagViz - Visualize your Cue DAG (CUE)
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
```
### QuickstartTo 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