Fork me on GitHub
#datomic
<
2018-08-25
>
henrik07:08:17

@mpenet @favila I’m exploring DynamoDB as an alternative (cheating with Amazonica for now). Here’s the code I’m trying out at the moment. It encodes and decodes the EDN blob using Transit in Messagepack mode.

henrik07:08:24

There’s a lot of casts and pprint in there for me to follow along with what’s happening just now, it can be stripped out.

henrik07:08:14

I think for dealing with versioning, you’d use a new UUID for every time you update the blob, and keep all versions intact in DynamoDB. That way it can follow along with the versioning happening in Datomic.

henrik07:08:50

For Amazonica, I’m stripping out all AWS deps and pull DynamoDB back in at the same version that Ions uses.

mpenet16:08:30

Just wondering, why the 4k string limit and lack of byte[] in cloud? Is that to artificially limit the memory usage of databases/entities?

pfeodrippe20:08:40

Hi folks, I'm having some problems using db/fn with datomic memory connections in which they don't give a exception or warning if a transaction function uses dependencies that are not part of datomic classpath (for a example, calling a datomic function using a dynamo connection gives a "not a classpath" error)

pfeodrippe20:08:02

Is there some way to represent this kind of error using a datomic memory connection?

mg20:08:53

String size limit is probably to keep segment size down