Skip to content

micheleriva/aika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aika is a simple and high performance key-value in-memory database.
You can test it using redis-cli:

sh redis-cli -p 9919
127.0.0.1:9919> set name John
127.0.0.1:9919> get name "John"

It's just a research project, not ready for production.

Installation

You can build your own Aika version by cloning the repository and using Haskell stack:

git clone git@github.com:micheleriva/aika.git && cd aika
stack build && stack exec aika

License

Aika is MIT licensed.