Skip to content

SWC-7351 - Add a CRDT data grid #2011

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

Merged
merged 36 commits into from
Jul 16, 2025
Merged

Conversation

afwillia
Copy link
Contributor

@afwillia afwillia commented Jul 1, 2025

Add a CRDT data grid that establishes a websocket connection with a Synapse server via the Grid Services API. Update the synapse-client OpenAPI spec primarily to allow CreateGridRequest objects to accept the parameter initialQuery. Updated version of #1952

parameters: {
stack: 'staging',
msw: {
handlers: [],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WIP - add Grid Services handlers and create a websocket handler.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A mock server implementation would contain a lot of logic, so it might be easier to inject a mock websocket class than to implement a mock server. We can talk about it

@afwillia afwillia requested a review from nickgros July 2, 2025 17:36
…nection, instead of immediately upon websocket connection. This prevents a transient internal server error
@afwillia afwillia marked this pull request as ready for review July 15, 2025 19:48
@afwillia afwillia requested a review from nickgros July 15, 2025 19:48
@afwillia afwillia merged commit 1a0873d into Sage-Bionetworks:main Jul 16, 2025
25 of 26 checks passed
@afwillia afwillia deleted the SWC-7351-2 branch July 16, 2025 22:10
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

Successfully merging this pull request may close these issues.

2 participants