learndb-py VS bplustree

Compare learndb-py vs bplustree and see what are their differences.

learndb-py

Learn database internals by implementing it from scratch. (by spandanb)

bplustree

An on-disk B+tree for Python 3 (by NicolasLM)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
learndb-py bplustree
3 2
1,217 758
- -
7.6 0.0
9 months ago about 5 years ago
Python Python
GNU General Public License v3.0 or later MIT License
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.

learndb-py

Posts with mentions or reviews of learndb-py. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-13.

bplustree

Posts with mentions or reviews of bplustree. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-03.
  • Writing a Python SQL engine from scratch
    4 projects | news.ycombinator.com | 3 Jan 2023
    Very cool! A while ago I wrote a B+ tree in Python[0] to learn how databases work under the hood. I left it there but it seems that this project could allow me to quickly add full SQL support for it.

    [0] https://github.com/NicolasLM/bplustree

  • B-Trees: More Than I Thought I'd Want to Know
    4 projects | news.ycombinator.com | 18 Aug 2021
    I got interested in the topic a few years ago and wrote an implementation in Python[0] for myself. It's just a toy but the funny thing is that I regularly get waves of students staring the repository, probably when a teacher gives a similar assignment.

    [0] https://github.com/NicolasLM/bplustree

What are some alternatives?

When comparing learndb-py and bplustree you can also consider the following projects:

mycli - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.

btree - a simple python btree

SQLite - Official Git mirror of the SQLite source tree

sqlglot - Python SQL Parser and Transpiler

parse - Monadic parsing for Common Lisp

evadb - Database system for AI-powered apps

parsec - A monadic parser combinator library