Fork me on GitHub
#datomic
<
2019-02-28
>
folcon14:02:46

Hey, I’ve been using datomic on-prem for a while now and been reasonably happy with it and am now looking at the feasibility of running one of our products using datomic cloud/ions. What I’ve not seen is how well it integrates with existing aws search options as :fulltext is not available, I’ve seen the odd mention that suggests using cloudsearch, although my understanding is that aws elasticsearch is presently considered to be the better offering. Anyone able to shed some light here?

johnj22:02:16

shouldn't (d/pull (d/db conn) '[*] lookup-ref) return all the attrs of an entity?

johnj22:02:30

ah yeah, thanks, made the mistake of not putting all the attrs inside the same map in the transaction