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?
Sorry for late reply.
It would really depend on database connection library you use.
eventlet.monkey_patch()
.monkey_patch()
would do the trick.