You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crjdt project supports the Typelevelcode of conduct and wants all of its channels (Gitter,
GitHub, etc.) to be welcoming environments for everyone.
Other implementations
Here are other implementations of the JSON CRDT described in the
paper by Kleppmann and Beresford.
If you know an implementation that is not listed here, please submit a PR!
Run a specific test with e.g. sbt "test:testOnly eu.timepit.crjdt.core.examples.Figure1" or all tests with sbt test.
Documentation for Vertical Move is in the file doc.md.
License
Copyright 2016 Frank S. Thomas
crjdt is licensed under the Apache License, Version 2.0
(the "License"); you may not use this software except in compliance with
the License.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
About
A conflict-free replicated JSON datatype (CRDT) in Scala