Skip to content

Commit

Permalink
add goda dependency graph to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Sep 23, 2024
1 parent 1cb5b45 commit 5910b56
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Skycoin Service Discovery

The Skycoin service discovery allows registering services to be discovered by other participants in the Skywire network. Currently it allows registration
and discovery of
The Skycoin service discovery allows registering services to be discovered by other participants in the Skywire network. Currently it allows registration
and discovery of

- VPNs
- Socks proxies
Expand Down Expand Up @@ -53,7 +53,7 @@ PG_USER=postgres PG_PASSWORD=postgres PG_DATABASE=postgres go run ./cmd/service-

The proxy service registration and de-registration endpoints require us to use specialised html header fields for authentication/authorization. When testing, this can be a pain. To disable auth completely, run `proxy-server` with the `--test` flag:

```bash
```bash
go run ./cmd/service-discovery/service-discovery.go --test
```

Expand All @@ -72,7 +72,7 @@ $ docker build -f Dockerfile -t skycoin/service-discovery:test .
To push the docker image run:

```bash
$ docker push skycoin/service-discovery:test
$ docker push skycoin/service-discovery:test
```

### Help
Expand Down Expand Up @@ -179,3 +179,14 @@ Response body:
The server will return the saved proxy service entry.

If the request has no `"geo"` field, the server may fill the field using the requester's IP address.


## Dependency Graph

made with [goda](https://github.com/loov/goda)

```
goda graph github.com/skycoin/skycoin-service-discovery/... | dot -Tsvg -o skycoin-service-discovery-goda-graph.svg
```

![Dependency Graph](skycoin-service-discovery-goda-graph.svg "github.com/skycoin/skycoin-service-discovery Dependency Graph")
115 changes: 115 additions & 0 deletions skycoin-service-discovery-goda-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5910b56

Please sign in to comment.