Implement Cassandra DB & PHP Extension (#2214)

* Implementing Cassandra DB & PHP Extension
* Update documentation for Cassandra
* Added Cassandra for testing CI
This commit is contained in:
stefan
2019-07-25 10:18:33 +02:00
committed by Shao Yu-Lung (Allen)
parent 768f14b6dd
commit 1602ff2dd0
8 changed files with 154 additions and 1 deletions

5
cassandra/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
ARG CASSANDRA_VERSION=latest
FROM bitnami/cassandra:${CASSANDRA_VERSION}
LABEL maintainer="Stefan Neuhaus <https://www.github.com/stefnats>"