Microservice Package
The Steedos Platform is based on the Moleculer microservices architecture, where each package is a Moleculer Service. You can define actions, methods, and subscribe to events in the service.
๐๏ธ Overview
In traditional monolithic applications, all functionalities and components are bundled into one large application. Over time, such an application can become extremely large and intricate, making maintenance, scaling, and deployment challenging. Microservices architecture tackles these challenges by breaking down large applications into small, independent, and interoperable services.
๐๏ธ Package Service
The Steedos Platform is based on the Moleculer microservices architecture, where each package is a Moleculer Service. You can define actions, methods, and subscribe to events in the service.
๐๏ธ REST API
In the event that the standard API generated by the Steedos cannot satisfy the business requirements, you can write a custom API to handle business data on the server.
๐๏ธ Triggers
By writing triggers, you can automatically trigger a piece of server-side code before and after record creation, deletion, and changes, achieving personalized data validation and processing.
๐๏ธ ObjectQL
ObjectQL is a query language designed for interacting with data objects within the Steedos Platform. Similar in concept to SQL used in relational databases, ObjectQL allows users to perform CRUD operations (Create, Read, Update, Delete) on structured data stored as objects.
๐๏ธ Internationalization
Steedos is a low-code platform that supports multiple languages. We can override the default translated content of the system by writing internationalization resource files in the software package, which enables internationalization.
๐๏ธ Moleculer Microservices Framework
3 items
๐๏ธ Platform Service Reference
3 items