Open rdlowrey opened 7 years ago
See here for an idea a had lately: https://datastax-oss.atlassian.net/browse/PHP-208
If that works, you don't have to implement the whole client. The existing one is pretty sophisticated when it comes to loadbalancing / routing strategies and supports all the latest CS features.
Also it is really fast and already supports async operations (even though not optimal).
Fast: I managed to scan a table with 100k rows / sec on a modern server with a single PHP process.
A Cassandra driver would would be super useful. Iām going to try and work on this in the next couple of weeks to get back in the swing š