The Wayback Machine - http://web.archive.org/web/20200825002408/https://github.com/topics/crdt
Skip to content
#

crdt

Here are 171 public repositories matching this topic...

mweberUKL
mweberUKL commented Sep 5, 2017

When a client application using Antidote crashes or has incorrect transaction handling, some or even many transactions can stay open. These transactions are never forcefully aborted by Antidote. This can potentially leave many txn-coordinator-fsms running forever.

For a database that should be deployed as a long-running system, this behavior is unacceptable. Transactions, that are not used anym

dc7303
dc7303 commented Aug 2, 2020

While implementing Increase operation(#12), I became curious about the updatedAt property of data type in json package.

I expected this for this property. For example,

err := doc.Update(func(root *proxy.ObjectProxy) error {
			root.SetNewText("k1")
				.Edit(0, 0, "ABCD")
			text := root.GetText("k1")
			u := text.UpdatedAt()
			assert.NotNil(t, u)
			return nil
	})

As

Improve this page

Add a description, image, and links to the crdt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crdt topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.