Overview

In Deskree platform, each project is equipped with a suite of micro-services. These services are designed to provide robust, scalable functionality to your applications. It's crucial for users to regularly update these services to ensure optimal performance, security, and access to the latest features.

Available Micro-services:

  1. API Gateway:

    • Manages and routes requests to the appropriate services. Essential for handling various API calls efficiently.

  2. Analytics:

    • Provides insights into application usage, user behavior, and other vital metrics. Key for data-driven decision-making.

  3. Auth (Authentication):

    • Handles user authentication processes. Ensures secure access control and identity management.

  4. Config (Configuration):

    • Allows users to manage application configurations and settings centrally.

  5. Data Export/Import:

    • Facilitates the transfer of data to and from the platform. Critical for data backup, migration, or integration tasks.

  6. GraphQL:

    • Offers a powerful and flexible API for querying and manipulating data. Ideal for complex applications with varied data requirements.

  7. REST (Representational State Transfer):

    • Provides a RESTful API service for interacting with web services in a straightforward, stateless manner.

  8. Webhooks:

    • Allows for custom callbacks to be triggered by specific events, enabling real-time data flow and integration.

Service Page

User Responsibility for Updates:

  • Stay Informed: Regularly check for updates on each micro-service.

  • Timely Updates: Promptly apply updates to leverage improved features, enhanced security, and bug fixes.

By keeping these micro-services up-to-date, users can maintain a high-performing, secure, and efficient backend environment, essential for the smooth operation of their applications.

Last updated