mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 02:40:04 +00:00
Roadmap for NoSQL stack
This commit is contained in:
parent
be5d4e15c9
commit
42174e729d
20
README.md
20
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
|
||||
<sub>**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.</sub>
|
||||
|
||||
|
||||
**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 |
|
||||
|
||||
<!--
|
||||
**Optional cgi stack**
|
||||
|
||||
| Go | Perl | Python | Ruby |
|
||||
|------|------|--------|------|
|
||||
| todo | todo | todo | todo |
|
||||
-->
|
||||
|
||||
|
||||
## Feature overview
|
||||
|
||||
* Dynamically Configured **Mass Virtual Hosting**
|
||||
|
Loading…
Reference in New Issue
Block a user