Skip to content
Avatar

Achievements

Achievements

Highlights

  • Pro

Organizations

@rapportive-oss @flowquery @octokey @trvedata @automerge
Block or Report

Block or report ept

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.

    JavaScript 10.1k 3.9k

  2. Change data capture from PostgreSQL into Kafka

    C 1.5k 151

  3. What are the differences between the transaction isolation levels in databases? This is a suite of test cases which differentiate isolation levels.

    1.5k 118

  4. Literature references for “Designing Data-Intensive Applications”

    2.7k 406

  5. Victor B. F. Gomes, Martin Kleppmann, Dominic P. Mulligan, and Alastair R. Beresford. Verifying Strong Eventual Consistency in Distributed Systems. In OOPSLA and Proceedings of the ACM on Programmi…

    TeX 54 5

616 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

May 2021

Created 2 repositories

Created a pull request in automerge/automerge that received 9 comments

Improve performance of repeated calls to Automerge.merge()

Previously, Automerge.merge(localDoc, remoteDoc) would get all changes from remoteDoc and apply them to localDoc, relying on the built-in change de…

+55 −944 9 comments
Opened 3 other pull requests in 1 repository

Created an issue in automerge/automerge that received 2 comments

Explicitly distinguish integers and floating-point values

When binary-encoding a change or a document, Automerge-JS uses the following logic to decide whether to encode a number as an integer or as floatin…

2 comments
Opened 1 other issue in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.