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

https://github.com/centralnicgroup-opensource/katie

An Elixir-flavoured OTP App using kterl to connect to a Kyoto Tycoon DB
https://github.com/centralnicgroup-opensource/katie

Last synced: 8 months ago
JSON representation

An Elixir-flavoured OTP App using kterl to connect to a Kyoto Tycoon DB

Awesome Lists containing this project

README

          

# Katie

Katie is an OTP Application & Elixir API for [kterl] providing a functional
interface to a named registered instance of [kterl] which in turn provides a
reliable connection to [Kyoto Tycoon], a RESTish key-value store with
time-based expiration and dual-peer synchronisation capabilities.

## Installation

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

```elixir
def deps do
[{:katie, "~> 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 [https://hexdocs.pm/katie](https://hexdocs.pm/katie).

[kterl]: http://iwantmyname.github.io/kterl
[Kyoto Tycoon]: http://fallabs.com/kyototycoon/spex.html