Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post-transaction tx-data #11

Open
bobby opened this issue Mar 11, 2020 · 1 comment
Open

Post-transaction tx-data #11

bobby opened this issue Mar 11, 2020 · 1 comment

Comments

@bobby
Copy link
Contributor

bobby commented Mar 11, 2020

In Datomic, the transaction result includes tx-data, which is a fully-resolved and complete version of the transaction originally submitted (i.e. with tempids resolved, transaction functions applied, maps flattened, etc.).

It would be very helpful to include something similar in the result of a CausalBase transaction, e.g. for sending on the wire to other participants with their own local versions of the CRDT.

@bobby
Copy link
Contributor Author

bobby commented Mar 18, 2020

Now that I'm thinking about this, @smothers should decide if he wants to support both op-based (CmRDT) and state-based (CvRDT) usage patterns. This issue is only helpful for the op-based side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant