...
Drawio | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
DMaaP is comonent component that provides data movement services that transports and processes data from any source to any target. It provides the capability to:
Support the tranfer transfer of messages between ONAP components, as well as to other components
Support the transfer of data between ONAP comonents components as well as to other components.
Data Filtering capabilities
Data Compression capabiltiescapabilities
Data routing (file based transport)
Message routing (event based transport)
Batch and event based processing
...
Interface Name | Interface Definition | Interface Capabilities |
---|---|---|
DMaaP-1 | DMaaP Bus Controller Interface Allows a DMaaP User to control the behaviour behavior of DMaaP | Provides services to enable a DMaaP user to:
|
DMaaP-2 | DMaaP Message Router Source Interface Provices Provides a message sending service to the DMaaP user | The message sender can:
|
DMaaP-3 | DMaaP Message Router Consuming Interface Provides a message recieving receiving service to the DMaaP user | The message reciever receiver can:
|
DMaaP-4 | DMaaP Data Routing Source Interface Provides a data sending serivce service to the DMaaP user | The data sender can:
|
DMaaP-5 | DMaaP Data Routing Comsumption Consumption Interface Provides a data consumtion service to the DMaaP user | The data consumer can:
|
...
- Message Router (MR) - Message Router is a reliable, high-volume pub/sub messaging service with a RESTful HTTP API. It is intended to be deployed by Platform Service providers so that it is available to Platform clients as a web service. The service is initially built over Apache Kafka.
- Data Router (DR) - The Data Routing System project is intended to provide a common framework by which data producers can make data available to data consumers and a way for potential consumers to find feeds with the data they require. The interface to DR is exposed as a RESTful web service known as the DR Publishing and Delivery API
- Data Bus Controller - Provisioning API of the Data Movement Platform
Futher detailing will be done later.
4. known system limitations
...
- that can be used for provisioning topics in the Message Router and feeds in Data Router. In addition Bus Controller is also used for provisioning Mirror Maker capability between two Message Router instances to replicate messages
4. Known system limitations
Current know system limitations
- DMaaP uses persistent volumes to store data used by topics and feeds. Persistent volumes need to have enough storage space to handle anticipated volume.
5. Used Models
DMaaP uses the following models:??does not use any models.
6. System Deployment Architecture
DMaaP consists of 3 containersmain components:
- DMaaP Message Router
- DMaaP Data Router
- DMaaP Buss Controller
...