Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/yfuruyama/real-world-plantuml

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

Last synced: 13 days ago
JSON representation

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

Lists

README

        

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
```