Skip to content

Gokul-KG/KeyStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyStore

A Simple KeyStore DB using simple file

To rum basic key store app run

sbt run

java 1.8 is rquired to run this project higher versions might give error

#for the key store creating here I am creating Bplus tree with order 100 asuming the key leght is 10(10 bytes size) considering one pagesize of disk is around 8k bytes so that its possible to store all the keys in store single page

About

A Simple KeyStore DB using simple file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages