uber-cadence

Using DynamoDB instead of Cassandra in cadence


Is it possible to configure dynamoDB instead of Cassandra. If possible can please share any instructions on it. I couldn't find any in https://github.com/uber/cadence/blob/master/docker/README.md


Solution

  • It is not possible as DynanamoDB is not fully compatible with Cassandra semantic as related to conditional batch operations.