dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

YDB Temporal support. #215

Open dhiaayachi opened 2 months ago

dhiaayachi commented 2 months ago

We would like to thank the Temporal developers very much for their hard work in creating and maintaining this amazing framework. The contribution of the Temporal team to the development of tools for the development of long-lived applications is incredibly important for many developers and represents a truly valuable resource in modern software development.

Due to the growing demand for the use of Yandex Database (YDB) in modern applications with high requirements for scalability and fault tolerance, we consider it important to add YDB support to the Temporary framework. Temporary is a powerful tool for developing long-lived applications, but currently the lack of native integration with YDB limits the capabilities of developers and reduces the competitiveness of the framework.

Functionality Details:

  1. Support for Yandex Database as a repository for Temporary, which will allow developers to take full advantage of the features provided by YDB, such as geographic data replication, automatic scaling and high fault tolerance.
  2. Integration of YDB functionality with the Temporary SDK to ensure ease of use and compatibility with existing applications.

Advantages:

  1. Expanding the potential audience of Temporary by YDB users interested in developing long-lived applications.
  2. Improved performance and scalability of applications using Temporary in combination with YDB.
  3. Increasing the competitiveness of Temporal in the market of long-lived application development tools.

This extension of Temporal functionality will enable developers to take full advantage of the benefits provided by YDB in their long-lived applications, which will make Temporal an even more attractive development tool.

dhiaayachi commented 1 month ago

Thank you for your feature request. We appreciate your suggestion and understand the need for YDB integration in Temporal. While we don't have native YDB support at the moment, here are some workarounds you can consider:

  1. Utilize YDB through Activities: You can use YDB functionality by invoking Activities within your Temporal workflows. These Activities can communicate with YDB and handle operations like data retrieval or updates.

  2. Explore Third-party SDKs: There might be third-party Temporal SDKs that offer YDB integration. While not officially supported by Temporal, they might provide a suitable solution.

We are always exploring ways to improve Temporal and will consider your request for native YDB support in future development plans.

dhiaayachi commented 1 month ago

Thank you for the detailed feature request! We appreciate your interest in integrating YDB with Temporal.

While we don't have native YDB support at this time, you can achieve similar functionality using Activities to interact with YDB. Activities allow you to execute external code, including database interactions, within your workflows.

This approach provides flexibility: you can choose the YDB client library and tailor the implementation to your specific needs.

We are actively exploring options to enhance our database integrations, and your feedback is valuable to us. We will keep your request in mind for future development considerations.

dhiaayachi commented 1 month ago

Thank you for the feature request! We appreciate your feedback and the valuable insights you've shared about the growing need for YDB integration within the Temporal framework.

While we don't have a native integration with YDB at this time, you can explore using Temporal's Activity to interact with YDB. Activities allow you to execute external code, enabling you to leverage YDB's functionalities within your Temporal workflows.

We are constantly evaluating new features and integrations, and your feedback will be considered for future development roadmap.