Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.54 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.54 KB

Actions Status MIT License

Home

System for Data Storing and Retrieving Based on Large Graph Processing

Goals

This system is developed as a thesis project in TUES. Thesis defense presentation may be found in another repo.

Features

  • Client/server communication
  • Storage system based on B-trees
  • Support for bulk operations, concurrent access and dynamic entries on the data
  • Compression capabilities

Docs

  • About storage engine: link
  • About server and compression: link

Building

  • Clone the repo gh repo clone boki1/eugene.git

  • Build with tests make clean-test

  • Build examples make clean-example

Contributing

The current maintainers of the project are Kristiyan Stoimenov and Stoyan Tinchev.

License

MIT License