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

From RidgeRun Developer Wiki
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{Metropolis Microservices/Head|previous=Getting_Started/Introduction|next=Application_services|metakeywords=Metropolis|title=Getting the code|metadescription=This page provides a general overview of the PTZ RidgeRun Service}}
{{Metropolis Microservices/Head
|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/Running the Demo
|metakeywords=Metropolis
|title=Getting the code
|metadescription=This page provides a general overview of the PTZ RidgeRun Service
}}
</noinclude>
</noinclude>


Line 32: Line 38:
</pre>
</pre>


{{Colored box|background-title-color=#6586B9|title-color=#FFFFFF|title='''Note'''|icon=notice-icon-white.png
{{Colored box|background-content-color=#EDF1F7|background-title-color=#6586B9|title-color=#FFFFFF|title='''Note'''|icon=notice-icon-white.png
   |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]]
}}
}}


Line 43: Line 49:


'''RidgeRun Microservices repositories links:'''
'''RidgeRun Microservices repositories links:'''
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/PTZ '''PTZ Microservice:''']  
#[https://github.com/RidgeRun/ptz-service.git '''PTZ Microservice''']  
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Detection '''Detection Microservice:''']  
#[https://github.com/RidgeRun/detection-service.git '''Detection Microservice''']  
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/AI_Agent '''AI Agent:''']  
#[https://github.com/RidgeRun/ai-agent-service.git '''AI Agent''']  
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Analytics '''Analytics:''']  
#[https://github.com/RidgeRun/analytics-service.git '''Analytics''']
 
#[https://github.com/RidgeRun/rrms-utils.git '''RRMS-Utils''']
{{Review|Add link to the repositories|mortigoza}}


<noinclude>
<noinclude>
{{Metropolis Microservices/Foot||}}
{{Metropolis Microservices/Foot
|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/Running the Demo
}}
</noinclude>
</noinclude>

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