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?
|
feedback
|
|
The OpenStack Compute (Nova) project uses SQLAlchemy and eventlet, you might be interested in their approach. | |||
|
feedback
|