Types
What is a deployment type?
Database deployments are created according to a template and that template is selected by the deployment's type.
What kind of deployment types are there?
These are the major type names. Each has various versions associated with it which reflect the release version scheme of the underlying database technology.
type | Database/Service |
---|---|
mongodb | MongoDB |
redis | Redis |
postgresql | PostgreSQL |
elastic_search | Elasticsearch |
rethink | RethinkDB |
rabbitmq | RabbitMQ |
etcd | etcd |
scylla | ScyllaDB |
mysql | MySQL |
disque | Disque |
mongodb-shard type
If MongoDB is deployed under an account, for every
mongodb
deployment, there will be amongodb-shard
deployment which shares its deployment name. This is a child deployment of themongodb
deployment and API calls directed to themongodb-shard
will fail. Direct any API calls for the MongoDB database to themongodb
parent deployment.
No MongoDB Classic
MongoDB Classic is not available, and will never be available for deployment through the API.
Updated over 5 years ago