Activating the Pimcore Datahub bundle
In the previous section, you learned how to implement data management processes, such as the data quality process. These processes, the name of what? unclear, are key aspects of the MDM concept. Another fundamental feature for MDM systems is the possibility to expose entities to third-party applications and sites.
In this section, you will learn how to activate the Pimcore Datahub bundle and how to configure that bundle properly. Later in this chapter, you will learn how to use this bundle to expose Pimcore objects and let external applications create new objects.
As you learned in the Installing a Bundle section of Chapter 7, Administrating Pimcore Sites, Pimcore bundles can be downloaded through the composer
package manager; to download the Datahub bundle, you just need to follow these instructions:
- Open a shell and point to the chapter folder of the book source code.
- Run the following command to jump inside the Docker container...