Metropolis Microservices/RidgeRun Microservices Demo/Getting the code: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 2: Line 2:
{{Metropolis Microservices/Head
{{Metropolis Microservices/Head
|previous=https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun Microservices Demo/Demo Description
|previous=https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun Microservices Demo/Demo Description
|next=https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun Microservices Demo/Usage and examples
|next=https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun Microservices Demo/Running the Demo
|metakeywords=Metropolis
|metakeywords=Metropolis
|title=Getting the code
|title=Getting the code
Line 58: Line 58:
{{Metropolis Microservices/Foot
{{Metropolis Microservices/Foot
|previous=https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun Microservices Demo/Demo Description
|previous=https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun Microservices Demo/Demo Description
|next=https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun Microservices Demo/Usage and examples
|next=https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun Microservices Demo/Running the Demo
}}
}}
</noinclude>
</noinclude>

Revision as of 21:25, 9 August 2024






For your convenience, a set of prebuilt docker images is available in DockerHub that will allow you to run the SmartSeek360 demo in a few steps. If you want to obtain the code for each service go to Get Services Source Code.

Get Docker Images

Get the PTZ service

docker pull ridgerun/ptz-service 

Get the Detection service

docker pull ridgerun/detection-service

Get the AI Agent service

docker pull ridgerun/ai-agent-service

Get the Analytics service

docker pull ridgerun/analytics-service
Note
If you want to run the demo, jump to Usage and examples

Get Services Source Code

In the following links, you can download the source code of each RidgeRun Microservices used in this Demo:

RidgeRun Microservices repositories links:

  1. PTZ Microservice
  2. Detection Microservice
  3. AI Agent
  4. Analytics
  5. RRMS-Utils