An open API service indexing awesome lists of open source software.

https://github.com/shiro-raven/java-dbengine

Java-based Database engine
https://github.com/shiro-raven/java-dbengine

brin database db db-engines-ranking indexing java

Last synced: 2 months ago
JSON representation

Java-based Database engine

Awesome Lists containing this project

README

          

# Java-DBEngine

## About
A java lang based basic database engine with the following supported features
- Basic insertion, update, deletion and Query statements API
- BRIN index support

**disclaimer**: No concurrency control features or scheduling are supported. The project is targetted towards understanding the process of building indices on a database management system, while managing to implement known basic querying features.
## Contributors
- [Reda Ramadan](https://github.com/Logician724)
- [Ahmed Darwish](https://github.com/Shiro-Raven)
- [Omar Elkilany](https://github.com/OmarElkilany)
- [Maqarios Mohareb](https://github.com/Maqarios)
- [Omar ElSherif](https://github.com/OmarOES)
- [Hamahmi](https://github.com/Hamahmi)