Skip to content

ubiregiinc/graphviz-server

 
 

Repository files navigation

GraphvizServer

デモサイト

https://ubiregiinc.github.io/graphviz-server/index.html

仕様

  • index.html にサンプルコードがあります
  • bodyパラメータをつけて送るとレスポンスに encoded_png がBase64エンコードされた画像が入ってきます
    • クライアントではBase64デコードして表示する
  • 画像のレンダリング(dotコマンド)に失敗した場合は error_msgに理由が書いています
  • ステータスコードは常に200を返します

動作確認方法

  • docker compose up を実行すると5005番ポートで起動します
  • test.html をブラウザで開くと、5005番ポートにリクエストを投げて、画像を表示します

LICENSE

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 62.4%
  • Ruby 27.2%
  • Dockerfile 9.6%
  • Procfile 0.8%