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

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 3: Line 3:
</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 the XXXXX section.


'''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:''']
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Analytics '''Analytics:''']


{{Review|Add link to the repositories|mortigoza}}


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/PTZ PTZ service]


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


{{Review|Add link to the dickerhub images remaining|mortigoza}}
== 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://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:''']
#[https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Analytics '''Analytics:''']
 
{{Review|Add link to the repositories|mortigoza}}


<noinclude>
<noinclude>
{{Metropolis Microservices/Foot||}}
{{Metropolis Microservices/Foot||}}
</noinclude>
</noinclude>

Revision as of 16:15, 3 July 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 the XXXXX section.

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

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: