Skip to content

api-evangelist/singlestore

Repository files navigation

SingleStore (singlestore)

SingleStore is a cloud-native distributed SQL database designed for real-time analytics and mixed workloads. It offers a management API for provisioning and managing cloud workspaces, and a data API for executing SQL statements over HTTP without requiring native database drivers. SingleStore Helios is the fully managed cloud service providing serverless database capabilities with elastic scaling.

APIs.json: https://raw.githubusercontent.com/api-evangelist/singlestore/refs/heads/main/apis.yml

Scope

  • Type: Index
  • Position: Consumer
  • Access: 3rd-Party

Tags

  • Database
  • SQL
  • Analytics
  • Cloud
  • Distributed SQL

Timestamps

  • Created: 2025-01-01
  • Modified: 2026-05-19

APIs

SingleStore Data API

The SingleStore Data API enables developers to execute SQL statements against a SingleStore Helios database over standard HTTP connections without requiring a native database driver or MySQL-compatible client. It supports all SQL statements via /api/v2/exec, and returns query result sets via /api/v2/query/rows and /api/v2/query/tuples. Authentication is handled using HTTP Basic or Bearer Authentication over HTTPS.

Tags

  • SQL
  • Database
  • Query
  • HTTP SQL

Properties

SingleStore Management API

The SingleStore Management API is a REST interface for programmatically creating and managing workspace groups and workspaces within SingleStore Helios. It supports provisioning, updating, suspending, resuming, and deleting workspaces, as well as managing private connections, regions, organizations, jobs, files, secrets, and teams.

Tags

  • Management
  • Workspaces
  • Provisioning
  • Database

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

SingleStore is a cloud-native distributed SQL database designed for real-time analytics and mixed workloads. It offers a management API for provisioning and managing cloud workspaces, and a data API for executing SQL statements over HTTP without requiring native database drivers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors