Skip to content

Add SurrealDB as a community world#1579

Open
sepcnt wants to merge 3 commits intovercel:mainfrom
sepcnt:main
Open

Add SurrealDB as a community world#1579
sepcnt wants to merge 3 commits intovercel:mainfrom
sepcnt:main

Conversation

@sepcnt
Copy link
Copy Markdown

@sepcnt sepcnt commented Apr 1, 2026

Summary

Adds workflow-world-surrealdb as a community world — a SurrealDB-backed World implementation that uses LIVE SELECT for queueing and real-time streaming.

Closes #1566

Test plan

  • All 6 @workflow/world-testing spec tests pass locally
  • CI community world E2E tests pass with SurrealDB service container
  • CI community world benchmarks run successfully

@sepcnt sepcnt requested a review from a team as a code owner April 1, 2026 13:04
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 1, 2026

⚠️ No Changeset found

Latest commit: fcf15af

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 1, 2026

@sepcnt is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

Signed-off-by: sepcnt <30561671+sepcnt@users.noreply.github.com>
{
"title": "World",
"pages": ["local-world", "vercel-world", "postgres-world"]
"pages": ["local-world", "vercel-world", "postgres-world", "surrealdb-world"]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

this isn't needed. this page should probably be deprecated tbh since the worlds top level docs pages replaced the deploying docs

@@ -0,0 +1,251 @@
---
title: SurrealDB World
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

for community world, the docs page are hardcoded (for example see this). As long as the repo link is set in the worlds-manifest.json, our docs will point to your README so it's easier for you to just maintain the README on your repo, and so we can standardize and easily maintain the structure/formatting including the performance benchmark stats

@pranaygp
Copy link
Copy Markdown
Collaborator

pranaygp commented Apr 8, 2026

This is really cool, thanks for opening the PR. left comments on the docs (it's a little messy, but basically we currently only have the MDX for the official worlds on our repo and for community worlds we just point to your README).

I'll kick off a CI run to make sure the e2e test infra works and we can get this merged :)

thanks for taking care of DCO already

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.

[world] Support for SurrealDB

2 participants