batasrki / weather_kv

Storage engine learning project in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherKv

Description This is a learning project on how to write LSM (Log-Structured Merge) trees and therefore storage engines.

Installation

If available in Hex, the package can be installed by adding weather_kv to your list of dependencies in mix.exs:

def deps do
  [
    {:weather_kv, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/weather_kv.

About

Storage engine learning project in Elixir


Languages

Language:Elixir 100.0%