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

From RidgeRun Developer Wiki
No edit summary
No edit summary
 
Line 41: Line 41:
   |style=overflow:hidden;
   |style=overflow:hidden;
   |content=
   |content=
If you want to run the demo, jump to [[Metropolis Microservices/RidgeRun Microservices Demo/Usage and examples|Usage and examples]]
If you want to run the demo, jump to [[Metropolis Microservices/RidgeRun Microservices Demo/Running the Demo|Running the Demo]]
}}
}}



Latest revision as of 21:27, 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 Running the Demo

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