aika icon indicating copy to clipboard operation
aika copied to clipboard

⛈ In-memory key-value multithreaded database

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 [email protected]:micheleriva/aika.git && cd aika
stack build && stack exec aika

License

Aika is MIT licensed.