minibase
There are 10 repositories under minibase topic.
srmocher/Minibase
CS560 - A mini-database system implementation with features like HeapFiles, B-Trees, Sort-Merge Joins, BufferManager.
sreenivasanramesh/MiniTable
MiniTable is a Wide Columnar Store similar to BigTable/HBase implemented on top of the Minibase distribution
pranjalsk/graph-dbms-using-minibase-engine
Graph DBMS implementation using RDBMS engine of Minibase
TheHadiAhmadi/chat
Chat Application built with SvelteKit + Minibase
node-minibase/minibase-is-registered
Plugin for MiniBase and Base, that adds isRegistered method to your application to detect if plugin is already registered and returns true if the given value is a base instance and a named plugin is already registered on the instance.
aditya-chayapathy/columnar-db-using-minibase
Columnar DB Implementation using Minibase
node-minibase/minibase-create-plugin
Utility helper for creating `dush` / `minibase` plugins more easily. Plugins created with this may partially work for `base` too
balajic06/Database_Management_System
This project is focused towards learning on the internals of a database management system.
mdepak/Column-store-database
Column oriented database implemented on top of java minibase