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

From RidgeRun Developer Wiki
Line 43: Line 43:


'''RidgeRun Microservices repositories links:'''
'''RidgeRun Microservices repositories links:'''
#[https://gitlab.ridgerun.com/open/ridgerun-microservices/ptz '''PTZ Microservice''']  
#[https://github.com/RidgeRun/ptz-service.git '''PTZ Microservice''']  
#[https://gitlab.ridgerun.com/open/ridgerun-microservices/detection '''Detection Microservice''']  
#[https://github.com/RidgeRun/detection-service.git '''Detection Microservice''']  
#[https://gitlab.ridgerun.com/open/ridgerun-microservices/ai-agent '''AI Agent''']  
#[https://github.com/RidgeRun/ai-agent-service.git '''AI Agent''']  
#[https://gitlab.ridgerun.com/open/ridgerun-microservices/analytics '''Analytics''']
#[https://github.com/RidgeRun/analytics-service.git '''Analytics''']
#[https://gitlab.ridgerun.com/open/ridgerun-microservices/rrms-utils '''RRMS-Utils''']
#[https://github.com/RidgeRun/rrms-utils.git '''RRMS-Utils''']


<noinclude>
<noinclude>
{{Metropolis Microservices/Foot|RidgeRun Microservices Demo/Demo Description|RidgeRun Microservices Demo/Usage and examples}}
{{Metropolis Microservices/Foot|RidgeRun Microservices Demo/Demo Description|RidgeRun Microservices Demo/Usage and examples}}
</noinclude>
</noinclude>

Revision as of 14:47, 10 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
Note
If you want to run the demo, jump to Usage and examples

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