Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 509 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 509 Bytes

DnD

A distributed (peer-to-peer) database that supports a simple SQLite language.

Architecture

The system consists of three main components. The relational database management system, the distributed system and the Client Application.

image

Code Structure

  • gtk-client: a GTK application for interacting with the system.
  • net: peer code
  • rdbms: relational database code
  • utils: utility functions