juji-io / datalevin

A simple, fast and versatile Datalog database
https://github.com/juji-io/datalevin
Eclipse Public License 1.0
1.13k stars 63 forks source link

Serialize objects to plain EDN for pod #190

Closed huahaiy closed 1 year ago

huahaiy commented 1 year ago

Right now, we avoid sending over the wire custom objects such as Entity, TxReport, etc. in babashka pod usage, we should turn them into plain maps and send them over.