apache / openwhisk-package-alarms

Apache OpenWhisk package that can be used to create periodic, time-based alarms.
https://openwhisk.apache.org/
Apache License 2.0
24 stars 49 forks source link

Changes to support CosmosDB as trigger store #201

Open asteed opened 4 years ago

asteed commented 4 years ago

NOTE: The intention is that this will replace the previous PR #163 going forward.

Changes: Added support for alarms package to use cosmos DB. All database interactions will now go through database.js which in turn will delegate to actual DB implementations (couchdb or cosmosdb) based on dbType.

style95 commented 4 years ago

@asteed Sorry for letting this become stale. If this is still valid, could you resolve the conflicts?

asteed commented 4 years ago

Thanks @style95 - It's still valid, I'll resolve the conflicts soon.

rabbah commented 4 years ago

👍 let's get this in before it rots again.