boki1 / eugene

System for Data Storing and Retrieving Based on Large Graph Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

System for Data Storing and Retrieving Based on Large Graph Processing

License:MIT License


Languages

Language:C++ 96.3%Language:CMake 2.9%Language:Makefile 0.8%Language:Shell 0.0%