Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drewxs/kv

Distributed key-value store.
https://github.com/drewxs/kv

Last synced: 5 days ago
JSON representation

Distributed key-value store.

Awesome Lists containing this project

README

        

# KV

Distributed key-value store.

Organizes key-value pairs into buckets and distributes those buckets across multiple nodes,
including a simple client allowing connection to any of those nodes and send requests.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `kv` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:kv, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .