# dd-continuous-profiler-dash2025 **Repository Path**: mirrors_DataDog/dd-continuous-profiler-dash2025 ## Basic Information - **Project Name**: dd-continuous-profiler-dash2025 - **Description**: Example service used for the "Read Between the Stacktraces: Investigations with Continuous Profiler" workshop at Dash 2025 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-11 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dd-continuous-profiler-dash2025 Example service used for the [_Read Between the Stacktraces: Investigations with Continuous Profiler_](https://www.dashcon.io/sessions/read-between-the-stacktraces-investigations-with-continuous-profiler/) workshop. ## Pre-requisites 1. Install Docker 2. Install docker-compose 3. Install Java ## Quick Start * Run `docker-compose up` in the root directory to start up mongodb * Run `./gradlew run` in a separate terminal tab to run the server (will stay at 75% done, that's expected) * Run `curl http://localhost:8081/movies?q=jurassic` to query the movies endpoint, should get a JSON response