Feed: SingleStore Blog.
Author: .
We are pleased to announce that developers can run SingleStoreDB locally on their Mac ARM — M1!
I will introduce how to install SingleStoreDB on your local machine (including Mac M1) using Docker. But before jumping into the guide, let me highlight our free offering for our developer community.
When you sign up for a SingleStoreDB account, you get two huge goodies:
-
$500 free credits to use for our cloud managed offering over a 60-day period
-
The ability to run SingleStoreDB on 4 units (up to 32 vCPU) on a Mac (now supporting Mac M1 machine), PN, Kubernetes, Virtual Machine, Linux or Docker for as long as you want.
This is a unique bundle for anyone looking to use SingleStoreDB in both cloud and local environments (yes, hybrid is a reality here!).
Install SingleStoreDB with Docker
Prerequisites
Clik here to view.

Get your license key
In the Portal, click on Organizations and On-Prem Licenses.
Clik here to view.

You should see a screen with the free license key.
Click on Install SingleStore:
Clik here to view.

Installation Guide
Select Quick Start
Select Docker as deployment
Click on Next
Clik here to view.

Enter a password that will be used to login as root user. (Here I entered ILOVESINGLESTOREDB)
Copy and paste the docker commands in your local CLI with the license key and password
Clik here to view.

You should see the following execution lines pulling the image from dockerhub and installing it on your local machine:
Clik here to view.

Run It From Docker
Your Docker desktop dashboard should look like the following. If SingleStoreDB is not running, just click on Image may be NSFW.
Clik here to view..
Clik here to view.

Connect to SingleStoreDB with the Studio
Select Localhost
Clik here to view.

Enter root for username and the password you entered earlier.
Clik here to view.

Click Submit and you should see the following screen:
Clik here to view.

Happy coding!