AmazeeLabs / silverback-mono

Silverback Monorepo. Central hub for our open source packages and tooling.
https://silverback.netlify.app
8 stars 7 forks source link

Run multiple operations at once #1540

Closed pmelab closed 3 months ago

pmelab commented 3 months ago

Package(s) involved

@amazeelabs/executors

Description of changes

Extend the executors API so that it can be used to run all executors matching an operation and return a list of results sets.

Motivation and context

Retrieve data from multiple sources and merge it on the client.

Related Issue(s)

Decap integration.

How has this been tested?