rival-black
rival-black2y ago

CNCF Dapr

https://dapr.io/ https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-overview/ https://docs.dapr.io/developing-applications/sdks/js/js-client/#pubsub-api https://docs.dapr.io/developing-applications/sdks/js/js-server/#pubsub-api https://docs.dapr.io/developing-applications/sdks/js/js-client/#state-management-api https://docs.dapr.io/developing-applications/sdks/js/js-server/#bindings-api Had anyone given dapr (or Apache Camel) an integration attempt? Would implementing dapr ontop of Crawlee be a better approach then integrating it in a fork? I've come to find dapr a lot easier to use then trying to glue in NATS or kafka or an ORM for state storage. It's likely overkill for 99.99% of projects, but it would make deployment a lot easier for multiple clouds.
Dapr - Distributed Application Runtime
APIs for building secure and reliable microservices
Dapr Docs
Publish and subscribe overview
Overview of the pub/sub API building block
Dapr Docs
JavaScript Server SDK
JavaScript Server SDK for developing Dapr applications
Dapr Docs
JavaScript Client SDK
JavaScript Client SDK for developing Dapr applications
3 Replies
afraid-scarlet
afraid-scarlet2y ago
search for beanstalkd in this forum, I wrote about it before... extremely easy to install and use, lot of JS clients...
rival-black
rival-blackOP2y ago
beanstalk is great, but it's AWS only. Dapr in cloud agnostic. The GH issue with the code is adoptable for Dapr, So it's a decent start.
afraid-scarlet
afraid-scarlet2y ago
This thing: https://beanstalkd.github.io/ search the forum about using it with Crawlee

Did you find this page helpful?