Technologies
We say we’re polyglots because we offer support to a wide list of programming languages and services deployed through a cartridge. Cartridges can be web frameworks, databases, monitoring services or connectors to external backends.
Delivering services and frameworks through a cartridge offers developers and system administrators a way to get more productivity and standardization. Focus on your code, that’s the message!
PostgreSQL
PostgreSQL is an open-source object-relational database system.
With Getup you can easily deploy and run applications backed by PostgreSQL using your favorite servers and frameworks.
Simplify the lifecycle
Deploying Python application with PostgreSQL is as easy as it can be:
$ rhc app-create App python-2.6 postgresql-9.2
The command will create your gear (server), install and configure Python, PostgreSQL and git repository on the server. Access your application on the web at http://App-namespace.getup.io - HTTPS works just fine as well, and all applications have a SSL certificate.
Tools
Use your favorite client to get access through a SSH tunnel
$ rhc port-foward -a App