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

From RidgeRun Developer Wiki
No edit summary
No edit summary
 
(15 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>


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:''']  


{{Review|Add link to the repositories|mortigoza}}
<pre>
docker pull ridgerun/ptz-service
</pre>


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.
Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Detection Detection service] 


'''RidgeRun Microservices dockerhub images:'''
<pre>
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/PTZ '''PTZ Microservice:''']
<syntaxhighlight lang="bash">
docker pull
</syntaxhighlight>
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Detection '''Detection Microservice:'''] 
<syntaxhighlight lang="bash">
docker pull ridgerun/detection-service
docker pull ridgerun/detection-service
</syntaxhighlight>
</pre>
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/AI_Agent '''AI Agent:''']  
 
<syntaxhighlight lang="bash">
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
docker pull ridgerun/ai-agent-service
</syntaxhighlight>
</pre>
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Analytics '''Analytics:''']
<syntaxhighlight lang="bash">
docker pull
</syntaxhighlight>


{{Review|Add link to the dickerhub images remaining|mortigoza}}
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]]
}}
 
== 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:'''
#[https://github.com/RidgeRun/ptz-service.git '''PTZ Microservice''']
#[https://github.com/RidgeRun/detection-service.git '''Detection Microservice''']
#[https://github.com/RidgeRun/ai-agent-service.git '''AI Agent''']
#[https://github.com/RidgeRun/analytics-service.git '''Analytics''']
#[https://github.com/RidgeRun/rrms-utils.git '''RRMS-Utils''']


<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