User Guide

User Guide#

This section of the docs covers the user-side usage of the public ma’ayanlab cluster.

  1. Configuring access to the cluster

    1. Setup your system for deployment.

    2. Get access from an administrator.

  2. Common containers for running with cluster resources.

    1. Jupyter lab for running with cluster resources.

    2. VSCode Server for running with cluster resources.

  3. Working with apps

    1. Setup your codebase to be deployable.

    2. Manage docker compose apps.

    3. Deploy your code to production.

  4. Common services you can create or pair with your app.

    1. PostgreSQL (RDMS): a popular relational database we recommend

    2. MariaDB (RDMS): another popular relational database compatible with mysql

    3. Neo4J (GraphDB): a graph database we use frequently in the lab

    4. MinIO (S3): a cloud file storage service

  5. Common questions & issues you may experience, answered.