Eventually consistent external materialized views. (Note: Originally a fork of https://github.com/kirasystems/views)
Go to file
Gered 123b343e81 clean up a bunch of function return values
returning the view-system atom in almost all functions where it makes
sense (at the very least, now chaining calls is much more convenient)
2016-05-29 18:15:53 -04:00
src/views clean up a bunch of function return values 2016-05-29 18:15:53 -04:00
test/views make waiting for threads to exit behaviour the default 2016-05-29 18:04:40 -04:00
.gitignore update gitignore 2016-05-22 15:24:59 -04:00
LICENSE Bump for new version. 2015-04-21 01:26:49 -04:00
NOTES.md Extra error handling, hash fix, and new concurrency support. 2015-01-20 02:21:32 -05:00
project.clj update project.clj 2016-05-21 19:45:39 -04:00
README.md update README.md 2016-05-21 19:33:15 -04:00

views

Eventually consistent external materialized 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).

This will be lacking in documentation and usage examples until I mostly finalize all the changes I'm intending on making.

License

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.