Ecosyste.ms: Awesome
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: 20 days ago
JSON representation
Distributed Datahike
- Host: GitHub
- URL: https://github.com/timokramer/datahike-distributed
- Owner: TimoKramer
- Created: 2023-03-27T15:23:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-14T14:44:01.000Z (over 1 year ago)
- Last Synced: 2024-12-01T01:26:16.378Z (23 days 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}}
```