Health Universe
  • Core Concepts
    • Overview of Health Universe
    • How Health Universe Works
  • Building Apps in Health Universe
    • Getting started with Health Universe
      • Create a Health Universe Account
      • Create a Github Account
      • Link your Github Account to your Health Universe Account
    • Creating a Workspace
    • Developing your Health Universe App
      • Streamlit vs FastAPI
      • Working in Streamlit
        • Typical Project Setup
        • Your First Health Universe App
        • Streamlit Best Practices
      • Working in FastAPI
        • Typical Project Setup
        • Your First Health Universe App
        • Navigator FastAPI best practices
    • Deploying your app to Health Universe
      • Deploying to Health Universe
      • Secret Management
      • Connecting to an LLM
      • Connecting to an external data source
  • Testing your app
  • Re-deploying your app
  • Document your app
  • Deleting your App on Health Universe
  • Additional resources
    • Data Formats, Standards & Privacy
    • External Tools and Libraries
Powered by GitBook
On this page

Was this helpful?

  1. Building Apps in Health Universe

Deploying your app to Health Universe

Health Universe is intended to make deploying Streamlit and FastAPI apps easy! There are some tricks to manage with regard to connecting to databases, LLMs or other resources that require authentication — the API keys and credentials are stored in the "secrets management" functions within Health Unverse, and they are stored securely so that only you can access that information. This is particularly useful when you are connecting to an LLM or to a secure database.

PreviousNavigator FastAPI best practicesNextDeploying to Health Universe

Last updated 21 days ago

Was this helpful?