UBC Okanagan Database Research Laboratory
Repositories for code and projects developing during research
Canada
Pinned Repositories
btree
BTree for Embedded Devices
database-pathfinding
Using databases to speed up pathfinding
EmbedDB
EmbedDB Embedded Database for IoT and Sensors Supporting Key-Value and Relational Data
helpme
HelpMe student support system for office hours and TA management, question answering, and AI chatbot.
no_output_buffer_sort_heap_arduino_replacement
No Output Buffer Sort (Arduino) with Replacement Selection
office-hours
Web app for supporting office hours at UBCO
sbits_arduino
SBITS implementation for Arduino
sbtree
Sequential B-Tree
sbtree_raw
SBTree Time Series Index for 32-bit Custom Hardware and Raw Flash Memory
vmtree
B+-Tree for Embedded Devices (Arduino, sensors)
UBC Okanagan Database Research Laboratory's Repositories
ubco-db/EmbedDB
EmbedDB Embedded Database for IoT and Sensors Supporting Key-Value and Relational Data
ubco-db/helpme
HelpMe student support system for office hours and TA management, question answering, and AI chatbot.
ubco-db/btree
BTree for Embedded Devices
ubco-db/database-pathfinding
Using databases to speed up pathfinding
ubco-db/EmbedDB-SQL
EmbedDB SQL to C API Converter
ubco-db/no_output_buffer_sort_heap_arduino_replacement
No Output Buffer Sort (Arduino) with Replacement Selection
ubco-db/office-hours
Web app for supporting office hours at UBCO
ubco-db/sbtree
Sequential B-Tree
ubco-db/sbtree_raw
SBTree Time Series Index for 32-bit Custom Hardware and Raw Flash Memory
ubco-db/vmtree
B+-Tree for Embedded Devices (Arduino, sensors)
ubco-db/btree_arduino
BTree implementation for Arduino
ubco-db/btree_raw
BTree for Embedded Devices including Arduino
ubco-db/flowise-chatbot
Drag & drop UI to build your customized LLM flow
ubco-db/sbits_arduino
SBITS implementation for Arduino
ubco-db/adaptive_sort
Flash Adaptive Sort PC Version (published SAC 2021)
ubco-db/adaptive_sort_arduino
Flash Adaptive Sort Arduino Version (published SAC 2021)
ubco-db/AppendPGM
A pure C implementation of the Piecewise Geometric Model index (PGM) with support for append operations
ubco-db/Dataflash
Drivers for dataflash
ubco-db/external_merge_sort_iterator_block
External Merge Sort
ubco-db/external_merge_sort_iterator_block_arduino
External Merge Sort Arduino
ubco-db/flash_minsort
Flash MinSort
ubco-db/flash_minsort_arduino
Flash MinSort Arduino Version
ubco-db/no_output_buffer_sort_block_heap
No Output Buffer Sort (heap, PC version)
ubco-db/no_output_buffer_sort_heap_arduino
No Output Buffer Sort (Arduino)
ubco-db/no_output_buffer_sort_replacement
No Output Buffer Sort with Replacement Selection for Run Building
ubco-db/sampledata
Sample data for environmental systems
ubco-db/sbtree_arduino
Sequential B-tree implementation for Arduino
ubco-db/shared
Shared repository for sorting algorithms