DeepStream Reference Designs/Project Architecture/High Level Design: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 7: Line 7:
== Reusable Infrastructure ==
== Reusable Infrastructure ==


This subsystem encapsulates all the modules that constitute the general framework of the project.
This subsystem encapsulates all the modules that constitute the general framework of the project. The idea is that each component of the framework is independent of a specific technology or application so that these modules can be reused regardless of the specific context in which this reference design will be used.


== Decoupling Interfaces ==
== Decoupling Interfaces ==


== Custom Application Specific ==
== Custom Application Specific ==

Revision as of 22:59, 9 May 2022

The following diagram shows a high-level overview of the system architecture:

Deepstream Reference Designs Architecture

Each module of the system could be classified as a part of the following sections:

Reusable Infrastructure

This subsystem encapsulates all the modules that constitute the general framework of the project. The idea is that each component of the framework is independent of a specific technology or application so that these modules can be reused regardless of the specific context in which this reference design will be used.

Decoupling Interfaces

Custom Application Specific