Replies: 2 comments
This comment was marked as spam.
This comment was marked as spam.
|
Your use cases are already supported. What remains to implement is your custom data synchronization mechanism, which should be relatively straightforward. IMO you have are two broad approaches:
Both solutions can be automated (e.g. run on a schedule, triggered by webhook), or executed on demand (e.g. via CLI). Depending on your needs, the integration can synchronize complete records, perform upserts, or update only cross-references and URLs between platforms to provide traceability. The precise synchronization logic also depends on which platform is authoritative for each type of data. Your message does not provide enough detail to define that logic. But a at a technical level this appears to be a standard data extraction, transformation, and synchronization task. |
Uh oh!
There was an error while loading. Please reload this page.
A lot of systems and live architecture data lives in other tools like datadog or backstage developer platform. I would love to be able to link to the services and components that exist in data dog directly from turbo EA, even if it's a manual mapping in the begining
All reactions