Fork me on GitHub
#datomic
<
2023-11-03
>
onetom06:11:36

Is java.time support planned for Datomic Cloud? I just tried to use java.time.YearMonth as an argument to a transaction function and even that threw an exception in while transit/writeing:

java.lang.Exception: Not supported: class java.time.YearMonth
I've tried to extend the transit handlers in , but unsuccessfully. I've documented my experiment here: https://ask.datomic.com/index.php/449/support-java-time-instant I've also documented our current - not very performant - workaround here: https://forum.datomic.com/t/java-time/1406/4

cjohansen06:11:24

Native support for java.time types would be great! We're using this while we're waiting: https://github.com/magnars/java-time-dte

mkvlr09:11:39

we also maintain a fairly complex layer to add java.time.Instant support to Datomic. Would love to be able to get rid of it as it’s been a source of problems in the past.

indy09:11:26

[RESOLVED] I'd like to connect to documentdb which is in the default VPC from my ion which is in datomic's VPC, what are my options?

indy15:11:44

Used a peering connection between the VPCs.