I'm using eventlet to build a simple website crawler starting from this example. I would like to use SQLAlchemy to store web pages' content and metadata for further processing. It's possible to use SQLAlchemy along with eventlet? Could anyone provide a simple example?
The OpenStack Compute (Nova) project uses SQLAlchemy and eventlet, you might be interested in their approach.
Sorry for late reply.
It would really depend on database connection library you use.
eventlet.monkey_patch()
.monkey_patch()
would do the trick.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With