Ziyang Hu
Ziyang Hu
I can totally understand the amount of work required for this "enhancement". I wrote "enhancement" because I thought this would be something nice to have, but the app is totally...
Thank you for your interest! In principle, yes, any KV store can be used as the storage layer. The only requirement is the ability to store binary key-value pairs and...
I think the example you provided is much better than what we currently have. The documentation is currently all over the place, will fix that when I get to work...
Now it's available on PyPi as version 0.1.6.
Can you give more details about your environment? I tried to compile cozodb with 1.74.0 and encountered no problems.
@creatorrr, I'm glad that you find CozoDB valuable! Currently, we do not have any sponsorship, and CozoDB generates no income for anyone. However, as a startup, we use CozoDB internally,...
Ok, it seems that the final loop is not needed: the following would deadlock too: ``` clj (ns debug.async.core (:import [org.zeromq ZMQ$Socket]) (:require [com.keminglabs.zmq-async.core :refer [register-socket!]] [clojure.core.async :refer [chan close!...
My strategy is the following: 1. prioritising alts!! for the control channel (only the control channel is prioritised, the rest are still chosen randomly) 2. prioritising poll for the control...
I tried to reason about the situation more clearly. As a result, I don't think it is possible to rule out deadlocks with the current strategies. I also have some...
The new README https://github.com/cozodb/cozo/commit/2c872e6982a652ea194a1b68c3c95629b44daa6e still contains the "teasers" examples, but finding the relevant information should now be easier.