Hello; As far as I can see, abp.io has reached a good point in microservices as stated on the website and it is possible to create projects and get support in this architecture. But I could not find any information about SCS projects.
Is it possible to find a solution in abp.io in SCS (Self-Contained System) type projects? Are there any friends who have done it? Is there any documentation on this subject?
3 Answer(s)
-
0
Hi, you're right, we currently don't have dedicated documentation specifically for SCS (Self-Contained Systems). However, the core principles of the ABP, such as modularity, database independence, and service isolation, are well aligned with the concepts behind SCS.
When you generate a microservice solution using our template, you'll notice that each service is designed to be independent. They have their own databases, and can run and be deployed independently:
In essence, ABP provides the foundational building blocks of SCS: self-contained, self-deployable, and self-runnable services with their own UIs (we suggest composing all UIs in the main application, and our tutorials also explain in that way, but you can make some modifications to make your services as independent UI apps) and data stores.
Best regards.
-
0
(we suggest composing all UIs in the main application, and our tutorials also explain in that way, but you can make some modifications to make your services as independent UI apps)
I will run a test on this, thanks for your response.
-
0
[user5.abpio] said:
(we suggest composing all UIs in the main application, and our tutorials also explain in that way, but you can make some modifications to make your services as independent UI apps)
I will run a test on this, thanks for your response.
Thanks. Please let me know if you need help.
Regards.