Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ordnungswidrig/crux-dynamodb

Crux TX-Log on dynamodb.
https://github.com/ordnungswidrig/crux-dynamodb

clojure crux dynamodb experimental

Last synced: 4 months ago
JSON representation

Crux TX-Log on dynamodb.

Awesome Lists containing this project

README

        

# Crux TX-Log on AWS dynamodb

## Caveat

This is untested and experimental. Do not use anywhere near production.

## Design

Write a crux tx-log into a dynamodb table. The sort key contains the tx-id.
The partition (hash) key value can be configured and thus supports multiple
crux tx logs on the same dynamodb table.

## Instructions

See `user.clj` for some tests.