docs: expand Maincloud deployment page#4316
Queued
clockwork-labs-bot wants to merge 5 commits intomasterfrom
Queued
docs: expand Maincloud deployment page#4316clockwork-labs-bot wants to merge 5 commits intomasterfrom
clockwork-labs-bot wants to merge 5 commits intomasterfrom
Conversation
Rewrote the Maincloud deployment guide to cover: - Prerequisites: CLI install and login flow to link web account - Publishing: initial publish, hot-swap updates, clearing data - Client connection: host URL (https://maincloud.spacetimedb.com) with code examples for TypeScript, C#, Rust, and C++ - Web dashboard: how to find your database (direct URL and profile), dashboard features (logs, SQL console, SpacetimeAuth) - Database lifecycle: running vs suspended states, automatic suspension/resumption behavior - Deleting a database - Next steps: dashboard, auth, quickstarts, usage monitoring Closes #3108
- Database can now be manually paused and resumed from the dashboard - Pausing stops energy usage while preserving data - Added usage breakdown details (bytes scanned/written, index seeks, CPU instructions, bandwidth, table storage) - Added 24-hour stats (CCU, rows per table, transactions)
docs/docs/00300-resources/00100-how-to/00100-deploy/00100-maincloud.md
Outdated
Show resolved
Hide resolved
docs/docs/00300-resources/00100-how-to/00100-deploy/00100-maincloud.md
Outdated
Show resolved
Hide resolved
docs/docs/00300-resources/00100-how-to/00100-deploy/00100-maincloud.md
Outdated
Show resolved
Hide resolved
docs/docs/00300-resources/00100-how-to/00100-deploy/00100-maincloud.md
Outdated
Show resolved
Hide resolved
docs/docs/00300-resources/00100-how-to/00100-deploy/00100-maincloud.md
Outdated
Show resolved
Hide resolved
docs/docs/00300-resources/00100-how-to/00100-deploy/00100-maincloud.md
Outdated
Show resolved
Hide resolved
docs/docs/00300-resources/00100-how-to/00100-deploy/00100-maincloud.md
Outdated
Show resolved
Hide resolved
- Fix API: withModuleName -> withDatabaseName (2.0 rename) - Fix direct URL to include @username/database format - Clarify auto-suspension is Free tier only; Pro/Team never auto-suspend with pay-as-you-go enabled - Note startup time is typically less than 1 second - Fix delete command to use my-database
- /spacetimeauth -> /core-concepts/authentication/spacetimeauth - /authentication -> /core-concepts/authentication - /quickstart -> /quickstarts/react
Any commits made after this event will not be merged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rewrites the Maincloud deployment guide from a bare-bones stub into a comprehensive page. Addresses all three points from #3108 plus a community request for the connection URI.
New content:
spacetimedb.com/my-module) and profile page navigationAlso added:
spacetime loginto link web account)--delete-data)https://maincloud.spacetimedb.com) - per community request in Docs - Expand "Deploying: Maincloud" page #3108Closes #3108