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

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


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


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

Revision as of 17:55, 1 July 2024






In the following links, you can download the source code of each RidgeRun Microservices to run this Demo:

RidgeRun Microservices repositories links:

  1. PTZ Microservice:
  2. Detection Microservice:
  3. AI Agent:
  4. Analytics:

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.

RidgeRun Microservices dockerhub images:

  1. PTZ Microservice:
docker pull
  1. Detection Microservice:
docker pull ridgerun/detection-service
  1. AI Agent:
docker pull ridgerun/ai-agent-service
  1. Analytics:
docker pull