Using Cassandra with Python and uWSGI

Posted by & filed under Cassandra, Python, Web development.

The latest Python DataStax DriverĀ is a welcomed addition to the available Python clients that support CQL3 with Cassandra. One unfortunate pain point with this client (and possibly others) is the amount of time it takes to connect to a cluster. Because each connection requires the client to fetch the entire cluster’s schema, time-sensitive environments (such… Read more »