Replies: 1 comment 2 replies
-
Yes, we decided to opt for Fressian for now and provide all the handlers for it here https://github.com/replikativ/datahike/blob/main/src/datahike/index/persistent_set.cljc#L220. We could extend support to other serializers, I am not sure about the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi -
I was interested in looking under the covers of datahike by using a filestore and a StringSerializer. I first had to provide my own store so that I could expose the default serializer from my cfg:
but then realised that this fails because although the default store starts with 3 possible serializers,
datahike.index.persistent-set/di/add-konserve-handlers
replaces this map of 3 with only a FressianSerializer - meaning the serializer resolves to null.Is this intentional? Is there any circumstance where the StringSerialzer can be used with Datahike or is that a konserve-only construct?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions