yfuruyama / real-world-plantuml

Source code of https://real-world-plantuml.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

real-world-plantuml

Source code of https://real-world-plantuml.com/

Architecture

architecture

For development

web

Run server

make run GA_TRACKING_ID=${GA_TRACKING_ID}

Register dummy UML: access to /debug/dummy_uml in your browser

indexer

Run server

make run GITHUB_API_TOKEN=${GITHUB_API_TOKEN} GCS_BUCKET=${GCS_BUCKET}

renderer

Run server

make run

scraping

Launch Chrome with remote debugging enabled

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222

Run scraping script

cd scraping
npm install
node scraping.js > results/YYYYMMDD_01.txt

About

Source code of https://real-world-plantuml.com/


Languages

Language:Go 63.3%Language:HTML 13.0%Language:CSS 9.6%Language:JavaScript 5.9%Language:Kotlin 4.4%Language:Makefile 3.5%Language:Dockerfile 0.3%