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

From RidgeRun Developer Wiki
No edit summary
Line 10: Line 10:
Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/PTZ PTZ service]  
Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/PTZ PTZ service]  


<syntaxhighlight lang="bash">
<pre>
docker pull ridgerun/ptz-service  
docker pull ridgerun/ptz-service  
</syntaxhighlight>
</pre>


Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Detection Detection service]   
Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Detection Detection service]   


<syntaxhighlight lang="bash">
<pre>
docker pull ridgerun/detection-service
docker pull ridgerun/detection-service
</syntaxhighlight>
</pre>


Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/AI_Agent AI Agent service]  
Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/AI_Agent AI Agent service]  


<syntaxhighlight lang="bash">
<pre>
docker pull ridgerun/ai-agent-service
docker pull ridgerun/ai-agent-service
</syntaxhighlight>
</pre>


Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Analytics Analytics service]  
Get the [https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Analytics Analytics service]  


<syntaxhighlight lang="bash">
<pre>
docker pull ridgerun/analytics-service
docker pull ridgerun/analytics-service
</syntaxhighlight>
</pre>


== Get Services Source Code ==
== Get Services Source Code ==

Revision as of 16:19, 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 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

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: