Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Yorkie

Building an open source document store for building collaborative editing applications.
Collective - Host: opensource - https://opencollective.com/yorkie - Website: https://yorkie.dev/ - Code: https://github.com/yorkie-team

Fix duplicate watchLoop calls bug and extract ClientOptions

github.com/yorkie-team/yorkie-js-sdk - dde24df4a5e8a9e59e9c13c61ec9d79657d2b947 authored almost 5 years ago by hackerwins <[email protected]>
Eliminate unnecessary code

github.com/yorkie-team/yorkie - 88eb052cbe68d2d81ee335493e3efb10388a2f39 authored almost 5 years ago by hackerwins <[email protected]>
Create LICENSE

github.com/yorkie-team/yorkie-js-sdk - 9b11f0c53ea3d70da419baaa97aa2137fcd7c275 authored almost 5 years ago by Youngteac Hong <[email protected]>
Create LICENSE

github.com/yorkie-team/yorkie - fdfadd7fc20c72eb74c0ccdcb6dad3c3f8c1a51e authored almost 5 years ago by Youngteac Hong <[email protected]>
Run `make fmt` to format the code according to Go standard

github.com/yorkie-team/yorkie - c095c58338ffffe3b295464a61804693a66d3a46 authored almost 5 years ago by Hackerwins <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - a31b8f8ef6812e0f1a5985077286aa93676c6cbe authored almost 5 years ago by Youngteac Hong <[email protected]>
Flush local changes after applying them to the server

github.com/yorkie-team/yorkie - be0fb7261e1a47fe178d21fa89fc200cad007269 authored almost 5 years ago by Hackerwins <[email protected]>
Fix concurrent issue with co-editing example using CodeMirror.

Prevent updating cursor that occur while applying remote changes
to CodeMirror and handle only m...

github.com/yorkie-team/yorkie-js-sdk - db1af29f773a245a6dbb389931e19b9fec2aece7 authored almost 5 years ago by Hackerwins <[email protected]>
Support network auto recovery

- Reconnect stream when network is restored
- Flush local changes after applying them to the s...

github.com/yorkie-team/yorkie-js-sdk - e86ab281712083d2583c34bc4ea952380fce5fa9 authored almost 5 years ago by Hackerwins <[email protected]>
Add MongoDB and Yorkie to docker-compose.yml

github.com/yorkie-team/yorkie-js-sdk - 2203474bc6d6680063f821e2beabc32650c710e5 authored almost 5 years ago by Hackerwins <[email protected]>
Add Dockerfile and clean up the arguments

github.com/yorkie-team/yorkie - 5df5cb092105124f353b7ec1dd0861864d5ee781 authored almost 5 years ago by hackerwins <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - 07576b4b8b5102347b7e0fe11e4c0f8d4854295f authored almost 5 years ago by Youngteac Hong <[email protected]>
Add banner to dist file to know build time

github.com/yorkie-team/yorkie-js-sdk - 07d37bff73a35c0f0cbb168280040a07657e6042 authored almost 5 years ago by Hackerwins <[email protected]>
Add syncLoop to avoid concurrency issues and to prevent sensitive sync

github.com/yorkie-team/yorkie-js-sdk - 2f7229ae367ec78cd32e2c9063c92d90e041814d authored almost 5 years ago by Hackerwins <[email protected]>
Transfer this repository to yorkie-team

github.com/yorkie-team/yorkie - 8482b4f47a3c8d1b6d9707f8616d048bbb921462 authored almost 5 years ago by Hackerwins <[email protected]>
Remove allow_origin which is deprecated in latest envoy server

github.com/yorkie-team/yorkie-js-sdk - 787ff02e1f1372f4309f6080b69da931089ec647 authored almost 5 years ago by Hackerwins <[email protected]>
Fix missing registerElement in getOrCreateText

github.com/yorkie-team/yorkie-js-sdk - 56d536103af6821497f674d1d2830bd5f5d6eab7 authored almost 5 years ago by Hackerwins <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - 4659dbd980a89fb5ffa36f41f6335aa82fb5df58 authored almost 5 years ago by Hackerwins <[email protected]>
Move the remove flag to the Element to prepare fore garbage collection

github.com/yorkie-team/yorkie-js-sdk - d6c9c36af76424a7aff03bd0e9f079f8779edfda authored almost 5 years ago by Hackerwins <[email protected]>
Move the remove flag to the Element to prepare fore garbage collection

github.com/yorkie-team/yorkie - 233f87e57975f31c359483bd8a6d449edd8b0688 authored almost 5 years ago by Hackerwins <[email protected]>
Fix missing descendants on root object and broken tests

github.com/yorkie-team/yorkie-js-sdk - 4e5cefea945b989e7bc76bceadf65fa0e16cbeb1 authored almost 5 years ago by Hackerwins <[email protected]>
Keep clone when receiving remote change

github.com/yorkie-team/yorkie - b041c56f95418a7ed34a2b91ae3dac276dd211bd authored almost 5 years ago by Hackerwins <[email protected]>
Add text editor example

github.com/yorkie-team/yorkie-js-sdk - 461f5994644df469d84320121f2d062f2fa8f38b authored almost 5 years ago by Hackerwins <[email protected]>
Fix a invalid field in the convention

github.com/yorkie-team/yorkie - c275cabe39805bbb991affb355f270bfe54b76a2 authored almost 5 years ago by hackerwins <[email protected]>
[WIP] Add watch to attach to simplify API

github.com/yorkie-team/yorkie-js-sdk - 2fcbf16589165f2448af77604d6a535ba23d3ada authored almost 5 years ago by Hackerwins <[email protected]>
Keep clone when receiving remote change

github.com/yorkie-team/yorkie-js-sdk - 4bfce14d9f115f88d018a5d6b2d4d7a1da1f7722 authored almost 5 years ago by hackerwins <[email protected]>
Update selection on Text

github.com/yorkie-team/yorkie - 41755639de2bce5f9c04dbeafaf5b7112a02124e authored almost 5 years ago by Hackerwins <[email protected]>
Update selection on Text

github.com/yorkie-team/yorkie-js-sdk - fc726383b64c3cc0ff0cc00661b4cfb163951aa1 authored almost 5 years ago by Hackerwins <[email protected]>
Fix duplicate key error collection changes

PushPull saves changes sent by the client then returns changes that the
client did not receive i...

github.com/yorkie-team/yorkie - 0f850eaf53e54636014f18dcf6f503e8d176c522 authored almost 5 years ago by Hackerwins <[email protected]>
Fix multiple modules with names that only differ in casing

github.com/yorkie-team/yorkie-js-sdk - 1929415b25b9242c8aba38089f39ae88c27688e2 authored almost 5 years ago by Hackerwins <[email protected]>
Add watch API

github.com/yorkie-team/yorkie - 9fccd55907ddbd669babb3d13cc17c95efdac582 authored almost 5 years ago by Hackerwins <[email protected]>
Add watch API

relevant ticket: https://github.com/hackerwins/yorkie/issues/5.

github.com/yorkie-team/yorkie-js-sdk - 9d53c5a5fe3138afceb9a7605c9208600304df4e authored almost 5 years ago by hackerwins <[email protected]>
Fix invalid code in LLRB

https://www.cs.princeton.edu/~rs/talks/LLRB/LLRB.pdf

github.com/yorkie-team/yorkie - 548e81d572186a88f62633545b7d00266a7a1faa authored almost 5 years ago by hackerwins <[email protected]>
Add text composition test

github.com/yorkie-team/yorkie - 3e8eb6c6c28963ef09224ea192090c5651d4233f authored almost 5 years ago by hackerwins <[email protected]>
Move datatype package to json package

github.com/yorkie-team/yorkie - 7db4b591fe0f2d38f15b02629c420fe270d4aa10 authored almost 5 years ago by Hackerwins <[email protected]>
Fix the bug that pull the changes of the requested client in the pull phase

github.com/yorkie-team/yorkie - 9c7590955b1859f3e7b5b461ce1dedd10b72e5f0 authored almost 5 years ago by Hackerwins <[email protected]>
Add missing delimiter when comparing two tickets

github.com/yorkie-team/yorkie - c1743e36c42a0d4b25a4e52cc94c58049bc9d58c authored almost 5 years ago by Hackerwins <[email protected]>
Add codemirror example

Add event stream to notify user that change event has been received from
remote(https://github.c...

github.com/yorkie-team/yorkie-js-sdk - 232997514b8b88b4539cb96227eec6074b5a885c authored almost 5 years ago by hackerwins <[email protected]>
Add temporary mutex map

We will need to replace this with distributed lock later. https://github.com/minio/dsync#other-t...

github.com/yorkie-team/yorkie - beb9333a04468f114ffa2b28d45296fdfe2291ab authored almost 5 years ago by Hackerwins <[email protected]>
Refactor to align with the JS SDK

github.com/yorkie-team/yorkie - babb3c84df0ed4ad84dca49997830cb7aac58efc authored almost 5 years ago by Hackerwins <[email protected]>
Introduce priority queue(heap) into RHT

github.com/yorkie-team/yorkie-js-sdk - 4d9b3162bec844b435b10d179b4708bd0c6dd456 authored almost 5 years ago by Hackerwins <[email protected]>
Add concurrent text editing test

github.com/yorkie-team/yorkie-js-sdk - 43d29055b887be461a67cbbf54e4b29c3ca8adde authored almost 5 years ago by Hackerwins <[email protected]>
Update libraries to fix potential security vulnerability in a dependency

github.com/yorkie-team/yorkie-js-sdk - ba00e3ffb9e4c3feeacd480009893649c654f009 authored almost 5 years ago by Hackerwins <[email protected]>
Add PlainText

PlainText is implemented based on RGATreeSplit. Unlike RGA, RGATreeSplit uses
SplayTree to find ...

github.com/yorkie-team/yorkie-js-sdk - 5093f8c973c4b36586481c7fd2bfe19310d6edc5 authored almost 5 years ago by Hackerwins <[email protected]>
Support more primitive types, boolean, integer

github.com/yorkie-team/yorkie-js-sdk - 91feca0c0f12c140592f97710b0fa665bd0951a1 authored about 5 years ago by hackerwins <[email protected]>
Merge pull request #4 from hueypark/master

Use `Raw string literals` instead of `Interpreted string literals` in…

github.com/yorkie-team/yorkie - 27935b958e653c1dd6658426732ba5c4f4347cfd authored about 5 years ago by Youngteac Hong <[email protected]>
Use `Raw string literals` instead of `Interpreted string literals` in test

It is more efficient to express `double quote`.

github.com/yorkie-team/yorkie - e590dad23ba2296b4bda9eefd30d8416882ae479 authored about 5 years ago by Jaewan Park <[email protected]>
Add comments

github.com/yorkie-team/yorkie - 8c92755effc4fe5db6971f1a833b05a94816ec35 authored about 5 years ago by hackerwins <[email protected]>
Add RemoveOperation

github.com/yorkie-team/yorkie-js-sdk - e699f37b6735036fc0b8ebc54b69d1281e924744 authored about 5 years ago by Hackerwins <[email protected]>
Add pb converter to convert protobuf to model or vice versa

github.com/yorkie-team/yorkie-js-sdk - 1885dd06ce26caf651162cd89a086be62ff047e8 authored about 5 years ago by Hackerwins <[email protected]>
Change the interface of pb converter with error return

github.com/yorkie-team/yorkie - a4197c3596c667e23e6021aa8034104aa749306e authored about 5 years ago by Hackerwins <[email protected]>
Add clone to protect the root in case of update failure

github.com/yorkie-team/yorkie - 96a87c58d5f9d92f96937c0e5fe274a64d88c36b authored about 5 years ago by Hackerwins <[email protected]>
Add JSONObject, JSONArray, JSONPrimitive and proxies

github.com/yorkie-team/yorkie-js-sdk - f914f2ed18313c465c09b8df891cd949b000f937 authored about 5 years ago by Hackerwins <[email protected]>
Add Document type represent mongoDB documents

github.com/yorkie-team/yorkie-js-sdk - 277928e3aa30576f8635bced80a3ef65a56cd59c authored about 5 years ago by Hackerwins <[email protected]>
Introduce Typescript, gRPC, Envoy, Karma and Webpack

- Implement ActivateClient/DeactivateClient

github.com/yorkie-team/yorkie-js-sdk - 1d281a4591c83e94fd1600cc3e4401b2b83af5c8 authored about 5 years ago by Hackerwins <[email protected]>
Add comments

github.com/yorkie-team/yorkie - caa16afc288a59731ec8a54a914731617cca4d6e authored about 5 years ago by Hackerwins <[email protected]>
Add LLRB for using SortedMap and Add Text.Edit

github.com/yorkie-team/yorkie - ddec913f36b83f3adf12202b7add954ac25682d5 authored about 5 years ago by Hackerwins <[email protected]>
Modify to create proxy object only when used

github.com/yorkie-team/yorkie - 98cbf92d37cf13b7dbb5092cdcf4b9e00343a752 authored about 5 years ago by Hackerwins <[email protected]>
Add comments

github.com/yorkie-team/yorkie - 2a660a1f1b97d47f2430ed5cc84878a8afc2633a authored about 5 years ago by Hackerwins <[email protected]>
Add basic structure of Text and add SplayTree

github.com/yorkie-team/yorkie - aa7d8b78876c39b47d6d415d1c3b071e15a7c69c authored about 5 years ago by Hackerwins <[email protected]>
Support primitive types and clean up codes

github.com/yorkie-team/yorkie - d58623a12b4b8186d1d2bac9d5337a8f0dcdd477 authored about 5 years ago by Hackerwins <[email protected]>
Introduce priority queue into RHT and Add comments and more tests

github.com/yorkie-team/yorkie - 7a1f3b480b2db6c1c3e333f1985e17cbb896bbc5 authored about 5 years ago by Hackerwins <[email protected]>
Introduce golangci-lint

github.com/yorkie-team/yorkie - 737fe117cca958ffc59a3a1bd09543b26bd023b5 authored about 5 years ago by Hackerwins <[email protected]>
Add more concurrent set tests

github.com/yorkie-team/yorkie - 4771d330b7833426ccd2a1a8699f662e019537a3 authored about 5 years ago by Hackerwins <[email protected]>
Add Remove operation

github.com/yorkie-team/yorkie - 7e2e45a3186f4529738441fac53f547bc9bcfa17 authored about 5 years ago by Hackerwins <[email protected]>
Replace rottie with yorkie

github.com/yorkie-team/yorkie - 421012dca23f55622d39aac2c4a5686962f00d0e authored about 5 years ago by hackerwins <[email protected]>
Add RADT, the paper based

github.com/yorkie-team/yorkie - daf5b75789d95923ede4f2efd020ce03b6f69cef authored about 5 years ago by youngteac.hong <[email protected]>
Implement RGA(Replicated Growable Array)

github.com/yorkie-team/yorkie - a2554c8234d5c08347819be2b7960d1e33c2229c authored about 5 years ago by Hackerwins <[email protected]>
Add logic to attach or detach the document to the client

github.com/yorkie-team/yorkie - 53e9dfcdb8a9368d90683d61a900cbee0e8d69b7 authored about 5 years ago by Hackerwins <[email protected]>
Add Document type represent mongoDB documents

- Add two CRDT datatypes RGA and RHT
- Add Proxy object to expose to user API
- Remove the ex...

github.com/yorkie-team/yorkie - d13f2e0e3918b26d271b37fcac2aec7412a64ddf authored about 5 years ago by Hackerwins <[email protected]>
Introduce cobra CLI and gRPC

github.com/yorkie-team/yorkie - 954178002f2767162fe7d6a268810844cac168b8 authored about 5 years ago by hackerwins <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - 133a977a1c38bf698a476743765d575491d8b1d2 authored about 6 years ago by Alan Hong <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - e8c6f443a74f62a0933c64efb35f91f1bd65f6f8 authored about 6 years ago by Alan Hong <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - 390e14b64d28e520653651e8abda084b5bac2f27 authored about 6 years ago by Alan Hong <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - d13b731ec317c10777f944c9121475aca36b3941 authored about 6 years ago by Alan Hong <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - ef2133a945f0bdc9ec00766a3bdc020a2820b4a5 authored about 6 years ago by Alan Hong <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - 9c2852a8518272725232a2450cec79e486fe75fe authored about 6 years ago by Alan Hong <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - f46b57d67843a9ddbad88ce62b959d8f9b2c46bb authored about 6 years ago by Alan Hong <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - 2e5f41864612bb5e3d630380bf3974d982046072 authored about 6 years ago by Alan Hong <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - 92552c2c293a4b07c7c3b0f5673c81ac2f16014d authored about 6 years ago by Alan Hong <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - 71f22c470d57ed98e42da50be12389346efaf483 authored about 6 years ago by Alan Hong <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - 4bdc7019951d7cbb9ad67b33697959d040709757 authored about 6 years ago by Alan Hong <[email protected]>
Update README.md

github.com/yorkie-team/yorkie - 9aea58d9edf32e6b2df7553c9403295e9b86eb77 authored about 6 years ago by Alan Hong <[email protected]>
first commit

github.com/yorkie-team/yorkie - 2746af225f08f32d89c0e0ccf77d7665f00d65c9 authored about 6 years ago by youngteac-hong <[email protected]>