What is this?
This is an architecture with single logical storage for data and loosely coupled services. Communications between services should be organized through data layer.
"Data-oriented architecture" - means, think about data and storage first and then about services to process this data. This is true for the applications where data is the main value.