Dependencies
Because your service might need a database, cache, a broker etc, you can easily deploy all kinds of dependencies in Strio.
You just need to specify the dependencies that your service needs. For each dependencies few environment variables will be automatically generated by Strio. Find out more in the Container & Container Jobs section about environment variables.
Here is the recap of all the dependencies that you can deploy from Strio's interface.
Name | Type |
---|---|
PostgreSQL | SQL Database |
MySQL | SQL Database |
MariaDb | SQL Database |
Redis | Cache |
RabbitMQ | Broker |
MongoDb | NoSQL Database |
Elasticsearch | NoSQL Database |
For each dependency supported by Strio, you can choose the version that you want to deploy.
You can also specify the size of the dependency, here is a recap of the different size and what they mean.
Size | CPU | RAM |
---|---|---|
Small | 1/10 | 256 MiB |
Medium | 1/2 | 512 MiB |
Large | 1 | 1 Gb |
If a dependency that you want to deploy is not available natively on Strio, you can still deploy it through a container.