2 Repos
Runs SQL statements independently of the client with configurable processing guarantees.
Distinct from SQL Statement Executions: Distinct from SQL Statement Executions: focuses on background, stateful execution rather than simple query execution.
Explore 2 awesome GitHub repositories matching data & databases · Background SQL Executions. Refine with filters or upvote what's useful.
Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis
Supports running SQL statements in the background with state snapshots for reliable execution.
sql-mother ist eine browserbasierte Bildungsplattform zum Erlernen der SQL-Syntax durch interaktive Übungen, Tutorials und einen Query-Playground. Sie bietet eine strukturierte Umgebung zur Beherrschung der Logik und Syntax von MySQL, SQLite und PostgreSQL mithilfe einer Abfolge praktischer Herausforderungen. Die Plattform verwendet eine WebAssembly-basierte Datenbank-Engine, um lokale SQL-Ausführung und Echtzeit-Abfragevalidierung vollständig im Browser zu ermöglichen. Diese Architektur erlaubt das Mocking virtueller Tabellen und das Zustandsmanagement ohne die Notwendigkeit eines Backend-Servers oder Benutzerkonten. Die Umgebung umfasst einen gamifizierten Lehrplan mit geführten Lektionen, eine Sandbox für freie Abfragen und Tools für Pädagogen, um benutzerdefinierte Übungen und Schwierigkeitsgrade zu erstellen.
Implements a database engine that runs SQL queries entirely within the browser via WebAssembly.