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
- Host: GitHub
- URL: https://github.com/centralnicgroup-opensource/katie
- Owner: centralnicgroup-opensource
- License: mit
- Created: 2017-03-03T12:34:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T15:59:54.000Z (over 8 years ago)
- Last Synced: 2025-01-15T19:25:34.964Z (over 1 year ago)
- Language: Elixir
- Size: 13.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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