Conversation
|
|
@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"] |
There was a problem hiding this comment.
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 | |||
There was a problem hiding this comment.
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
|
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 |
Summary
Adds workflow-world-surrealdb as a community world — a SurrealDB-backed World implementation that uses
LIVE SELECTfor queueing and real-time streaming.workflow-world-surrealdb@0.1.0@workflow/world-testingspec tests pass (addition, idempotency, hooks, null bytes, retriable and fatal errors)Closes #1566
Test plan
@workflow/world-testingspec tests pass locally