Deploying Data Referential Services
In the previous chapter, we saw how to create a data referential service. We left questions about how to plug this MDM service into authentication, authorization, and generally speaking, how to deploy it in the information system for this chapter.
We will see how to produce Docker images for data referential services (the books data referential service, but also the authors data referential service that we will deal with in the next chapter). These images will then be used in the following chapters as two of the main services of our sample information system. By the end of the next chapter, we will be able to deploy all the bricks needed for DemoEditor
, and the following chapters will be about making interfaces between them, integrating them into complex business processes that necessitate functions brought by several of them, etc.
We’ll cover these topics in this chapter:
- How to deploy the data referential service we have created...