risinglight
An educational OLAP database system. (by risinglightdb)
datafusion-sqlparser-rs
Extensible SQL Lexer and Parser for Rust (by apache)
risinglight | datafusion-sqlparser-rs | |
---|---|---|
4 | 13 | |
1,763 | 3,168 | |
0.5% | 1.0% | |
5.8 | 9.6 | |
23 days ago | 4 days ago | |
Rust | Rust | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
risinglight
Posts with mentions or reviews of risinglight.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-19.
datafusion-sqlparser-rs
Posts with mentions or reviews of datafusion-sqlparser-rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-30.
-
Just Write a Test for It
Not sure I follow. The parser can parse almost any dialect you throw at it.
https://github.com/apache/datafusion-sqlparser-rs
-
Introducing SQLPage : write websites entirely in SQL
sqlparser to parse SQL queries and detect variable bindings
-
Understanding the SQL AST and what can be done with it
So to start with this, I looked into SQL parsing and found this library https://github.com/sqlparser-rs/sqlparser-rs
-
Supabase Logs: open source logging server
We switched to an open source alternative, the rust-based sqlparser-rs library, contributing a few updates for the BigQuery dialect.
- Parsing SQL with Rust
-
Writing a SQL LS in Rust - Looking for Coding Companions.
I have experience with sqlparser-rs (for my sqlpage project), but it does not track the source code location of the parsed data structures (yet).
-
Pure Python Distributed SQL Engine
It uses https://github.com/sqlparser-rs/sqlparser-rs as the parser and lexer. The binder, planner, optimizer and executor are in Python. The optimizer stage only works on the logical plan and the rules are heuristic only.
-
Parsing / Recursive Descent Parser
That code could be copied directly from some real-world examples - sqlparser-rs code looks pretty much exactly the same.
https://github.com/sqlparser-rs/sqlparser-rs
-
RisingLight is an OLAP database system for educational purpose
Also neat to find the SQL parser library they use.
- We Went All in on Sqlc/Pgx for Postgres and Go
What are some alternatives?
When comparing risinglight and datafusion-sqlparser-rs you can also consider the following projects:
turso - Turso Database is a project to build the next evolution of SQLite.
pggen - Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it.
glaredb - GlareDB: A light and fast SQL database for analytics
sqlite
tonbo - A portable embedded database using Arrow.
kubesql - Experimental tool to query K8s API using plain SQL