Disclosure of Invention
The present invention has been made in view of the above problems, and it is an object of the present invention to provide a micro-service assembly integrated processing system that overcomes or at least partially solves the above problems.
In order to achieve the above purpose, the invention adopts the following technical scheme:
a micro-service assembly integrated processing system, the system comprising:
the business integration platform micro-service module is used for externally disclosing an interface and serving a peripheral system;
the public service module is used for providing basic information inquiry service for public clients;
The private micro service module is used for providing basic information inquiry service for individual clients;
And the subscription micro-service module is used for inquiring and managing the subscription information of the clients.
Optionally, the system further comprises a special list micro-service module, wherein the special list micro-service module is used for inquiring the black-gray list and providing data support for risk management and compliance inspection links.
Optionally, the system further comprises an API gateway module for authentication, rights control, traffic management and route forwarding.
Optionally, the service integration platform micro-service module distributes the task to the corresponding micro-service module for processing according to the request, and integrates the data returned by each micro-service module to form a unified response and return the unified response to the caller.
Optionally, when the subscription micro service module processes the subscription information of the client, the subscription micro service module can call the public micro service module or the private micro service module to acquire the basic information of the client for subsequent verification or recording.
In summary, due to the adoption of the technical scheme, the beneficial effects of the invention are as follows:
1. the invention adopts a micro-service architecture to split the system into a plurality of independent and autonomous services. Such an architecture improves the scalability, flexibility and maintainability of the system. Each micro service can be independently developed, deployed and updated, so that the coupling degree between systems is reduced, and the development efficiency and the stability of the system are improved.
2. The integration platform micro-service is responsible for exposing an interface to the outside, allowing a peripheral system to call and coordinating interaction among the micro-services. The product can be easily integrated into different business scenes, and diversified requirements are met.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all, embodiments of the present invention, and all other embodiments obtained by those skilled in the art without making any inventive effort based on the embodiments of the present invention are within the scope of protection of the present invention.
Referring to fig. 1, the present embodiment provides a micro-service assembly integrated processing system, which includes:
And the API gateway module is used for identity verification, authority control, flow management and route forwarding.
To ensure security and stability of the system, the product also deploys an API gateway to manage external access to the microservices. The API gateway is responsible for the functions of identity verification, authority control, flow management, routing forwarding and the like, and ensures that only legal requests can access corresponding micro services. Meanwhile, the method can also perform caching, current limiting, fusing and other processes on the request so as to protect the micro-service from malicious attack or overload.
And the business integration platform micro-service module is used for externally disclosing an interface and serving a peripheral system.
The business integration platform micro-service module is used as a portal of a product, an interface is externally disclosed, and the business integration platform micro-service module is seamlessly connected and serves a peripheral system, so that efficient interaction is realized.
The business integration platform micro-service module serves as a central hub, is not only an entrance of a product, but also plays a role in coordinating interaction among micro-services. The method is used for exposing interfaces externally, allowing the peripheral system to call, distributing tasks to corresponding micro-service modules for processing according to the requests, integrating data returned by the micro-service modules, and forming a unified response and returning the unified response to a calling party.
And the public service module is used for providing basic information inquiry service for public clients.
The public micro service module is focused on the public customer field, provides an exhaustive basic information inquiry function, and meets the information requirement of enterprises on public business
And the private micro service module is used for providing basic information inquiry service for the individual clients.
The private micro service module faces to the individual customer and provides comprehensive basic information inquiry service as well, so that the convenient acquisition of the individual customer information is ensured.
And the subscription micro-service module is used for inquiring and managing the subscription information of the clients.
The subscription micro-service module plays an important role, is focused on inquiring and managing the subscription information of the clients, and provides firm support for the execution and supervision of contracts of both parties.
When the signing micro service module processes the signing information of the clients, the public micro service module or the private micro service module can be called to acquire the basic information of the clients for subsequent verification or recording. The direct call relationship is helpful for reducing data redundancy, improving data consistency, and optimizing system performance.
And the special list micro-service module is used for inquiring the black-gray list and providing data support for risk management and compliance inspection links.
The special list micro-service module is focused on inquiring special lists such as black and gray, and provides key data support for key links such as risk management, compliance examination and the like, so that the safety and compliance of business operation are ensured.
The present embodiment employs a micro-service architecture to split the system into multiple independent, autonomous services. Such an architecture improves the scalability, flexibility and maintainability of the system. Each micro service can be independently developed, deployed and updated, so that the coupling degree between systems is reduced, and the development efficiency and the stability of the system are improved.
The integration platform micro-service is responsible for exposing an interface to the outside, allowing the peripheral system to call and coordinating interaction among the micro-services. The product can be easily integrated into different business scenes, and diversified requirements are met.
The embodiment also provides a systematic implementation process:
s1, preparing deployment:
The deployment environment is prepared, and resources such as servers, networks, databases and the like are included.
Relevant components of a micro-service administration framework (such as Spring Cloud) are configured, such as a service registry, a configuration center, etc.
S2, deployment implementation:
The business integration platform microservices, the public microservices, the private microservices, the subscription microservices and the special list microservices are packaged into a deployable unit (a Docker container) and deployed into a production environment.
The deployment process is monitored, so that each service can be started smoothly and run normally.
S3, monitoring and logging:
A monitoring tool is deployed to monitor the operating state and performance metrics of each micro-service.
Collecting and analyzing log data, and timely finding and solving problems.
S4, open access:
and opening a public interface of the service integration platform micro-service for the peripheral system to call.
Through the implementation process, the system can be ensured to stably and efficiently run, and the diversified requirements of users are met.
The foregoing is a further detailed description of the invention in connection with the preferred embodiments, and it is not intended that the invention be limited to the specific embodiments described. It will be apparent to those skilled in the art that several simple deductions or substitutions may be made without departing from the spirit of the invention, and these should be considered to be within the scope of the invention.