Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ordnungswidrig/crux-dynamodb
- Owner: ordnungswidrig
- License: mit
- Created: 2020-06-03T16:41:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T08:37:57.000Z (over 4 years ago)
- Last Synced: 2023-03-10T21:56:40.698Z (almost 2 years ago)
- Topics: clojure, crux, dynamodb, experimental
- Language: Clojure
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.