Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 773 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 773 Bytes

SMPL-DBMS

A small database engine written in Java with support for Octrees Indices.

functionalities ✨

  1. creating tables
  2. inserting tuples
  3. deleting tuples
  4. searching in tables linearly
  5. creating an Octree upon demand
  6. using the created octree(s) where appropriate.

Tech

Language: Java

TDD Framework: Junit5

Design Patterns: Prototype, ...

Authors

License

MIT License