github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/python/rideshare/fastapi/README.md (about)

     1  ## Fastapi Example
     2  
     3  To run the example run the following commands:
     4  ```
     5  # Pull latest pyroscope image:
     6  docker pull pyroscope/pyroscope:latest
     7  
     8  # Run the example project:
     9  docker-compose up --build
    10  
    11  # Reset the database (if needed):
    12  # docker-compose down
    13  ```