Skip to content
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

Public experimental web-viewer #1618

Closed
7 tasks
nikolausWest opened this issue Mar 20, 2023 · 2 comments
Closed
7 tasks

Public experimental web-viewer #1618

nikolausWest opened this issue Mar 20, 2023 · 2 comments
Labels
🕸️ web regarding running the viewer in a browser

Comments

@nikolausWest
Copy link
Member

Now that the Rerun Viewer works on the web we should serve the wasm viewer statically over the web to make it easier to use and share.

  • Upload web viewer to a bucket #1606
  • Serve it as a static site using HTTPS load balancing (guide)
    • Point it to app.rerun.io
  • Make sure the web viewer is versioned (tags & commits)
  • Set up a process (could be manual) to upload versioned example rrd files
  • Add an indicator that this is experimental and instructions on how to report bugs and give feedback
  • Make sure analytics works so we can follow to what extent this feature is used

Potential complexities

  • SSL certificates: Should this use the same SSL certificate as our main site or not? If it should, that will require some extra work on the main site. If not, how will that work when we want to use this viewer to show Rerun examples on the main site?

Alternative approaches

  • Serve with Netlify: We could use Netlify to serve the static web viewer. Would need to consider:
    • How would we set it up to work correctly with versions?
    • What would the deploy pipeline look like? Go through a separate repository?
@nikolausWest nikolausWest added the 🕸️ web regarding running the viewer in a browser label Mar 20, 2023
@emilk
Copy link
Member

emilk commented Mar 20, 2023

This is a duplicate of #1494

@nikolausWest
Copy link
Member Author

duplicate

@nikolausWest nikolausWest closed this as not planned Won't fix, can't repro, duplicate, stale Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕸️ web regarding running the viewer in a browser
Projects
None yet
Development

No branches or pull requests

2 participants