sql-engine

There are 35 repositories under sql-engine topic.

  • bcosca/fatfree

    A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!

    Language:HTML2.7k215952443
  • go-mysql-server

    dolthub/go-mysql-server

    A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.

    Language:Go2.5k19234239
  • blazingsql

    BlazingDB/blazingsql

    BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.

    Language:C++2k56715183
  • src-d/go-mysql-server

    An extensible MySQL server implementation in Go.

    Language:Go1k27332110
  • apache/seatunnel-web

    SeaTunnel is a distributed, high-performance data integration platform for the synchronization and transformation of massive data (offline & real-time).

    Language:Java747250327
  • Pamblam/jSQL

    jSQL is the "official" Javascript Query Language - A database written in Javascript for use in a browser or Node.

    Language:JavaScript1136117
  • opteryx

    mabel-dev/opteryx

    🦖 A SQL-on-everything Query Engine you can execute over multiple databases and file formats. Query your data, where it lives.

    Language:Python10951.3k13
  • InterestingLab/seatunnel-example

    seatunnel plugin developing examples.

    Language:Scala364116
  • gerardnico/calcite

    Calcite Demo

    Language:Java314112
  • spoddutur/cloud-based-sql-engine-using-spark

    Cloud-based SQL engine using SPARK where data is accessible as JDBC/ODBC data source via Spark ThriftServer.

    Language:Java316214
  • sqle/sqle

    [DEPRECATED] See https://github.com/src-d/go-mysql-server

    Language:Go10256
  • alinous-core/alinous-elastic-db

    Alinous Elastic DB is database for bigdata. It can scale both the SQL engine and storage engine. This database engine is for scaling and sharding.

    Language:C++97172
  • siqueiraa/KaflowSQL

    💬 Streaming SQL engine for Kafka with real-time joins, schema validation and DuckDB-powered transformations.

    Language:Go6
  • apache/seatunnel-datasource-sdk

    SeaTunnel is a distributed, high-performance data integration platform for the synchronization and transformation of massive data (offline & real-time).

    Language:Java51504
  • hkveeranki/minisqlengine

    Mini Sql Engine

    Language:Python3100
  • mdauthentic/sql-parser

    An in-progress SQL parser written in Rust and uses Chumsky for parsing for educational purpose.

    Language:Rust3100
  • ssumukh/SQL-Engine

    SQL Engine implemented using python

    Language:Python3000
  • alex1on/Information-Systems-NTUA

    Distributed execution of SQL queries over Trino

    Language:Python1130
  • avi028/sql_engnie

    mini sql engine in c++. It solves select , add, sum & count query

    Language:C++1000
  • Bennyelg/nimPresto

    prestodb connector with nim

    Language:Nim1201
  • hyperj/note.sql-engine

    参考主流分布式SQL计算引擎的开源项目进行整理

  • pythonerleilei/matrix-sql

    a custom sql engine for big data

    Language:Scala1100
  • rnjtsh/MiniSQL

    A mini SQL engine capable of performing very basic functionalities of SQL

    Language:Python1003
  • Saiteja-Reddy/Mini-SQL-Engine

    A Toy​ Sql Engine which will run a subset of SQL queries using ​command line interface. DB Assignment.

    Language:Python1200
  • akashchand91/Davisbasee

    Davisbasee is a database engine using B+ tree which supports the DDL and DML commands i.e. create, drop, select, insert, update, delete operations on the database. The application uses file per table approach and paging to facilitate physical storage. Implemented in Java.

    Language:Java0000
  • BlitW0/Mini-SQL-Engine

    Basic sql engine which supports simple queries of the type: SELECT <attributes> FROM <tables> WHERE <condition>;

    Language:Python0100
  • naman14310/Mini_SQL_Engine

    A mini sql engine which will run a subset of SQL queries using command line interface

    Language:Python0100
  • nidhitvaishnav/StormSQL

    Given project is a command line Database management system which supports DDL, DML, and VDL commands. It supports DDL commands like create database, create table, drop table, DML commands like insert, delete and update, VDL commands like select.

    Language:Java0000
  • beingamanforever/hilabs

    Healthcare provider data often suffers from duplication, inconsistent formatting, missing identifiers, and expired licenses, making reliable analysis and compliance tracking difficult. We built a data analytics and visualization platform to streamline deduplication, standardization, integration, and compliance reporting.

    Language:TypeScript
  • kenjihiraoka/presto-helm-chart

    Helm Chart for PrestoSQL, using coordinator and worker decoupled

    Language:HTML201
  • mansi-k/miniSQLengine

    Developed an SQL engine that will run a subset of SQL queries using command-line interface

    Language:Python10
  • swetanjal/Mini-SQL-Engine

    A Mini SQL Engine supporting a small subset of SQL queries coded from scratch in Python.

    Language:Python10
  • vishalpatel72/Mini-SQL-Engine

    A lightweight SQL engine implemented in Python that parses and executes a subset of SQL queries via the command line. It supports core SQL features like SELECT, WHERE, GROUP BY, ORDER BY, DISTINCT, and simple joins on CSV-based datasets, providing an educational insight into how SQL engines work internally.

    Language:Python