konserve icon indicating copy to clipboard operation
konserve copied to clipboard

A clojuresque key-value/document store protocol with core.async.

Results 38 konserve issues
Sort by recently updated
recently updated
newest added

I am storing 2500 items via konserve: ``` (defn save [k item] (

+ uses a simple simple lock-file mechanism common in nodejs apps, put it in a new release of my node io lib + had to rename `konserve.impl.default` because default is...

I tried to have this answered in the datahike slack chat, but nobody did know an answer. I want to store 5000 values, each with a specific key in the...

When compiling CLJS with konserve version 0.6.0-alpha3, you'll get this error: ``` [:main] Compiling ... [:main] Build failure: The required namespace "incognito.fressian" is not available, it was required by "konserve/serializers.cljc"....

I have seen a lot of examples using k/assoc-in Now I like the benefit of this. I can store different types of data with (k/assoc-in [:bar 1] 15) and (k/assoc-in...

The 'weak' point in clojure is that edn and transit encoding do not bring a lot of default serializers. Example: date and uuid are not serializable by default, nor are...

I am using `fs-store` on an NFS volume, and am getting (partial) stacktraces similar to ``` java.nio.file.NoSuchFileException: /nfs/.nfsbe549e9e950952130000002b at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177) at java.nio.channels.FileChannel.open(FileChannel.java:287) at java.nio.channels.FileChannel.open(FileChannel.java:335)...

Tried for `{:sync true}`, multiple problems occur, e.g. wrong usage of `new-fs-store`.