DEV Community

silverboi
silverboi

Posted on

MLOps project setup: Supabase

Go get yourself a supabase account.

Once logged in to your account, create a new project and while creating it make sure to remember the db password you provide.

Supabase dashboard

Go into project settings -> database and grab the following out of connection info:

  • Host
  • Database name
  • Port
  • User
  • Password

Supabase db connection info

You'll need them later for setting up an airbyte destination.

That's it for supabase.

Top comments (0)