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 是一个基于浏览器的教育平台,旨在通过交互式练习、教程和查询演练场来学习 SQL 语法。它提供了一个结构化的环境,通过一系列实践挑战来掌握 MySQL、SQLite 和 PostgreSQL 的逻辑与语法。 该平台使用基于 WebAssembly 的数据库引擎,实现在浏览器内进行本地 SQL 执行和实时查询验证。这种架构支持虚拟表模拟和状态管理,无需后端服务器或用户账户。 该环境包含游戏化的引导式课程、用于练习任意查询的自由沙盒,以及供教育者创建自定义练习和难度等级的工具。
Implements a database engine that runs SQL queries entirely within the browser via WebAssembly.