Skip to content

tools4origins/hash-indexes-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Hash Indexes DB

A small database with in-memory indexes based on Designing Data-Intensive Application.

The only two available operations are get and put.

Usage

$ source hash-indexes.sh
$ put key value
$ get key # returns value

It uses bash associative arrays to keep an index of the database and should be faster in read than a simple database. Since indexes are not persisted the database is clean each time it is launched.

This readme file is 193% bigger than the database source code :).

About

An small indexed database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages