Project

dork

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Instead of installing DOT everywhere and eating memory and CPU on those machines, make DOT available as a service
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Dork

DOT to PNG as a service.

Run the server:

dorkd stomp://mq.yourdomain.com:61613

Use the service:

cat graph.dot | dork stomp://mq.yourdomain.com:61613 > graph.png

You'll need a Stomp server of course. If you don't specify the location of this it'll default to stomp://localhost:61613.

The server will need dot installed.