Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/drewxs/kv
- Owner: drewxs
- License: agpl-3.0
- Created: 2023-09-11T02:55:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T12:16:33.000Z (over 1 year ago)
- Last Synced: 2023-10-17T14:43:50.622Z (over 1 year ago)
- Language: Elixir
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .