Skip to main content

Questions tagged [orchestration]

1 vote
0 answers
106 views

Update: Forget the 'best' way, any way to start with is good enough. I am new to this and figuring it out all by myself is taking too long. I don't even know where to start. I am new to this and ...
kchawla-pi's user avatar
-1 votes
1 answer
91 views

The following applies to a platform/company at an early stage in its life, moving quickly and cheaply with a small engineering team. Imagine a platform with the following components: Cloud ...
Dan's user avatar
  • 207
4 votes
2 answers
494 views

I'm new to AWS serverless applications and am looking for something like ocelot request aggregation on the AWS serverless stack. Assume I have two AWS lambdas that return data needed by a SPA: A and ...
C.M.'s user avatar
  • 149
5 votes
1 answer
2k views

I'm programming a process in which clients will be separated in 3 different groups, and for every group a different action will be performed. My question concerns the process of deciding which client ...
Michel's user avatar
  • 971
2 votes
3 answers
1k views

Say that you're doing a code review, and you find yourself faced with an orchestration pattern: class OrchestrationClass { private Configuration _configuration; private DataStore1 _dataStore1; ...
blueberryfields's user avatar