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?

link|improve this question

40% accept rate
feedback

1 Answer

The OpenStack Compute (Nova) project uses SQLAlchemy and eventlet, you might be interested in their approach.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.