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

https://github.com/timokramer/datahike-distributed

Distributed Datahike
https://github.com/timokramer/datahike-distributed

Last synced: over 1 year ago
JSON representation

Distributed Datahike

Awesome Lists containing this project

README

          

# Setup

Start [datahike-server](https://github.com/replikativ/datahike-server) `0.1.107+` with this config and the same version of datahike like in this project's `deps.edn`:
```clojure
{:databases [{:store {:backend :file
:scope "test.lambdaforge.net"
:path "/tmp/users"}
:keep-history? true
:schema-flexibility :write}]
:server {:port 3333
:join? false
:loglevel :trace
:dev-mode true
:token :securerandompassword}}
```