update README.md
This commit is contained in:
parent
93617a4857
commit
94e4e6443f
14
.travis.yml
14
.travis.yml
|
@ -1,14 +0,0 @@
|
|||
language: clojure
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
provider: script
|
||||
script: lein deploy
|
||||
on:
|
||||
tags: true
|
||||
notifications:
|
||||
slack:
|
||||
secure: ilNqO2yGeCnunIlbLxjRpktFPugfNILBGyVKKgk3QFAQW2eWKdIR17RhOfN204nRBNTG+LKbAldOOd4tEPfHmSWzx1R/jLsFpfe56FwrtaYA3xKOJkYFnB+jthZb7HbsuTV2umQ3Z5vGB6rdiySAaXYWExchO2IDxa0T4aJfBCk=
|
||||
env:
|
||||
global:
|
||||
- secure: c2JzRIJoLh1x6t5khQgdxGEXf5DMtPYeOCr2HifB8UIgBJrpRL7CFURaiZH6cb4k1kAPKjZyE8zC4ZogCK1W3YjHMSPcv/d4MViYh3/Z5mD53EEYyD9msuuxaYL5aqBoHtKgx2DSyClhkBWEkQaHbppEAWmkwIEUcLXZ7uG3KqI=
|
||||
- secure: dCLSYUuRFWVZX6NTQ71Lm2j+gRwi2a0f/8UM4fJP1F6JXpUi9W4imqtJs5a/pxOhui0YrTYX1fPCMJI31k30/crI0a+eeU6ZBvhP4VXNXg7ltc49LPwTX81nCtUc/hGksNYjZXWy3mDEO1u55bC5Qkn7T2HwJYCKBwlU+2+2Rlg=
|
22
README.md
22
README.md
|
@ -1,25 +1,17 @@
|
|||
# views
|
||||
[![Build Status](https://travis-ci.org/kirasystems/views.svg?branch=master)](https://travis-ci.org/kirasystems/views)
|
||||
[![Dependencies Status](https://jarkeeper.com/kirasystems/views/status.svg)](https://jarkeeper.com/kirasystems/views)
|
||||
|
||||
Eventually consistent external materialized views.
|
||||
|
||||
*Notice: library is still somewhat in flux.*
|
||||
|
||||
[![Clojars Project](http://clojars.org/kirasystems/views/latest-version.svg)](http://clojars.org/kirasystems/views)
|
||||
### This repository is an experimental fork!
|
||||
|
||||
I've made some breaking and possibly contentious changes in this fork
|
||||
with the end goal of simplifying usage of this library (and hopefully
|
||||
improving it in the process).
|
||||
|
||||
## Design
|
||||
This will be lacking in documentation and usage examples until I mostly
|
||||
finalize all the changes I'm intending on making.
|
||||
|
||||
TODO
|
||||
|
||||
## Usage
|
||||
|
||||
TODO
|
||||
|
||||
## Testing
|
||||
|
||||
TODO
|
||||
|
||||
## License
|
||||
|
||||
|
@ -27,4 +19,6 @@ Copyright © 2015-2016 Kira Inc.
|
|||
|
||||
Authors Dave Della Costa (https://github.com/ddellacosta) and Alexander Hudek (https://github.com/akhudek)
|
||||
|
||||
Various updates in this fork by Gered King (https://github.com/gered)
|
||||
|
||||
Distributed under the MIT License.
|
||||
|
|
Loading…
Reference in a new issue