DEV Community

Cover image for Quick tip: Test drive SingleStoreDB using the Query Playground
Akmal Chaudhri for SingleStore

Posted on • Edited on

Quick tip: Test drive SingleStoreDB using the Query Playground

Abstract

SingleStore provides a Playground that offers a fast and easy way to experience some of the capabilities of SingleStoreDB, without requiring any sign-up or downloads. In this very short article, we'll discuss some of the features of this Playground environment.

Introduction

There are a variety of ways to test drive SingleStoreDB. For example:

  • SingleStoreDB Cloud. Create a free trial account with US$500 in credits and no credit card details are required.
  • SingleStoreDB Self-Managed. Install the software yourself and available in several editions, such as Standard and Premium.
  • SingleStoreDB Dev Image. A Docker image.

A recent addition to this list is the Playground environment. This is entirely browser-based, requiring no registration and comes pre-loaded with several databases:

Figure 1 shows the initial landing page.

Figure 1. Playground Landing Page.

Figure 1. Playground Landing Page.

The look and feel of the environment is very similar to SingleStoreDB Studio.

Figure 2 shows the top navigation bar.

Figure 2. Navigation Bar.

Figure 2. Navigation Bar.

As we can see, there are several menu options, from left to right:

  • Database. Choose the database from one of the examples mentioned earlier. In Figure 2, martech is shown selected.
  • Three vertical dots. SQL code from a file can be uploaded into the editor or the SQL code from the editor can be saved to a file.
  • + Example Queries button. Choose one of the pre-defined example queries appropriate for the selected database. The query will be pasted into the editor, ready to run.
  • Run button. Execute the code in the editor. The results will be shown below the editor and can be saved to a CSV file.

A great walkthrough and tutorial of the Playground using the JSON Game Data example can be found in the article The JSON Playground in SingleStoreDB.

Summary

The Playground environment is a quick and simple way to get started with SingleStoreDB. The Playground comes with several popular databases built-in and ready to run. Example queries can be easily selected and run in the editor. The query results can also be saved to a CSV file. To fully experience the power and capabilities of SingleStoreDB, the next step would be to choose one of the other options (Cloud, Self-Managed or Docker).

Do your career a big favor. Join DEV. (The website you're on right now)

It takes one minute, it's free, and is worth it for your career.

Get started

Community matters

Top comments (0)

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay