Apache Cassandra
Connect to Apache Cassandra in DbFace
Apache Cassandra
Install DataStax PHP Driver
We use DataStax PHP Driver to connect to apache cassandra database. Please refer this linke to get how to install this driver: https://github.com/datastax/php-driver
- Install DataStax PHP Driver
git clone https://github.com/datastax/cpp-driver.git
cd cpp-driver
mkdir build
cd build
cmake ..
make
make install
pecl install cassandra
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified December 28, 2020: change the ticket (c5eeadc)