/crux-cloud-datastore

A Cloud Datastore backed TxLog implementation to use Crux with Google App Engine

Primary LanguageClojureMIT LicenseMIT

crux-cloud-datastore

A Cloud Datastore backed TxLog implementation to use Crux with Google App Engine

Clojars Project

Example usage:

(require '[net.xlfe.crux.bootstrap.cloud-datastore :as cd])
(cd/start-cd-node {:cd cd
                  :kv-backend "crux.kv.memdb.MemKv"
                  :db-dir db-dir})

Testing

docker build . --build-arg USER=$(whoami) --build-arg UID=$(id -u) -t ccd
./run.sh -A:test:runner