Search code examples
datastaxdatastax-enterprisedatastax-php-driverdatastax-enterprise-graph

There is no Driver for DataStax Graph in PHP


DataStax Enterprise 5.0 doesn't have a PHP driver. I need to use DSE Graph, What do I do ? Write Python Code and somehow run it using PHP ? Is there a timeline of when they are going to release this ? Any ideas anyone ?


Solution

  • Since the PHP driver is built on top of the DataStax Enterprise C++ driver, it necessarily lags releases on that driver. There are no firm dates, but I can say the DSE C++ driver should be GA mid-October 2016, and the PHP driver will be RC status some weeks after that.

    The alternative for now is to write in any of the other languages with GA graph support: Java, Python, Ruby, node.js, or C#.