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

From RidgeRun Developer Wiki
No edit summary
No edit summary
 
(16 intermediate revisions by 2 users 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>


In the following links, you can download the source code of each RidgeRun Microservices to run this Demo:
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 [[Metropolis Microservices/RidgeRun Microservices Demo/Getting the code#Get Services Source Code|Get Services Source Code]].


'''RidgeRun Microservices repositories links:'''
== Get Docker Images ==
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/PTZ '''PTZ Microservice:''']  
 
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Detection '''Detection Microservice:''']  
 
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/AI_Agent '''AI Agent:''']  
Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/PTZ PTZ service]  
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Analytics '''Analytics:''']  
 
<pre>
docker pull ridgerun/ptz-service
</pre>
 
Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Detection Detection service]
 
<pre>
docker pull ridgerun/detection-service
</pre>
 
Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/AI_Agent AI Agent service]  
 
<pre>
docker pull ridgerun/ai-agent-service
</pre>
 
Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Analytics Analytics service]
 
<pre>
docker pull ridgerun/analytics-service
</pre>
 
{{Colored box|background-content-color=#EDF1F7|background-title-color=#6586B9|title-color=#FFFFFF|title='''Note'''|icon=notice-icon-white.png
  |style=overflow:hidden;
  |content=
If you want to run the demo, jump to [[Metropolis Microservices/RidgeRun Microservices Demo/Running the Demo|Running the Demo]]
}}


{{Review|Add link to the repositories|mortigoza}}
== Get Services Source Code ==


For convenience, a docker image is available in dockerhub for each service, which as of today is available for Jetpack 6.0. Use the following commands to pull them.
In the following links, you can download the source code of each RidgeRun Microservices used in this Demo:


'''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''']  
<syntaxhighlight lang="bash">
#[https://github.com/RidgeRun/ai-agent-service.git '''AI Agent''']  
docker pull ridgerun/detection-service
#[https://github.com/RidgeRun/analytics-service.git '''Analytics''']
</syntaxhighlight>
#[https://github.com/RidgeRun/rrms-utils.git '''RRMS-Utils''']
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/AI_Agent '''AI Agent:''']  
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Analytics '''Analytics:''']  


<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