doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

Experimental Cassandra Support #24

Closed beberlei closed 8 years ago

beberlei commented 9 years ago

Using the new php driver to add Cassandra Support.

It works with the K/V part already, only the range support is now missing.

Closes https://github.com/doctrine/KeyValueStore/issues/38

EmanueleMinotto commented 8 years ago

ping @Ocramius

Ocramius commented 8 years ago

@EmanueleMinotto looks good overall, just that .travis.yml needs some cleanup ;-)

EmanueleMinotto commented 8 years ago

@Ocramius updated and moved scripts into tests/travis.sh, is it ok or too much generic (it contains only Cassandra setup)?

billschaller commented 8 years ago

:+1:

Ocramius commented 8 years ago

@EmanueleMinotto :+1: