Eventually consistent external materialized views. (Note: Originally a fork of https://github.com/kirasystems/views)
Go to file
2014-10-18 18:11:52 -04: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 Add buffers on channels. 2014-10-18 18:11:52 -04:00
test/views Remove db from persistence api. 2014-08-27 23:46:13 -04:00
.gitignore Refactored persistence layer to be more moduler. Fixed some problems with delta dispatch. 2014-08-27 00:38:22 -04: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 Add buffers on channels. 2014-10-18 18:11:52 -04:00
README.md Removed the all-tests namespace and disabled one broken test so that 'lein test' works. 2014-08-27 00:56:31 -04:00

views

Eventually consistent external materialized views for SQL databases.

Design

TODO

Usage

TODO

Testing

You will need to set up the test db to run the tests:

$ psql -Upostgres < test/views/test_db.sql
CREATE ROLE
CREATE DATABASE
$

This will create a role views_user and a database owned by that user called views_test.

(You can change the database settings if you'd like by editing that file and checking the config in test/views/fixtures.clj.)

Then, to run all tests:

$ lein with-profile test test

License

Copyright © 2014 DiligenceEngine

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

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