On-premise deployment

You can deploy Rakam into your cloud provider using our Docker images. Here is how you can pull the latest version:

docker pull us.gcr.io/rakam-bi-bundle/rakam-bi:v3.19

Please note that the registry requires a valid certificate for you to pull it into your environment. The sales team will provide the credentials in the POC period.

The only dependency for rakam BI is a Postgresql database for storing the metadata and user data. You can use managed Postgresql solutions such as RDS or deploy it using its Docker images similar to Rakam. The minimum version requirement is Postgresql 11.

Here are the environment variables that Rakam makes use of:

RAKAM_CONFIG_DATABASE_CONNECTION_MAX__IDLE__TIMEOUT=5000
RAKAM_CONFIG_DATABASE_CONNECTION_MAX__LIFE__TIME=120000
RAKAM_CONFIG_DATABASE_CONNECTION_DISABLE__POOL=true
RAKAM_CONFIG_DATABASE_URL=
RAKAM_CONFIG_DATABASE_USERNAME=
RAKAM_CONFIG_DATABASE_MAX__CONNECTION=50