2 रिपॉजिटरी
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 is a browser-based educational platform for learning SQL syntax through interactive exercises, tutorials, and a query playground. It provides a structured environment for mastering the logic and syntax of MySQL, SQLite, and PostgreSQL using a sequence of hands-on challenges. The platform uses a WebAssembly-based database engine to enable local SQL execution and real-time query validation entirely within the browser. This architecture allows for virtual table mocking and state management without the need for a backend server or user accounts. The environment includes a gamified cur
Implements a database engine that runs SQL queries entirely within the browser via WebAssembly.