Quickstart

You can either login at out console and get a connection string for connecting to your collections, or alternatively you can run our docker image using the following command.

Running locally using docker

docker run 6821:6821 tempdb-labs/tempdb

You container should be running on port 6821 and you can verifying it by running the docker pscommand.

Connect to your database

Once the database is running, you can use our integration guide to connect to it.

Last updated