Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Commit

Permalink
EticaAI/chatops-wg-data#10: no GUI, hosted version do not have export…
Browse files Browse the repository at this point in the history
… version on the try for free and is _enterprise_ expensive; at this moment better test other BaaS than go more deep on this one
  • Loading branch information
fititnt committed Mar 25, 2018
1 parent 3f9a9a4 commit 18cce4e
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,25 @@ CONTAINER ID IMAGE COMMAND CREA
e63a26cd8dc4 redis:3.0 "docker-entrypoint.s…" 21 minutes ago Up 21 minutes 0.0.0.0:6379->6379/tcp, 0.0.0.0:16379->16379/tcp, 0.0.0.0:26379->26379/tcp cloudboostplayground_redis_1
5f0579a4215a mongo:3.4 "docker-entrypoint.s…" 21 minutes ago Up 21 minutes 0.0.0.0:27017->27017/tcp cloudboostplayground_mongo_1

$ echo "The core of cloudboost is open source ('Apache License 2.0') which is nice and a good bussiness model, but keep in mind there is no open source gui"
The core of cloudboost is open source (Apache License 2.0) which is nice and a good bussiness model, but keep in mind there is no open source gui

# See screenshots. I guess this is a BaaS for Enterprise products or they also
# use they own BaaS to work as consulting for they clients, as we can see
# here https://www.cloudboost.io/consulting/. So at this point I guess, for
# the proposes of the chatops-wg, will see other products

### Stop and clean all resources (DO NOT RUN `docker-compose down --volumes --rmi all` ON PRODUCTION)
docker-compose down --volumes --rmi all

```

## Screenshots

![1-docker-running--no-gui.png](screenthots/1-docker-running--no-gui.png)
![2-the-hosted-version-is-expensive--enterprise-expensive-level.png](screenthots/2-the-hosted-version-is-expensive--enterprise-expensive-level.png)
![3-the-hosted-version-requires-pro-version(249USD)-to-export-data.png](screenthots/3-the-hosted-version-requires-pro-version(249USD)-to-export-data.png)

## Enviroment

```bash
Expand Down
14 changes: 13 additions & 1 deletion logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,10 @@ api_1 | syscall: 'getaddrinfo',
api_1 | hostname: 'cluster-analytics.cloudboost.io',
api_1 | host: 'cluster-analytics.cloudboost.io',
api_1 | port: 80 }
^CGracefully stopping... (press Ctrl+C again to force)
Stopping cloudboostplayground_api_1 ... done
Stopping cloudboostplayground_redis_1 ... done
Stopping cloudboostplayground_mongo_1 ... done
### Other shell screen here
Expand All @@ -173,3 +176,12 @@ CONTAINER ID IMAGE COMMAND CREA
209c6d99a69b cloudboost/cloudboost:latest "npm start" 2 minutes ago Up 2 minutes 0.0.0.0:4730->4730/tcp, 0.0.0.0:80->4730/tcp cloudboostplayground_api_1
e63a26cd8dc4 redis:3.0 "docker-entrypoint.s…" 3 minutes ago Up 2 minutes 0.0.0.0:6379->6379/tcp, 0.0.0.0:16379->16379/tcp, 0.0.0.0:26379->26379/tcp cloudboostplayground_redis_1
5f0579a4215a mongo:3.4 "docker-entrypoint.s…" 3 minutes ago Up 2 minutes 0.0.0.0:27017->27017/tcp cloudboostplayground_mongo_1
# fititnt at bravo in /alligo/code/fititnt/cloudboost-playground on git:master x [12:33:52]
$ docker-compose down --volumes --rmi all
Removing cloudboostplayground_api_1 ... done
Removing cloudboostplayground_redis_1 ... done
Removing cloudboostplayground_mongo_1 ... done
Removing image redis:3.0
Removing image mongo:3.4
Removing image cloudboost/cloudboost:latest
Binary file added screenshots/1-docker-running--no-gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 18cce4e

Please sign in to comment.