Update home authored by Federico Sismondi's avatar Federico Sismondi
...@@ -8,11 +8,14 @@ We currently have two deployments, DEVELOPMENT platform, and PRODUCTION platform ...@@ -8,11 +8,14 @@ We currently have two deployments, DEVELOPMENT platform, and PRODUCTION platform
- `DEVELOPMENT` is an environment where we test new features, test integration, etc. DATABASEs data will probably be wiped out from time to time. - `DEVELOPMENT` is an environment where we test new features, test integration, etc. DATABASEs data will probably be wiped out from time to time.
- `PRODUCTION` is an environment where we deploy stable features, databases are backed-up regularly - `PRODUCTION` is an environment where we deploy stable features, databases are backed-up regularly
| environment | host | services running | | environment | host | opened ports | services running |
| ------ | ------ | ------ | | ------ | ------ | ------ | ------ |
| DEVELOPMENT | 5.53.108.182 | current data, subscriptions current data, querying historical data | | DEVELOPMENT | 5.53.108.182 | 1026/tcp <br> 1027/tcp <br> 3005/tcp <br> 8668/tcp | current data (pull and/or subscribe) <br> access controlled querying <br> identity manager <br> querying historical data | |
| PRODUCTION | ? | ? | | PRODUCTION | ? | ? | |
TODO :
- SIMAVI to fill in PRODUCTION row after testing services are reachable
- Include section about maintainance (e.g. goind data base backups and restores)
## IoT Platform services ## IoT Platform services
... ...
......