MotherDuck Store
Create a new database
To create a new database in MotherDuck, follow these steps:
- Go to https://app.motherduck.com/home and log in to your MotherDuck account if you're not already logged in.
- Look for the "Attached databases" section in the left sidebar.
- Click on the + ("Add database") button.
- Enter a name (e.g.
meltano) for your database and click "Create database". - Copy the name of your database.
Create an access token
To create an access token for your MotherDuck database, follow these steps:
- Go to https://app.motherduck.com/settings/tokens and log in to your MotherDuck account if you're not already logged in.
- Click "Create token".
- Enter a name and optional expiration date for your token and click "Create".
- Copy the token and store it securely.
Configure Meltano
To configure your Meltano Workspace to use your MotherDuck database, follow these steps:
- Add a new store to your Meltano Workspace using the
motherduckstore type. - Use
md:<your-database>as the connection string, replacing<your-database>with the name of your database. - Paste in the access token you copied from the MotherDuck settings page.