{"id":16930284,"url":"https://github.com/ayaka14732/graphviz-server","last_synced_at":"2025-06-17T11:34:49.408Z","repository":{"id":108216235,"uuid":"425009794","full_name":"ayaka14732/graphviz-server","owner":"ayaka14732","description":"Render Graphviz images from web requests","archived":false,"fork":false,"pushed_at":"2022-10-14T04:17:11.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T10:51:15.235Z","etag":null,"topics":["api","graphviz","server"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayaka14732.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-05T16:12:33.000Z","updated_at":"2025-02-25T10:33:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"35603fd5-afb4-4014-9b7c-c32b3f861f01","html_url":"https://github.com/ayaka14732/graphviz-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaka14732%2Fgraphviz-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaka14732%2Fgraphviz-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaka14732%2Fgraphviz-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaka14732%2Fgraphviz-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayaka14732","download_url":"https://codeload.github.com/ayaka14732/graphviz-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248776031,"owners_count":21159704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","graphviz","server"],"created_at":"2024-10-13T20:41:19.230Z","updated_at":"2025-04-13T20:21:01.760Z","avatar_url":"https://github.com/ayaka14732.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphviz Server\n\nA server that renders graphviz image from web requests.\n\n## Motivation\n\nRender graph images on webpage.\n\n## Example\n\nGraphviz source:\n\n```graphviz\ndigraph G {\n bgcolor=grey\n A -\u003e B;\n}\n```\n\nURI encode:\n\nhttps://graphviz.shn.hk/?src=digraph%20G%20%7B%0A%20bgcolor%3Dgrey%0A%20A%20-%3E%20B%3B%0A%7D\n\nResult:\n\n![](https://graphviz.shn.hk/?src=digraph%20G%20%7B%0A%20bgcolor%3Dgrey%0A%20A%20-%3E%20B%3B%0A%7D)\n\n## API Usage\n\nQuery string:\n\n- `src`: graphviz source code\n- `format`: currently one of 'svg', 'png', 'gif', 'pdf'\n\n## Supported Scripts\n\n- CJK Characters\n- Emoji\n- Khmer\n- Latin\n\nPlease open an issue if you want more writing systems to be supported.\n\n## Deploy\n\nThe service is supposed to be deployed with Docker containers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayaka14732%2Fgraphviz-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayaka14732%2Fgraphviz-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayaka14732%2Fgraphviz-server/lists"}