selva
selva

Reputation: 21

is there is any IDE or GUI available to work with CASSANDRA DATABASE with PHP?

we are doing project currently on php and we want to use cassandra no sql database and is there is any API available like MYSQL,LAMP?

Upvotes: 2

Views: 1870

Answers (1)

shmeeps
shmeeps

Reputation: 7853

Plenty, but this has been answered before: Cassandra PHP module

SimpleCassie and Thrift seem to be common.

(These are API's, a GUI or IDE would be hard to find.)

Upvotes: 3

Related Questions