metasoarous / datsync

Datomic <-> DataScript syncing/replication utilities
Eclipse Public License 1.0
324 stars 18 forks source link

Special care translating lookup refs? #9

Closed metasoarous closed 7 years ago

metasoarous commented 8 years ago

Can we always tell whether something is intended as a vector of values or a lookup ref? Relates to #5

metasoarous commented 7 years ago

Marking as invalid, since in the new design, we'll always be sending datoms as the fundamental unit of communication. Which I like philosophically. The one loss is that it means we can't send an arbitrary transaction function to a remote, but that may be bad practice anyway. It's probably saner to send a message indicating that a transaction needs to take place, and reactively execute the transaction on whatever node needs to do that.