Skip to content

nullndr/EKVBucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key - Value Store Application in Elixir

This is an Elixir application that works as a distributed key-value store.

⚠️ This is just a little application for me to learn Elixir.

Development

In order to compile the code, run:

$ mix compile

Once the code has been compiled inside the _build folder, run:

$ iex -S mix

trying out the changes from an iex session.

Testing

Mix comes with a testing framework called ElixirUnit.

Write the tests in the test folder, with .exs suffix.

To execute the tests, run:

$ mix test

About

A key-value store application written in Elixir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages