Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Superskyyy authored Dec 13, 2023
1 parent d60dff0 commit b73b81b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,24 @@ However, it offers a powerful and convenient solution for grouping RESTful endpo
### Getting Started
Currently, R3 offers a simple gRPC service that could be deployed easily at local or containerized environments.

To run the R3 service at localhost:

#### Simple Server (Multiprocessing Producer Consumer)

The simple server is the best way to get started, which could steadily serve 500+ SkyWalking services * 3000 uris per minute).

TODO: Fault tolerence and persistence is not implemented yet.

To run the R3 service on localhost:

```bash
python -m servers.simple.run
```

To deploy as a container:

```
docker run -d --name r3 -p 17128:17128 r3:latest
```


### Algorithm: URIDrain
If you are curious how the algorithm actually works or decided to improve upon it, please first read the [URIDrain Overview](models/README.md) and checkout the algorithm live demo by running below commands:
Expand Down

0 comments on commit b73b81b

Please sign in to comment.