https://github.com/timokramer/datahike-distributed
Distributed Datahike
https://github.com/timokramer/datahike-distributed
Last synced: over 1 year ago
JSON representation
Distributed Datahike
- Host: GitHub
- URL: https://github.com/timokramer/datahike-distributed
- Owner: TimoKramer
- Created: 2023-03-27T15:23:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T14:44:01.000Z (about 3 years ago)
- Last Synced: 2025-03-25T05:11:27.517Z (over 1 year ago)
- Language: Clojure
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}}
```