Eventually consistent external materialized views. (Note: Originally a fork of https://github.com/kirasystems/views)
Go to file
2014-06-06 20:49:36 +09:00
doc first commit; subscription code and view init code pulled out and tested; DE-specific code stripped 2014-06-06 19:58:08 +09:00
src/views removed more cruft, added testing instructions to README 2014-06-06 20:49:36 +09:00
test/views removed more cruft, added testing instructions to README 2014-06-06 20:49:36 +09:00
.gitignore first commit; subscription code and view init code pulled out and tested; DE-specific code stripped 2014-06-06 19:58:08 +09:00
LICENSE first commit; subscription code and view init code pulled out and tested; DE-specific code stripped 2014-06-06 19:58:08 +09:00
project.clj first commit; subscription code and view init code pulled out and tested; DE-specific code stripped 2014-06-06 19:58:08 +09:00
README.md removed more cruft, added testing instructions to README 2014-06-06 20:49:36 +09:00

views

Eventually consistent external materialized views for SQL databases.

Design

TODO

Usage

TODO

Testing

You can run all tests in the repl with

user=> (require '[views.all-tests :as at])
user=> (at/run-all-tests)

License

Copyright © 2014 DiligenceEngine

Authors Dave Della Costa (https://github.com/ddellacosta) and Alex Hudek (https://github.com/akhudek)

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.