From 42174e729d17596e72978ca5aef95222f2ac7531 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 30 Oct 2016 15:26:44 +0100 Subject: [PATCH] Roadmap for NoSQL stack --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index c98e005d..5cf99ae9 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Select your prefered setup. No need to install and configure different versions locally. Simply choose your required LAMP/LEMP stack combination during startup and it is up and running instantly. +**Base stack** + | Webserver | MySQL | PostgreSQL | PHP | |-----------|-------|------------|-----| | [![Build Status](https://travis-ci.org/cytopia/docker-apache-2.2.svg?branch=master)](https://travis-ci.org/cytopia/docker-apache-2.2) [Apache 2.2](https://github.com/cytopia/docker-apache-2.2) | [![Build Status](https://travis-ci.org/cytopia/docker-mysql-5.5.svg?branch=master)](https://travis-ci.org/cytopia/docker-mysql-5.5) [MySQL 5.5](https://github.com/cytopia/docker-mysql-5.5) | PostgreSQL 9.2 | [![Build Status](https://travis-ci.org/cytopia/docker-php-fpm-5.4.svg?branch=master)](https://travis-ci.org/cytopia/docker-php-fpm-5.4) [PHP 5.4](https://github.com/cytopia/docker-php-fpm-5.4) | @@ -74,6 +76,24 @@ No need to install and configure different versions locally. Simply choose your **Note:** Entries without links or without build-status are not yet available, but are coming soon. See [CONTRIBUTING](https://github.com/cytopia/devilbox/blob/master/CONTRIBUTING.md) for tasks and upcoming features. +**Optional NoSQL stack** + +| Cassandra | CouchDB | Memcached | MongoDB | Redis | +|-----------|---------|-----------|---------|-------| +| Cassandra 2.1 | CouchDB 1.6 | Memcached latest | MongoDB 2.6 | Redis 2.8 | +| Cassandra 2.2 | CouchDB 2.0 | | MongoDB 3.0 | Redis 3.0 | +| Cassandra 3.0 | | | MongoDB 3.2 | Redis 3.2 | +| | | | MongoDB 3.4 | Redis unstable | + + + + ## Feature overview * Dynamically Configured **Mass Virtual Hosting**